diff --git a/builtin/providers/aws/resources.go b/builtin/providers/aws/resources.go index 794c841360..9955ef1ba6 100644 --- a/builtin/providers/aws/resources.go +++ b/builtin/providers/aws/resources.go @@ -9,6 +9,8 @@ import ( "github.com/mitchellh/goamz/ec2" ) +// resourceMap is the mapping of resources we support to their basic +// operations. This makes it easy to implement new resource types. var resourceMap *resource.Map func init() {