Skip to content

Commit 7b7a8ca

Browse files
chore: Updates repository to use supported Terraform versions (#3699)
Co-authored-by: maastha <[email protected]>
1 parent 8020aa8 commit 7b7a8ca

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.13.2
1+
terraform 1.13.3

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.13.2"}" # TF version to use when running tfplugindocs. Default: 1.13.2
35+
TF_VERSION="${TF_VERSION:-"1.13.3"}" # TF version to use when running tfplugindocs. Default: 1.13.3
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.13.2"}" # TF version to use when running tfplugindocs. Default: 1.13.2
29+
TF_VERSION="${TF_VERSION:-"1.13.3"}" # TF version to use when running tfplugindocs. Default: 1.13.3
3030
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates
3131

3232
trap 'rm -R docs-out/' EXIT # temp dir cleanup when script exits

0 commit comments

Comments
 (0)