Skip to content

Commit 232c150

Browse files
authored
chore: Updates Go to 1.23.2 and Terraform to 1.9.7 (#2667)
* update Go * update TF
1 parent d231ca3 commit 232c150

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform 1.9.6
1+
terraform 1.9.7

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mongodb/terraform-provider-mongodbatlas
22

3-
go 1.23.1
3+
go 1.23.2
44

55
require (
66
github.com/andygrunwald/go-jira/v2 v2.0.0-20240116150243-50d59fe116d6

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.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
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.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
3030
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates
3131

3232
# ensure preview resource and data sources are also included during generation

0 commit comments

Comments
 (0)