Skip to content

Commit

Permalink
add checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 18, 2022
1 parent 7663f3b commit 1b93838
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vpc-transit-gateway-association/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ section TGW setup, consisting of data (required), self, and peer (remote(s)). T
Use of this set of modules and configuration requires Terraform 1.x and the Terraform Provider v4.x. If you have the AWS provider pinned with a `version = "~> 3.66"` statement
you'll ned to change that to `version = ">= 4.0"`.

# Setup Checklist

-[ ] convert VPC to tf 1.x
-[ ] change provider pinning in `versions.tf`
-[ ] have access to network account via standard profile
-[ ] ensure `tgw_environment` is defined on `module.vpc`
-[ ] ensure an `attachmnet` subnet (/28 pe AZ) is defined and labelled
-[ ] use output from `module.subnets` or construct the proper input list of objects
-[ ] call data, use output as input to self, then peer (self required first)

# Setup

Due to the nature of some of the data resources and `for_each` not being able to be determined properly, this is split into three
Expand Down

0 comments on commit 1b93838

Please sign in to comment.