Terraform module to setup a member account in an organization
module "" {
source = "appzen-oss/account-base/aws"
version = "0.0.1"
}
Name | Description | Type | Default | Required |
---|---|---|---|---|
account_name | Name of member account | string | n/a | yes |
aws_region | AWS region to use | string | "us-east-1" |
no |
organization | Organization namespace | string | n/a | yes |
ssh_key_name | AWS key pair name | string | n/a | yes |
ssh_public_key | SSH public key to add to AWS and use on instances | string | n/a | yes |
top_level_domain | Top level DNS domain. Account subdomain will be added to this | string | n/a | yes |