From 938b4da8a502d06beb0a6efd7e73231e2b4d40a2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 24 Jun 2014 10:23:09 -0700 Subject: [PATCH] providers/aws: comments --- builtin/providers/aws/resources.go | 2 ++ 1 file changed, 2 insertions(+) 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() {