From 034c14ae08749d5b36ad9ae563de1a35fef8af25 Mon Sep 17 00:00:00 2001 From: Adam Acosta Date: Mon, 27 Nov 2023 18:47:34 -0600 Subject: [PATCH] Pin version until https://github.com/hashicorp/terraform-provider-aws/issues/34135 is fixed --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index c3c2658..03bb5f1 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 4.6" + version = ">= 4.6, <= 5.22" } cloudinit = { source = "hashicorp/cloudinit"