We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7894409 commit 848c572Copy full SHA for 848c572
modules/meshcloud-replicator/replicator-management-account-access/module.tf
@@ -39,7 +39,7 @@ resource "aws_iam_role_policy_attachment" "meshfed_service_enrollment_additional
39
policy_arn = aws_iam_policy.meshfed_service_enrollment_additional[0].arn
40
}
41
42
-resource "aws_servicecatalog_principal_portfolio_association" "example" {
+resource "aws_servicecatalog_principal_portfolio_association" "meshfed_service" {
43
count = var.control_tower_enrollment_enabled ? 1 : 0
44
portfolio_id = var.control_tower_portfolio_id
45
principal_arn = aws_iam_role.meshfed_service.arn
0 commit comments