command: fix test for new Meta type
This commit is contained in:
parent
3342aa580c
commit
4c7c46bf40
|
@ -794,7 +794,7 @@ func newInstanceState(id string) *terraform.InstanceState {
|
||||||
Ephemeral: terraform.EphemeralState{
|
Ephemeral: terraform.EphemeralState{
|
||||||
ConnInfo: make(map[string]string),
|
ConnInfo: make(map[string]string),
|
||||||
},
|
},
|
||||||
Meta: make(map[string]string),
|
Meta: make(map[string]interface{}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue