Skip to content

Commit

Permalink
add mfa_delete argument
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 22, 2023
1 parent 072df3a commit dfa1ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/s3-bucket/10-s3-bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "bucket" {
sse_algorithm = "aws:kms"
}
bucket_key_enabled = true
mfa_delete = "Enabled"
}
}

Expand Down

0 comments on commit dfa1ed5

Please sign in to comment.