terraform/builtin
Paul Stack d66359b046 provider/aws: Fix panic when passing statuses to aws_acm_certificate (#9990)
Fixes #9989

When passing a list of statuses to the acm_certificate data source, we
were trying to cast a schema.TypeList directly to []string

We need to do it via an []interface{} and then cast to string when
ranging over the results. Without this, we get a panic
2016-11-09 15:53:36 +00:00
..
bins "vault" provider registration 2016-10-29 23:16:57 -07:00
providers provider/aws: Fix panic when passing statuses to aws_acm_certificate (#9990) 2016-11-09 15:53:36 +00:00
provisioners Add ability to skip chef registration 2016-10-01 00:49:39 +02:00