Skip to content

Commit

Permalink
SCALRCORE-29726 Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denkl committed Jan 8, 2024
1 parent b820cb8 commit b8786da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/policy_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "scalr_policy_group" "example" {
### Optional

- `account_id` (String) The identifier of the Scalr account, in the format `acc-<RANDOM STRING>`.
- `environments` (List of String) A list of the environments the policy group is linked to. Use `["*"]` to enforce in all environments.
- `environments` (List of String) A list of the environments the policy group is linked to. Use `["*"]` to enforce in all environments. To manage a linkage use either this attribute or `scalr_policy_group_linkage` resource.
- `opa_version` (String) The version of Open Policy Agent to run policies against. If omitted, the system default version is assigned.

### Read-Only
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/policy_group_linkage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ order: 10

Manage policy group to environment linking in Scalr. Create, update and destroy.

**Note:** To manage a linkage use either this resource or `environments` attribute of [`scalr_policy_group`](provider_resource_scalr_policy_group) resource.

## Example Usage

```terraform
Expand Down

0 comments on commit b8786da

Please sign in to comment.