Created
September 13, 2025 08:57
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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