Skip to content

Commit

Permalink
misc: regenerated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Nov 7, 2024
1 parent 03294ab commit f067e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/project_identity_specific_privilege.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource "infisical_project_identity_specific_privilege" "test-privilege" {
### Optional

- `is_temporary` (Boolean) Flag to indicate the assigned specific privilege is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
- `permission` (Attributes, Deprecated) (DEPRECATED, USE permissions_v2) The permissions assigned to the project identity specific privilege (see [below for nested schema](#nestedatt--permission))
- `permission` (Attributes, Deprecated) (DEPRECATED, USE permissions_v2. Refer to the migration guide in https://infisical.com/docs/internals/permissions#migrating-from-permission-v1-to-permission-v2) The permissions assigned to the project identity specific privilege (see [below for nested schema](#nestedatt--permission))
- `permissions_v2` (Attributes Set) The permissions assigned to the project identity specific privilege. Refer to the documentation here https://infisical.com/docs/internals/permissions for its usage. (see [below for nested schema](#nestedatt--permissions_v2))
- `slug` (String) The slug for the new privilege
- `temporary_access_end_time` (String) ISO time for which temporary access will end. Computed based on temporary_range and temporary_access_start_time
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/project_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource "infisical_project_role" "biller" {
### Optional

- `description` (String) The description for the new role. Defaults to an empty string.
- `permissions` (Attributes List, Deprecated) (DEPRECATED, USE permissions_v2) The permissions assigned to the project role (see [below for nested schema](#nestedatt--permissions))
- `permissions` (Attributes List, Deprecated) (DEPRECATED, USE permissions_v2. Refer to the migration guide in https://infisical.com/docs/internals/permissions#migrating-from-permission-v1-to-permission-v2) The permissions assigned to the project role (see [below for nested schema](#nestedatt--permissions))
- `permissions_v2` (Attributes Set) The permissions assigned to the project role. Refer to the documentation here https://infisical.com/docs/internals/permissions for its usage. (see [below for nested schema](#nestedatt--permissions_v2))

### Read-Only
Expand Down

0 comments on commit f067e9f

Please sign in to comment.