Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 18, 2022
1 parent 1b93838 commit 0b5b899
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vpc-transit-gateway-association/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ 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)
- [ ] 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

Expand Down

0 comments on commit 0b5b899

Please sign in to comment.