Created
September 13, 2025 08:46
-
-
Save nivleshc/75e1832ab67ededa94de6cc0f550ed32 to your computer and use it in GitHub Desktop.
This gist contains code from the file service-catalog-product-s3-bucket.tf, 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
| # attach the s3 bucket product to the portfolio | |
| resource "aws_servicecatalog_product_portfolio_association" "s3_bucket" { | |
| portfolio_id = var.portfolio_id | |
| product_id = aws_servicecatalog_product.s3_bucket.id | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment