Skip to content

Instantly share code, notes, and snippets.

@p0bailey
Created October 29, 2017 21:44
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 p0bailey/51786a1eaf4214e7e30c5f1ff3bbb6c5 to your computer and use it in GitHub Desktop.
Save p0bailey/51786a1eaf4214e7e30c5f1ff3bbb6c5 to your computer and use it in GitHub Desktop.
s3 aws-vault demo
resource "aws_s3_bucket" "bucket" {
bucket = "somethingVaultTest"
acl = "private"
tags {
Name = "vault-demo"
Environment = "Demo"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment