module "namespace-technical-role" {
source = "MagusDevOps/namespace-technical-role/aws"
version = "x.x.x"
account_id = "${var.account_id}"
...
}
No requirements.
The following providers are used by this module:
- aws
The following input variables are required:
Description: AWS account ID
Type: string
Description: a name that provides a logical grouping of resources
Type: string
Description: a string that provides a differentiation an environment
Type: string
The following input variables are optional (have default values):
Description: A map of additional tags
Type: map
Default: {}
Description: a list of CIDRs that a user can execute this policy from
Type: list
Default:
[
"0.0.0.0/0"
]
Description: tag key for the namespace variables
Type: string
Default: "namespace"
Description: the prefix tag key defaults to 'environment'
Type: string
Default: "environment"
The following outputs are exported: