github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/basic_set_update/main.tf (about) 1 terraform { 2 required_providers { 3 tfcoremock = { 4 source = "hashicorp/tfcoremock" 5 version = "0.1.1" 6 } 7 } 8 } 9 10 provider "tfcoremock" {} 11 12 resource "tfcoremock_set" "set" { 13 id = "046952C9-B832-4106-82C0-C217F7C73E18" 14 set = [ 15 "41471135-E14C-4946-BFA4-2626C7E2A94A", 16 "D8F7EA80-9E25-4DD7-8D97-797D2080952B", 17 "1769B76E-12F0-4214-A864-E843EB23B64E", 18 ] 19 }