providers/aws: comments
This commit is contained in:
parent
ae142efff7
commit
938b4da8a5
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue