Skip to content

Complete AWS network infrastructure to support an operation.

Notifications You must be signed in to change notification settings

jrcasso/terraform-aws-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform conforming to the operation zone specification draft.

Requirements

Name Version
aws ~> 3.0

Providers

Name Version
aws ~> 3.0

Inputs

Name Description Type Default Required
name Operation name; prototypical scopes include dev, stage, and production 'environments'. string n/a yes
parent_zone VPC subnet CIDR for the operation
object({
name = string
id = string
})
n/a yes
profile AWS profile string "personal" no
region AWS Region string "us-east-1" no
vpc_cidr VPC subnet CIDR for the operation string n/a yes

Outputs

Name Description
hosted_zone n/a
sg_ids n/a
vpc_cidr_block n/a
vpc_id n/a

About

Complete AWS network infrastructure to support an operation.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages