Skip to content

Commit

Permalink
chore: Updates repository to use supported Terraform versions (#2760)
Browse files Browse the repository at this point in the history
Co-authored-by: maastha <[email protected]>
  • Loading branch information
svc-apix-Bot and maastha authored Oct 30, 2024
1 parent 9a2146c commit d19e8b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
terraform_matrix:
description: 'Terraform version matrix (JSON array)'
default: '["1.9.x", "1.8.x", "1.7.x", "1.6.x", "1.5.x", "1.4.x", "1.3.x"]'
default: '["1.9.x","1.8.x","1.7.x","1.6.x","1.5.x","1.4.x"]'
provider_matrix:
description: 'Previous MongoDB Atlas Provider version matrix for migration tests (JSON array)'
default: '[""]' # "" for latest version
Expand Down Expand Up @@ -43,7 +43,7 @@ concurrency:
jobs:
variables:
env:
schedule_terraform_matrix: '["${{ vars.TF_VERSION_LATEST }}"]'
schedule_terraform_matrix: '["1.9.x"]'
schedule_provider_matrix: '[""]' # "" for latest version
runs-on: ubuntu-latest
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform 1.9.7
terraform 1.9.8
2 changes: 1 addition & 1 deletion scripts/generate-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

set -euo pipefail

TF_VERSION="${TF_VERSION:-"1.9.7"}" # TF version to use when running tfplugindocs. Default: 1.9.7
TF_VERSION="${TF_VERSION:-"1.9.8"}" # TF version to use when running tfplugindocs. Default: 1.9.8
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates


Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-docs-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

set -euo pipefail

TF_VERSION="${TF_VERSION:-"1.9.7"}" # TF version to use when running tfplugindocs. Default: 1.9.7
TF_VERSION="${TF_VERSION:-"1.9.8"}" # TF version to use when running tfplugindocs. Default: 1.9.8
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates

# ensure preview resource and data sources are also included during generation
Expand Down

0 comments on commit d19e8b9

Please sign in to comment.