From e15cf099426d3ae57754e41808d685e86d2b716a Mon Sep 17 00:00:00 2001 From: Zachary Hill Date: Mon, 21 Aug 2023 17:56:15 -0400 Subject: [PATCH] updated all upper bound provider version to < 6.0.0 (#86) --- modules/instance-type/main.tf | 2 +- modules/request-quota-increase/CHANGELOG.md | 2 +- modules/request-quota-increase/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/instance-type/main.tf b/modules/instance-type/main.tf index a435437..45040ac 100644 --- a/modules/instance-type/main.tf +++ b/modules/instance-type/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 3.75.1, < 5.0.0" + version = ">= 3.75.1, < 6.0.0" } } } diff --git a/modules/request-quota-increase/CHANGELOG.md b/modules/request-quota-increase/CHANGELOG.md index 1d87dfd..5b37330 100644 --- a/modules/request-quota-increase/CHANGELOG.md +++ b/modules/request-quota-increase/CHANGELOG.md @@ -11,7 +11,7 @@ - No breaking changes, safe to bump ### Description -- Restrict AWS provider version `>= 3.75.1, < 5.0.0` +- Restrict AWS provider version `>= 3.75.1, < 6.0.0` ### Related Links - https://github.com/gruntwork-io/terraform-aws-utilities/pull/80 diff --git a/modules/request-quota-increase/main.tf b/modules/request-quota-increase/main.tf index 9071738..468fd0c 100644 --- a/modules/request-quota-increase/main.tf +++ b/modules/request-quota-increase/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 3.75.1, < 5.0.0" + version = ">= 3.75.1, < 6.0.0" } } }