resources: Add an Aws resource

This commit is contained in:
Jonathan Gold
2017-09-30 15:57:21 -04:00
parent 81daf10157
commit 4d7c0ddbce
3 changed files with 664 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ type Edge struct {
type Resources struct {
// in alphabetical order
Augeas []*resources.AugeasRes `yaml:"augeas"`
AwsEc2 []*resources.AwsEc2Res `yaml:"aws:ec2"`
Exec []*resources.ExecRes `yaml:"exec"`
File []*resources.FileRes `yaml:"file"`
Graph []*resources.GraphRes `yaml:"graph"`