Commit b6fd72c9 authored by Chris Merrett's avatar Chris Merrett

Enable MFA delete on remote state bucket

parent 9fc8ff03
......@@ -4,6 +4,7 @@ resource "aws_s3_bucket" "remote_state" {
versioning {
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