Skip to content

Commit

Permalink
chore: Updates repository to use supported Terraform versions (#2912)
Browse files Browse the repository at this point in the history
Co-authored-by: maastha <[email protected]>
  • Loading branch information
svc-apix-Bot and maastha authored Dec 20, 2024
1 parent 3829071 commit 4ca88fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform 1.10.2
terraform 1.10.3
2 changes: 1 addition & 1 deletion scripts/generate-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-docs-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ca88fc

Please sign in to comment.