Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nivleshc/75e1832ab67ededa94de6cc0f550ed32 to your computer and use it in GitHub Desktop.

Select an option

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.
# 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