File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- terraform 1.9.6
1
+ terraform 1.9.7
Original file line number Diff line number Diff line change 1
1
module github.com/mongodb/terraform-provider-mongodbatlas
2
2
3
- go 1.23.1
3
+ go 1.23.2
4
4
5
5
require (
6
6
github.com/andygrunwald/go-jira/v2 v2.0.0-20240116150243-50d59fe116d6
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.9.6 " } " # TF version to use when running tfplugindocs. Default: 1.9.6
35
+ TF_VERSION=" ${TF_VERSION:- " 1.9.7 " } " # TF version to use when running tfplugindocs. Default: 1.9.7
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.9.6 " } " # TF version to use when running tfplugindocs. Default: 1.9.6
29
+ TF_VERSION=" ${TF_VERSION:- " 1.9.7 " } " # TF version to use when running tfplugindocs. Default: 1.9.7
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