From ae160f23f9a8b35cd0d3293272dd2dc41365eaf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 15:54:34 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/s3-bucket/aws to v4.3.0 --- modules/aws-bootstrap/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws-bootstrap/main.tf b/modules/aws-bootstrap/main.tf index 013b199..fc57623 100644 --- a/modules/aws-bootstrap/main.tf +++ b/modules/aws-bootstrap/main.tf @@ -4,7 +4,7 @@ locals { module "terraform_state" { source = "terraform-aws-modules/s3-bucket/aws" - version = "4.2.2" + version = "4.3.0" bucket = local.state_bucket