Skip to content

Commit

Permalink
add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 18, 2022
1 parent 93ce956 commit 7663f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vpc-transit-gateway-association/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ section TGW setup, consisting of data (required), self, and peer (remote(s)). T
* [peer](peer/)
* creates static routes for transit gateway route tables in a peer region

Use of this set of modules and configuration requires Terraform 1.x.
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

Expand Down

0 comments on commit 7663f3b

Please sign in to comment.