command: fix test for new Meta type

pull/12212/head
Mitchell Hashimoto 9 years ago
parent 3342aa580c
commit 4c7c46bf40
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -794,7 +794,7 @@ func newInstanceState(id string) *terraform.InstanceState {
Ephemeral: terraform.EphemeralState{
ConnInfo: make(map[string]string),
},
Meta: make(map[string]string),
Meta: make(map[string]interface{}),
}
}

Loading…
Cancel
Save