From aa2a0b8bb0aae7ed81534a3e7055cbc152961087 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:22:00 +0900 Subject: [PATCH] chore(deps): update terraform aws to ~> 5.53.0 (#126) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- testdata/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.tf b/testdata/main.tf index f9d5de6..10a117b 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.31.0" + version = "~> 5.53.0" } azurerm = {