Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.44 KB

terraform-aws-account-base

CircleCI Github release

Terraform module to setup a member account in an organization

Terraform registry

Usage

Basic Example

module "" {
  source        = "appzen-oss/account-base/aws"
  version       = "0.0.1"
}

Inputs

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

Resource Graph of plan

Terraform Graph