Skip to content

Commit 848c572

Browse files
chore: association name
Co-authored-by: Mohammad Alhussan <30862222+malhussan@users.noreply.github.com>
1 parent 7894409 commit 848c572

File tree

1 file changed

+1
-1
lines changed
  • modules/meshcloud-replicator/replicator-management-account-access

1 file changed

+1
-1
lines changed

modules/meshcloud-replicator/replicator-management-account-access/module.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource "aws_iam_role_policy_attachment" "meshfed_service_enrollment_additional
3939
policy_arn = aws_iam_policy.meshfed_service_enrollment_additional[0].arn
4040
}
4141

42-
resource "aws_servicecatalog_principal_portfolio_association" "example" {
42+
resource "aws_servicecatalog_principal_portfolio_association" "meshfed_service" {
4343
count = var.control_tower_enrollment_enabled ? 1 : 0
4444
portfolio_id = var.control_tower_portfolio_id
4545
principal_arn = aws_iam_role.meshfed_service.arn

0 commit comments

Comments
 (0)