diff --git a/.tool-versions b/.tool-versions index 6650ebad8f..e6fbd6d1a3 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -terraform 1.10.2 +terraform 1.10.3 diff --git a/scripts/generate-doc.sh b/scripts/generate-doc.sh index cfc7c05d20..118ba7f4df 100755 --- a/scripts/generate-doc.sh +++ b/scripts/generate-doc.sh @@ -32,7 +32,7 @@ set -euo pipefail -TF_VERSION="${TF_VERSION:-"1.10.2"}" # TF version to use when running tfplugindocs. Default: 1.10.2 +TF_VERSION="${TF_VERSION:-"1.10.3"}" # TF version to use when running tfplugindocs. Default: 1.10.3 TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates diff --git a/scripts/generate-docs-all.sh b/scripts/generate-docs-all.sh index 99f52f8604..01ab28def4 100755 --- a/scripts/generate-docs-all.sh +++ b/scripts/generate-docs-all.sh @@ -26,7 +26,7 @@ set -euo pipefail -TF_VERSION="${TF_VERSION:-"1.10.2"}" # TF version to use when running tfplugindocs. Default: 1.10.2 +TF_VERSION="${TF_VERSION:-"1.10.3"}" # TF version to use when running tfplugindocs. Default: 1.10.3 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