Skip to content

Terraform code to demonstrate how AWS PrivateLink solution can be used to solve overlapping IP in AWS.

License

Notifications You must be signed in to change notification settings

bayupw/terraform-aws-overlapping-private-link-demo

Repository files navigation

Terraform AWS Overlapping IP Private Link Demo

Terraform code to demonstrate how AWS PrivateLink can be used to solve overlapping IP in AWS. Terraform AWS Overlapping IP Private Link Demo

To change VPC details, update variable vpcs - see terraform.tfvars.examples

Environment Variables

To run this project, you will need to set the following environment variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_DEFAULT_REGION

Run Locally

Clone the project

git clone https://github.com/bayupw/terraform-aws-overlapping-private-link-demo.git

Go to the project directory

cd terraform-aws-overlapping-private-link-demo

Set environment variables

export AWS_ACCESS_KEY_ID="A1b2C3d4E5"
export AWS_SECRET_ACCESS_KEY="A1b2C3d4E5"
export AWS_DEFAULT_REGION="ap-southeast-2"

Terraform workflow

terraform init
terraform plan
terraform apply -auto-approve

Contributing

Report issues/questions/feature requests on in the issues section.

License

Apache 2 Licensed. See LICENSE for full details.

About

Terraform code to demonstrate how AWS PrivateLink solution can be used to solve overlapping IP in AWS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages