Skip to content

Commit

Permalink
Update Terraform cloudposse/tfstate-backend/aws to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent 6c5d5df commit 4d523b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/terraform/aws/automation-roles/main.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/terraform/aws/tfstate-backend/main.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4d523b8

Please sign in to comment.