Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AwsAccount ¶
type AwsBackend ¶
type AwsOrganization ¶
type AwsProps ¶
type AwsProps struct {
Backend AwsBackend `json:"backend"`
Organization map[string]AwsOrganization `json:"organization"`
Accounts []string `json:"accounts"`
}
func LoadUserAwsProps ¶
type CfgTerraformAwsS3BucketConfig ¶
type CfgTerraformAwsS3BucketConfig struct {
Id *string `json:"id"`
Enabled *bool `json:"enabled"`
Namespace *string `json:"namespace"`
Stage *string `json:"stage"`
Name *string `json:"name"`
Attributes *[]*string `json:"attributes"`
Acl *string `json:"acl"`
UserEnabled *bool `json:"user_enabled"`
VersioningEnabled *bool `json:"versioning_enabled"`
}
Click to show internal directories.
Click to hide internal directories.