Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nivleshc/9eb9c03669a6cb52ffa31e91c9072806 to your computer and use it in GitHub Desktop.

Select an option

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