Skip to content

Commit

Permalink
Update Terraform cloudposse/tfstate-backend/aws to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 4, 2023
1 parent 02a2bd6 commit 2402636
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.1.1"
version = "1.2.0"
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.1.1"
version = "1.2.0"

force_destroy = var.force_destroy
prevent_unencrypted_uploads = var.prevent_unencrypted_uploads
Expand Down

0 comments on commit 2402636

Please sign in to comment.