providers/aws: comments

This commit is contained in:
Mitchell Hashimoto 2014-06-24 10:23:09 -07:00
parent ae142efff7
commit 938b4da8a5
1 changed files with 2 additions and 0 deletions

View File

@ -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() {