Commit b6fd72c9 authored by Chris Merrett's avatar Chris Merrett

Enable MFA delete on remote state bucket

parent 9fc8ff03
...@@ -3,7 +3,8 @@ resource "aws_s3_bucket" "remote_state" { ...@@ -3,7 +3,8 @@ resource "aws_s3_bucket" "remote_state" {
acl = "private" acl = "private"
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