Terraform module to manage the base configuration for an environment in it's own VPC.
module "" {
source = "appzen-oss/env-base/aws"
version = "0.0.1"
}
Name | Description | Type | Default | Required |
---|---|---|---|---|
account_name | Name of member account. Format: namespace-account. Part after - is used for DNS subdomain | string | n/a | yes |
aws_region | AWS region to manage resources in | string | n/a | yes |
environment | Environment (ex: dev , qa , stage , prod ). (Second or top level namespace. Depending on namespacing options) |
string | n/a | yes |
organization | Organization namespace | string | n/a | yes |
top_level_domain | Top level DNS domain. Account subdomain will be added to this | string | n/a | yes |
vpc_cidr | CIDR block for VPC | string | n/a | yes |
vpc_name | Name of VPC | string | n/a | yes |