Skip to content

Instantly share code, notes, and snippets.

@theCaptN21
Last active February 2, 2023 21:08
Show Gist options
  • Save theCaptN21/55dc84aafae6aaea5a4fd6eb4797c2c9 to your computer and use it in GitHub Desktop.
Save theCaptN21/55dc84aafae6aaea5a4fd6eb4797c2c9 to your computer and use it in GitHub Desktop.
S3 Bucket
resource "aws_s3_bucket" "yourbucketname" {
bucket = "yourbucketname"
acl = "private"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment