https://github.com/kjenney/terraform-aws-tgw-tester
Provision a Transit Gatweay wth 2 VPC's, each with an EC2 instance to test connectivity.
https://github.com/kjenney/terraform-aws-tgw-tester
Last synced: 4 months ago
JSON representation
Provision a Transit Gatweay wth 2 VPC's, each with an EC2 instance to test connectivity.
- Host: GitHub
- URL: https://github.com/kjenney/terraform-aws-tgw-tester
- Owner: kjenney
- Created: 2024-01-26T23:47:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T18:52:31.000Z (over 1 year ago)
- Last Synced: 2025-01-07T20:12:41.694Z (5 months ago)
- Language: HCL
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-aws-tgw-tester
Some examples of provisioning a Transit Gateway with Terraform and testing out connectivity across VPC's
## Examples
* `simple` - A simple example. TGW, VPC's, and instances in a single account.
* `separate_accounts` - A more difficult example. TGW and VPC's in one accounts. Subnets shared and instances in other accounts.
* `eks_subnet_sharing` - Fun with EKS. TGW and VPC's in one accounts. Subnets shared with an instance and EKS in other accounts.