Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion website/docs/cdktf/python/r/policy_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ The following arguments are supported:
A policy set can only have policies that have the same underlying kind.
* `agent_enabled` - (Optional) Whether or not the policy set is run as a policy evaluation within the agent.
True by default for all "opa" policy sets.
* `policy_tool_version` - (Optional) The policy tool version to run the evaluation against.
* `policy_tool_version` - (Optional) The policy tool version to run the evaluation against. For both Sentinel and OPA,
leaving this argument unspecified results in selecting the latest available version at the time of creation.
For "opa" policy sets, 'latest' will not be a valid input.
* `overridable` - (Optional) Whether or not users can override this policy when
it fails during a run. Defaults to `false`. Only valid for OPA policies.
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
Expand Down
4 changes: 3 additions & 1 deletion website/docs/d/policy_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ The following arguments are supported:
* `global` - Whether or not the policy set applies to all workspaces in the organization.
* `kind` - The policy-as-code framework for the policy. Valid values are "sentinel" and "opa".
* `agent_enabled` - Whether or not the policy set is run as a policy evaluation within the agent. True by default for all "opa" policy sets.
* `policy_tool_version` - The policy tool version to run the evaluation against.
* `policy_tool_version` - The policy tool version to run the evaluation against. For both Sentinel and OPA,
leaving this argument unspecified results in selecting the latest available version at the time of creation.
For "opa" policy sets, 'latest' will not be a valid input.
* `overridable` - Whether users can override this policy when it fails during a run. Only valid for OPA policies.
* `workspace_ids` - IDs of the workspaces that use the policy set.
* `excluded_workspace_ids` - IDs of the workspaces that do not use the policy set.
Expand Down
4 changes: 3 additions & 1 deletion website/docs/r/policy_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ The following arguments are supported:
A policy set can only have policies that have the same underlying kind.
* `agent_enabled` - (Optional) Whether or not the policy set is run as a policy evaluation within the agent.
True by default for all "opa" policy sets.
* `policy_tool_version` - (Optional) The policy tool version to run the evaluation against.
* `policy_tool_version` - (Optional) The policy tool version to run the evaluation against. For both Sentinel and OPA,
leaving this argument unspecified results in selecting the latest available version at the time of creation.
For "opa" policy sets, 'latest' will not be a valid input.
* `overridable` - (Optional) Whether or not users can override this policy when
it fails during a run. Defaults to `false`. Only valid for OPA policies.
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
Expand Down
Loading