File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- terraform 1.11.1
1
+ terraform 1.11.2
Original file line number Diff line number Diff line change 32
32
33
33
set -euo pipefail
34
34
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
36
36
TEMPLATE_FOLDER_PATH=" ${TEMPLATE_FOLDER_PATH:- " templates" } " # PATH to the templates folder. Default: templates
37
37
38
38
Original file line number Diff line number Diff line change 26
26
27
27
set -euo pipefail
28
28
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
30
30
TEMPLATE_FOLDER_PATH=" ${TEMPLATE_FOLDER_PATH:- " templates" } " # PATH to the templates folder. Default: templates
31
31
32
32
# ensure preview resource and data sources are also included during generation
You can’t perform that action at this time.
0 commit comments