Skip to content

Commit

Permalink
Fix repository name for IdP Okta module (#220)
Browse files Browse the repository at this point in the history
* IdP Okta module renamed

* Update change log
  • Loading branch information
wcmjunior authored Jun 7, 2022
1 parent 852c8fe commit 63a369e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.6.2 (June 6, 2022)

Minimum required Control Plane version: `v2.32.0`.

### Documentation:

- **Fix repository name for IdP Okta module**: [#220](https://github.com/cyralinc/terraform-provider-cyral/pull/220);

## 2.6.1 (May 31, 2022)

Minimum required Control Plane version: `v2.32.0`.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/integration_idp_okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Manages [integration with Okta](https://cyral.com/docs/sso/sso-okta#in-cyral-management-console-create-okta-integration) identity provider to allow single-sign on to Cyral.

See also [Cyral IdP Integration Module for Okta](https://github.com/cyralinc/terraform-cyral-idp-okta).
See also [Cyral IdP Integration Module for Okta](https://github.com/cyralinc/terraform-okta-idp).
This module encapsulates both Okta and Cyral providers and creates all the necessary configuration to get
Okta integrated to Cyral and ready to be used with a single `terraform apply` execution.

Expand Down
2 changes: 1 addition & 1 deletion templates/resources/integration_idp_okta.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{ .Description | trimspace }}

See also [Cyral IdP Integration Module for Okta](https://github.com/cyralinc/terraform-cyral-idp-okta).
See also [Cyral IdP Integration Module for Okta](https://github.com/cyralinc/terraform-okta-idp).
This module encapsulates both Okta and Cyral providers and creates all the necessary configuration to get
Okta integrated to Cyral and ready to be used with a single `terraform apply` execution.

Expand Down

0 comments on commit 63a369e

Please sign in to comment.