Skip to content

Instantly share code, notes, and snippets.

@albertoal
Created November 2, 2018 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertoal/53861ac8fa2db8eef619f4ae9288cce2 to your computer and use it in GitHub Desktop.
Save albertoal/53861ac8fa2db8eef619f4ae9288cce2 to your computer and use it in GitHub Desktop.
resource "aws_s3_bucket" "kops_state" {
bucket = "${local.kops_state_bucket_name}"
acl = "private"
force_destroy = true
tags = "${merge(local.tags)}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment