Skip to content

Commit

Permalink
Merge pull request #1548 from alphagov/GOVUKAPP-946b
Browse files Browse the repository at this point in the history
remove MFA delete as not needed
  • Loading branch information
jflm authored Dec 6, 2024
2 parents 51bfe58 + ce97630 commit 1e65a84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/deployments/mobile-backend/config-bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ resource "aws_s3_bucket" "mobile_backend_remote_config" {
resource "aws_s3_bucket_versioning" "mobile_backend_remote_config" {
bucket = aws_s3_bucket.mobile_backend_remote_config.id
versioning_configuration {
status = "Enabled"
mfa_delete = "Enabled"
status = "Enabled"
}
}

Expand Down

0 comments on commit 1e65a84

Please sign in to comment.