diff --git a/bindata.go b/bindata.go index 134fa5a..7b14e3f 100644 --- a/bindata.go +++ b/bindata.go @@ -115,7 +115,7 @@ func bindataTemplatesAwsrolestfDeploysh() (*asset, error) { size: 508, md5checksum: "", mode: os.FileMode(420), - modTime: time.Unix(1582717401, 0), + modTime: time.Unix(1582717639, 0), } a := &asset{bytes: bytes, info: info} @@ -157,7 +157,7 @@ func bindataTemplatesAwsrolestfMaintf() (*asset, error) { size: 560, md5checksum: "", mode: os.FileMode(420), - modTime: time.Unix(1582717401, 0), + modTime: time.Unix(1582717639, 0), } a := &asset{bytes: bytes, info: info} diff --git a/types.go b/types.go index 06fcc08..c6d4217 100644 --- a/types.go +++ b/types.go @@ -31,6 +31,10 @@ type Database struct { InstanceName string `json:"instanceName"` } +type Team struct { + Name string `json:"name"` +} + type ServiceRole struct { Name string `json:"name"` Policies []Policies `json:"policies"`