From 93fcef454a0c135c4f8fdc4576672aedf5f499fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 04:11:38 +0000 Subject: [PATCH] Update Terraform tfe to ~> 0.80 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7eeac94..0749a5c 100644 --- a/main.tf +++ b/main.tf @@ -15,7 +15,7 @@ terraform { } tfe = { source = "hashicorp/tfe" - version = "~> 0.64" + version = "~> 0.80" } } }