diff --git a/helper/schema/schema_test.go b/helper/schema/schema_test.go index d9bcd1cf57..0819e45f31 100644 --- a/helper/schema/schema_test.go +++ b/helper/schema/schema_test.go @@ -914,7 +914,7 @@ func TestSchemaMap_Diff(t *testing.T) { State: &terraform.InstanceState{ Attributes: map[string]string{ - "ingress.#": "2", + "ingress.#": "2", "ingress.0.ports.#": "1", "ingress.0.ports.0": "80", "ingress.1.ports.#": "1",