Commit cc0c5821 authored by Rob Greenwood's avatar Rob Greenwood

disabled S3 mfa_delete

S3 mfa_delete can only be enabled by the root account, which terraform
will never be run as.
parent 6c053baf
...@@ -4,7 +4,6 @@ resource "aws_s3_bucket" "remote_state" { ...@@ -4,7 +4,6 @@ resource "aws_s3_bucket" "remote_state" {
versioning { versioning {
enabled = true enabled = true
mfa_delete = true
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment