Skip to content

Commit

Permalink
chore: association name
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammad Alhussan <30862222+malhussan@users.noreply.github.com>
  • Loading branch information
felixzieger and malhussan committed Jan 25, 2024
1 parent 7894409 commit 848c572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "aws_iam_role_policy_attachment" "meshfed_service_enrollment_additional
policy_arn = aws_iam_policy.meshfed_service_enrollment_additional[0].arn
}

resource "aws_servicecatalog_principal_portfolio_association" "example" {
resource "aws_servicecatalog_principal_portfolio_association" "meshfed_service" {
count = var.control_tower_enrollment_enabled ? 1 : 0
portfolio_id = var.control_tower_portfolio_id
principal_arn = aws_iam_role.meshfed_service.arn
Expand Down

0 comments on commit 848c572

Please sign in to comment.