Skip to content

Commit e988686

Browse files
authored
Change Aggregation Property resource to Aggregation Properties resource (#99)
1 parent 5badfd5 commit e988686

14 files changed

+1603
-1546
lines changed

docs/resources/port_action_permissions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: |-
2626
}
2727
}
2828
}
29-
29+
3030
Example Usage with Policy
3131
Port allows setting dynamic permissions for executing and/or approving execution of self-service actions, based on any properties/relations of an action's corresponding blueprint.
3232
Docs about the Policy language can be found here https://docs.getport.io/create-self-service-experiences/set-self-service-actions-rbac/dynamic-permissions#configuring-permissions.
@@ -75,7 +75,7 @@ description: |-
7575
}
7676
)
7777
}
78-
78+
7979
}
8080
}
8181
```
@@ -170,7 +170,7 @@ resource "port_action_permissions" "restart_microservice_permissions" {
170170
}
171171
```
172172

173-
## Disclaimer
173+
## Disclaimer
174174

175175
- Action permissions are created by default when creating a new action, this means that you should use this resource when you want to change the default permissions of an action.
176176
- When deleting an action permissions resource using terraform, the action permissions will not be deleted from Port, as they are required for the action to work, instead, the action permissions will be removed from the terraform state.
@@ -221,4 +221,4 @@ Optional:
221221
- `policy` (String) The policy to use for execution
222222
- `roles` (List of String) The roles with execution permission
223223
- `teams` (List of String) The teams with execution permission
224-
- `users` (List of String) The users with execution permission
224+
- `users` (List of String) The users with execution permission

0 commit comments

Comments
 (0)