Skip to content

Commit

Permalink
remove MFA delete as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jflm committed Dec 6, 2024
1 parent 51bfe58 commit ce97630
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 ce97630

Please sign in to comment.