Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nivleshc/59f4b9eec3b48517c6c5b4f41ab8e373 to your computer and use it in GitHub Desktop.

Select an option

Save nivleshc/59f4b9eec3b48517c6c5b4f41ab8e373 to your computer and use it in GitHub Desktop.
This gist contains code from the file data.tf inside the product-s3-bucket folder, which is part of the blog-aws-service-catalog-for-terraform-products repository.
data "aws_s3_bucket" "artifacts_s3_bucket" {
bucket = var.artifacts_s3_bucket_name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment