From dd8f1fec1c8d5fed8b5e565b4e980222dcddcc14 Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Thu, 25 Sep 2025 10:52:44 -0700 Subject: [PATCH] Upgraded Terraform null provider to v3.2.0 This is to support deployments of forge (via cumulus-tf) on ARM-based Macs --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index 99f36ec..d141b79 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -10,7 +10,7 @@ locals { terraform { required_providers { aws = ">= 3.0" - null = "~> 2.1" + null = "~> 3.2" } }