diff --git a/command/refresh_test.go b/command/refresh_test.go index c196db394..2defaff45 100644 --- a/command/refresh_test.go +++ b/command/refresh_test.go @@ -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{}), } }