Created
September 13, 2025 09:04
-
-
Save nivleshc/9eb9c03669a6cb52ffa31e91c9072806 to your computer and use it in GitHub Desktop.
This gist contains code from the file iam-roles.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
| resource "aws_iam_role_policy_attachment" "service_catalog_product_s3_bucket_launch_contraint_role" { | |
| role = aws_iam_role.service_catalog_product_s3_bucket_launch_contraint_role.name | |
| policy_arn = aws_iam_policy.service_catalog_product_s3_bucket_launch_contraint_role_policy.arn | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment