Skip to content

Instantly share code, notes, and snippets.

@dev-daeun
Created February 19, 2022 05:04
Show Gist options
  • Save dev-daeun/253d2bfaa45719d5981f5a2483a328ed to your computer and use it in GitHub Desktop.
Save dev-daeun/253d2bfaa45719d5981f5a2483a328ed to your computer and use it in GitHub Desktop.
resource "aws_s3_bucket" "tfstate" {
bucket = "devdaeun-terraform-state"
versioning {
enabled = true # Prevent from deleting tfstate file
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment