From 6131963f7aba4eec18386bd7ca010aad43046f1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:32:55 +0000 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.25.0 --- testdata/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.tf b/testdata/main.tf index 0141b11..26f3b0a 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.24.0" + version = "~> 5.25.0" } azurerm = {