Skip to content

Commit 971500d

Browse files
chore: Updates repository to use supported Terraform versions (#3135)
Co-authored-by: maastha <[email protected]>
1 parent 10ceb35 commit 971500d

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.0
1+
terraform 1.11.1

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