From 321d4eb7e0f0d286a140a035f7ab72acad2db04f Mon Sep 17 00:00:00 2001 From: franklinpashok Date: Thu, 17 Aug 2023 17:28:07 +0800 Subject: [PATCH] update hashicorp/aws provider version --- modules/custom_domain/versions.tf | 2 +- modules/usage_plan/versions.tf | 2 +- versions.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/custom_domain/versions.tf b/modules/custom_domain/versions.tf index 5985968..c3fc519 100644 --- a/modules/custom_domain/versions.tf +++ b/modules/custom_domain/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.0" + version = ">= 4.67.0" } } } diff --git a/modules/usage_plan/versions.tf b/modules/usage_plan/versions.tf index 5985968..c3fc519 100644 --- a/modules/usage_plan/versions.tf +++ b/modules/usage_plan/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.0" + version = ">= 4.67.0" } } } diff --git a/versions.tf b/versions.tf index 5985968..c3fc519 100644 --- a/versions.tf +++ b/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.0" + version = ">= 4.67.0" } } }