Skip to content

Commit

Permalink
Update minimum terraform version for PingOne
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Dec 28, 2023
1 parent d39c099 commit c4c1766
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/pingone.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Requirements

* Terraform CLI 1.1+
* Terraform CLI 1.3+
* A licensed or trial PingOne cloud subscription - [Try Ping here](https://www.pingidentity.com/en/try-ping.html)
* Administrator access to the [PingOne Administration Console](https://docs.pingidentity.com/r/en-us/pingone/p1_access_admin_console)

Expand Down
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ The documentation aims to cover best practices and secure deployment guidance, w
<a class="assetlinks" href="https://docs.pingidentity.com/" target=”_blank”>Documentation</a>
</span>
</div>

## Prerequisites

* Terraform CLI 1.1+
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.2.0"
required_version = ">= 1.3.0"

required_providers {
cloudflare = {
Expand Down
2 changes: 1 addition & 1 deletion examples/pingone-neo-getting-started/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.2.0"
required_version = ">= 1.3.0"

required_providers {
pingone = {
Expand Down
2 changes: 1 addition & 1 deletion examples/pingone-postman-oauth2-integration/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.2.0"
required_version = ">= 1.3.0"

required_providers {
pingone = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.2.0"
required_version = ">= 1.3.0"

required_providers {
pingone = {
Expand Down

0 comments on commit c4c1766

Please sign in to comment.