command: fix test for new Meta type

This commit is contained in:
Mitchell Hashimoto 2017-02-23 10:51:29 -08:00
parent 3342aa580c
commit 4c7c46bf40
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -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{}),
}
}