diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8986c6..ae838fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.6.1 (May 31, 2022) + +Minimum required Control Plane version: `v2.32.0`. + +### Documentation: + +- **Fix broken links in documentation**: [#216](https://github.com/cyralinc/terraform-provider-cyral/pull/216); + ## 2.6.0 (May 27, 2022) Minimum required Control Plane version: `v2.32.0`. @@ -24,7 +32,7 @@ Minimum required Control Plane version: `v2.32.0`. - **Deprecate enviroment_variable argument of cyral_repository_local_account resource**: [#193](https://github.com/cyralinc/terraform-provider-cyral/pull/193); -### Documentation improvements: +### Documentation: - **Update policy docs to inform how to use 'any' for rows argument**: [#201](https://github.com/cyralinc/terraform-provider-cyral/pull/201); - **Update policy docs to inform how to use 'any' for data argument**: [#203](https://github.com/cyralinc/terraform-provider-cyral/pull/203); @@ -71,7 +79,7 @@ Minimum required Control Plane version: `v2.25.3`. - **Added denodo to the validValues map**: [#169](https://github.com/cyralinc/terraform-provider-cyral/pull/169); -### Documentation improvements: +### Documentation: - **Change cyral_repository to cyral_sidecar for the sidecar_id**: [#165](https://github.com/cyralinc/terraform-provider-cyral/pull/165); @@ -91,7 +99,7 @@ Minimum required Control Plane version: `v2.25.3`. Minimum required Control Plane version: `v2.25.3`. -### Documentation improvements: +### Documentation: - **Guide for setting up CP and deploy a sidecar**: [#156](https://github.com/cyralinc/terraform-provider-cyral/pull/156); @@ -108,7 +116,7 @@ Minimum required Control Plane version: `v2.25.3`. Minimum required Control Plane version: `v2.25.3`. -### Documentation improvements: +### Documentation: - **Remove wrong 'okta' reference**: [#135](https://github.com/cyralinc/terraform-provider-cyral/pull/135); - **Update examples to use for_each instead of count**: [#137](https://github.com/cyralinc/terraform-provider-cyral/pull/137); diff --git a/cyral/resource_cyral_policy.go b/cyral/resource_cyral_policy.go index 9a17ff3e..4a577658 100644 --- a/cyral/resource_cyral_policy.go +++ b/cyral/resource_cyral_policy.go @@ -34,7 +34,7 @@ type PolicyMetadata struct { func resourcePolicy() *schema.Resource { return &schema.Resource{ Description: "Manages [policies](https://cyral.com/docs/reference/policy). See also: [Policy Rule](./policy_rule.md)." + - " For more information, see the [Policy Guide](https://cyral.com/docs/policy#policy).", + " For more information, see the [Policy Guide](https://cyral.com/docs/policy/overview).", CreateContext: resourcePolicyCreate, ReadContext: resourcePolicyRead, UpdateContext: resourcePolicyUpdate, diff --git a/docs/resources/datamap.md b/docs/resources/datamap.md index d1a97568..61f5a3dc 100644 --- a/docs/resources/datamap.md +++ b/docs/resources/datamap.md @@ -3,12 +3,12 @@ page_title: "cyral_datamap Resource - cyral" subcategory: "" description: |- - Manages Data map https://cyral.com/docs/policy#data-map. + Manages Data map https://cyral.com/docs/policy/datamap. --- # cyral_datamap (Resource) -Manages [Data map](https://cyral.com/docs/policy#data-map). +Manages [Data map](https://cyral.com/docs/policy/datamap). ## Example Usage diff --git a/docs/resources/policy.md b/docs/resources/policy.md index 3c297f50..b73a183c 100644 --- a/docs/resources/policy.md +++ b/docs/resources/policy.md @@ -3,12 +3,12 @@ page_title: "cyral_policy Resource - cyral" subcategory: "" description: |- - Manages policies https://cyral.com/docs/reference/policy. See also: Policy Rule ./policy_rule.md. For more information, see the Policy Guide https://cyral.com/docs/policy#policy. + Manages policies https://cyral.com/docs/reference/policy. See also: Policy Rule ./policy_rule.md. For more information, see the Policy Guide https://cyral.com/docs/policy/overview. --- # cyral_policy (Resource) -Manages [policies](https://cyral.com/docs/reference/policy). See also: [Policy Rule](./policy_rule.md). For more information, see the [Policy Guide](https://cyral.com/docs/policy#policy). +Manages [policies](https://cyral.com/docs/reference/policy). See also: [Policy Rule](./policy_rule.md). For more information, see the [Policy Guide](https://cyral.com/docs/policy/overview). ## Example Usage