Skip to content

Commit 5aeeab4

Browse files
chore: Updates repository to use supported Terraform versions (#3166)
Co-authored-by: maastha <[email protected]>
1 parent ffce024 commit 5aeeab4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tool-versions

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

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.11.1"}" # TF version to use when running tfplugindocs. Default: 1.11.1
35+
TF_VERSION="${TF_VERSION:-"1.11.2"}" # TF version to use when running tfplugindocs. Default: 1.11.2
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.11.1"}" # TF version to use when running tfplugindocs. Default: 1.11.1
29+
TF_VERSION="${TF_VERSION:-"1.11.2"}" # TF version to use when running tfplugindocs. Default: 1.11.2
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)