Skip to content

Commit

Permalink
min/max TF CLI version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Jun 19, 2024
1 parent 0f49a0d commit 7f3a2ef
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-test-ff-multi-region.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.7.*'
- '1.8.*'
steps:

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.7.*'
- '1.8.*'
steps:

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.7.*'
- '1.8.*'
steps:

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.7.*'
- '1.8.*'
steps:

- name: Check out code into the Go module directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/acceptance-test-ff-multi-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
fail-fast: false
matrix:
# list whatever Terraform versions here you would like to support
terraform: # We test the earliest supported (v1.3), and the latest supported (v1.7)
- '1.3.*'
- '1.7.*'
terraform: # We test the earliest supported (v1.4), and the latest supported (v1.8)
- '1.4.*'
- '1.8.*'
max-parallel: 1
steps:

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-test-multi-region.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.7.*'
- '1.8.*'
steps:

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.7.*'
- '1.8.*'
steps:

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.7.*'
- '1.8.*'
steps:

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -514,7 +514,7 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.7.*'
- '1.8.*'
steps:

- name: Check out code into the Go module directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/acceptance-test-multi-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
fail-fast: false
matrix:
# list whatever Terraform versions here you would like to support
terraform: # We test the earliest supported (v1.3), and the latest supported (v1.7)
- '1.3.*'
- '1.7.*'
terraform: # We test the earliest supported (v1.4), and the latest supported (v1.8)
- '1.4.*'
- '1.8.*'
max-parallel: 1
steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The PingOne Terraform provider is a plugin for [Terraform](https://www.terraform
* [Ping Identity Home](https://www.pingidentity.com/en.html)

## Requirements
* Terraform 1.3+
* Terraform 1.4+
* Go 1.21+ (for local development builds)

## Quickstarts
Expand Down

0 comments on commit 7f3a2ef

Please sign in to comment.