Skip to content

Terraform module to setup base configuration of an organization member account

Notifications You must be signed in to change notification settings

appzen-oss/terraform-aws-account-base

Repository files navigation

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

About

Terraform module to setup base configuration of an organization member account

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages