Skip to content

nukdcbear/terraform-aws-vpcs-dynamic-peering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS VPC with Dynamic Peering

Demo Terraform code to create peered VPCs in two AWS regions using dynamically generated info.

Requirements

System Requirements

This can be executed on either a Windows or Linux system

Must setup environment variables for AWS credentials; access key and secret key.

AWS S3 bucket for backend state storage.

Execution Instructions

# Clone the respository
git clone git@github.com:nukdcbear/terraform-aws-vpcs-dynamic-peering.git

# cd in the directory
cd terraform-aws-vpcs-dynamic-peering

# Execute Terraform
terraform init
terraform plan -out=mytfplan
terraform apply mytfplan

About

Terraform example for AWS VPCs with dynamic peering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages