Skip to content

Commit

Permalink
Fix broken links in documentation (#216)
Browse files Browse the repository at this point in the history
* Fix broken links

* Update change log
  • Loading branch information
wcmjunior authored May 31, 2022
1 parent 6dac9d3 commit da66039
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand All @@ -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);
Expand Down Expand Up @@ -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);

Expand All @@ -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);

Expand All @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion cyral/resource_cyral_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/datamap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da66039

Please sign in to comment.