You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an optional permissions field to the role set of the
polaris_aws_cnp_account_attachments resource. When used, the field will
force the resource to be updated when the polaris_aws_cnp_permissions
data source changes. During the update RSC will be notified about the
updated permissions.
Copy file name to clipboardexpand all lines: docs/resources/aws_cnp_account_attachments.md
+4
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,10 @@ Required:
70
70
-`arn` (String) AWS role ARN.
71
71
-`key` (String) RSC artifact key for the AWS role.
72
72
73
+
Optional:
74
+
75
+
-`permissions` (String) Permissions updated signal. When this field changes, the provider will notify RSC that the permissions for the feature has been updated. Use this field with the `id` field of the `polaris_aws_cnp_permissions` data source.
0 commit comments