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" } } }