From 7663f3bd2a4297906b2a5113a968c8e1872dedae Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 18 Oct 2022 08:26:48 -0400 Subject: [PATCH] add version info --- vpc-transit-gateway-association/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vpc-transit-gateway-association/README.md b/vpc-transit-gateway-association/README.md index ab5a894..d62f21d 100644 --- a/vpc-transit-gateway-association/README.md +++ b/vpc-transit-gateway-association/README.md @@ -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