Skip to content

Commit 8d5724a

Browse files
chore: Updates repository to use supported Terraform versions (#3124)
Co-authored-by: maastha <[email protected]>
1 parent 7b7ac3a commit 8d5724a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
inputs:
99
terraform_matrix:
1010
description: 'Terraform version matrix (JSON array)'
11-
default: '["1.10.x","1.9.x","1.8.x","1.7.x","1.6.x","1.5.x","1.4.x"]'
11+
default: '["1.11.x","1.10.x","1.9.x","1.8.x","1.7.x","1.6.x","1.5.x","1.4.x"]'
1212
provider_matrix:
1313
description: 'Previous MongoDB Atlas Provider version matrix for migration tests (JSON array)'
1414
default: '[""]' # "" for latest version
@@ -43,7 +43,7 @@ concurrency:
4343
jobs:
4444
variables:
4545
env:
46-
schedule_terraform_matrix: '["1.10.x"]'
46+
schedule_terraform_matrix: '["1.11.x"]'
4747
schedule_provider_matrix: '[""]' # "" for latest version
4848
runs-on: ubuntu-latest
4949
outputs:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform 1.10.5
1+
terraform 1.11.0

scripts/generate-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
set -euo pipefail
3434

35-
TF_VERSION="${TF_VERSION:-"1.10.5"}" # TF version to use when running tfplugindocs. Default: 1.10.5
35+
TF_VERSION="${TF_VERSION:-"1.11.0"}" # TF version to use when running tfplugindocs. Default: 1.11.0
3636
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates
3737

3838

scripts/generate-docs-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
set -euo pipefail
2828

29-
TF_VERSION="${TF_VERSION:-"1.10.5"}" # TF version to use when running tfplugindocs. Default: 1.10.5
29+
TF_VERSION="${TF_VERSION:-"1.11.0"}" # TF version to use when running tfplugindocs. Default: 1.11.0
3030
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates
3131

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

0 commit comments

Comments
 (0)