Skip to content

Instantly share code, notes, and snippets.

@tcondeixa
Created October 10, 2019 12:52
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 tcondeixa/62fe4a4662d01bf863499e18b0aa33d3 to your computer and use it in GitHub Desktop.
Save tcondeixa/62fe4a4662d01bf863499e18b0aa33d3 to your computer and use it in GitHub Desktop.
Terraform Composed Module AWS S3 Bucket Setup - Outputs
output "s3_bucket" {
description = "map with arn, name and id of the s3 bucket example s3_bucket[\"arn\"]"
value = module.s3.s3_bucket
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment