From 4d523b8963474927dbbbcc4b9eb1956c3e6a3b51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:33:26 +0000 Subject: [PATCH] Update Terraform cloudposse/tfstate-backend/aws to v1.4.1 --- components/terraform/aws/automation-roles/main.tf | 2 +- components/terraform/aws/tfstate-backend/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/terraform/aws/automation-roles/main.tf b/components/terraform/aws/automation-roles/main.tf index 7aab639f..cfeac936 100644 --- a/components/terraform/aws/automation-roles/main.tf +++ b/components/terraform/aws/automation-roles/main.tf @@ -1,7 +1,7 @@ # The remote backend in the automation account module "terraform_state_backend" { source = "cloudposse/tfstate-backend/aws" - version = "1.4.0" + version = "1.4.1" enabled = true namespace = "accelerator-auto" environment = "ue2" diff --git a/components/terraform/aws/tfstate-backend/main.tf b/components/terraform/aws/tfstate-backend/main.tf index 503066b9..4f91d490 100644 --- a/components/terraform/aws/tfstate-backend/main.tf +++ b/components/terraform/aws/tfstate-backend/main.tf @@ -1,6 +1,6 @@ module "tfstate_backend" { source = "cloudposse/tfstate-backend/aws" - version = "1.4.0" + version = "1.4.1" force_destroy = var.force_destroy prevent_unencrypted_uploads = var.prevent_unencrypted_uploads