mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fmt
This commit is contained in:
parent
59349cca11
commit
30786ce442
@ -914,7 +914,7 @@ func TestSchemaMap_Diff(t *testing.T) {
|
|||||||
|
|
||||||
State: &terraform.InstanceState{
|
State: &terraform.InstanceState{
|
||||||
Attributes: map[string]string{
|
Attributes: map[string]string{
|
||||||
"ingress.#": "2",
|
"ingress.#": "2",
|
||||||
"ingress.0.ports.#": "1",
|
"ingress.0.ports.#": "1",
|
||||||
"ingress.0.ports.0": "80",
|
"ingress.0.ports.0": "80",
|
||||||
"ingress.1.ports.#": "1",
|
"ingress.1.ports.#": "1",
|
||||||
|
Loading…
Reference in New Issue
Block a user