From c06d1ada9fbcbf83aea6d2b50e53ecb41ad30d51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 09:01:07 +0900 Subject: [PATCH] chore(deps): update terraform aws to v4 (#33) Co-authored-by: Renovate Bot --- testdata/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.tf b/testdata/main.tf index 07ff925..de83581 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3" + version = "~> 4.4.0" } azurerm = {