Skip to content

Instantly share code, notes, and snippets.

@manavskohli
Created February 12, 2019 01:17
Show Gist options
  • Save manavskohli/ec5090c6075a326f1aa9251ca1edce08 to your computer and use it in GitHub Desktop.
Save manavskohli/ec5090c6075a326f1aa9251ca1edce08 to your computer and use it in GitHub Desktop.
Terraform S3 data source
data "aws_s3_bucket" "bucket-identifier" {
bucket = "bucket-name"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment