Skip to content

Commit

Permalink
Merge pull request #3680 from ministryofjustice/dependabot/terraform/…
Browse files Browse the repository at this point in the history
…terraform/environments/equip/s3-bucket-ukcloud-replica--github--ministryofjustice/modernisation-platform-terraform-s3-bucket--v7.0.0-7.1.0
  • Loading branch information
SteveLinden authored Oct 20, 2023
2 parents c584ac0 + 56d310b commit 5594261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/equip/s3-ukcloud-replica.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "s3-bucket-ukcloud-replica" {
count = local.is-development ? 1 : 0
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v7.0.0"
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v7.1.0"
bucket_prefix = "s3-bucket-ukcloud-replica"
versioning_enabled = false
replication_enabled = false
Expand Down

0 comments on commit 5594261

Please sign in to comment.