This commit is contained in:
Mitchell Hashimoto 2014-10-11 10:47:07 -07:00
parent 59349cca11
commit 30786ce442
1 changed files with 1 additions and 1 deletions

View File

@ -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",