From cefbc055d138e0fefcc4bd4896a5c383618fb93e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:48:08 +0000 Subject: [PATCH] chore(deps): update terraform hashicorp/terraform to v1.8.4 --- example/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/main.tf b/example/main.tf index 7319108..9a554c0 100644 --- a/example/main.tf +++ b/example/main.tf @@ -16,7 +16,7 @@ terraform { unlock_method = "POST" } - required_version = "1.3.7" + required_version = "1.8.4" } provider "local" {}