mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 14:44:11 -06:00
helper and terraform interpolate test update
This commit is contained in:
parent
fad26ec59e
commit
7d71b8cc3c
@ -2169,7 +2169,7 @@ func TestSchemaMap_Diff(t *testing.T) {
|
||||
|
||||
State: &terraform.InstanceState{
|
||||
Attributes: map[string]string{
|
||||
"tags.#": "0",
|
||||
"tags.%": "0",
|
||||
},
|
||||
},
|
||||
|
||||
|
@ -469,7 +469,7 @@ func getInterpolaterFixture(t *testing.T) *Interpolater {
|
||||
"name_servers.3": "ns-601.awsdns-11.net",
|
||||
"listeners.#": "1",
|
||||
"listeners.0": "red",
|
||||
"tags.#": "1",
|
||||
"tags.%": "1",
|
||||
"tags.Name": "reindeer",
|
||||
"nothing.#": "0",
|
||||
},
|
||||
@ -490,7 +490,7 @@ func getInterpolaterFixture(t *testing.T) *Interpolater {
|
||||
"listeners.0": "blue",
|
||||
"special.#": "1",
|
||||
"special.0": "extra",
|
||||
"tags.#": "1",
|
||||
"tags.%": "1",
|
||||
"tags.Name": "white-hart",
|
||||
"nothing.#": "0",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user