Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created July 15, 2019 06:33
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 kaihendry/22a072076e9e3108b98915917dde8175 to your computer and use it in GitHub Desktop.
Save kaihendry/22a072076e9e3108b98915917dde8175 to your computer and use it in GitHub Desktop.
provider "aws" {
profile = "mine"
region = "ap-southeast-1"
}
resource "aws_s3_bucket" "b" {
bucket = "freenas-backup"
acl = "private"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment