Skip to content

Commit

Permalink
chore: Updates Go to 1.23.2 and Terraform to 1.9.7 (#2667)
Browse files Browse the repository at this point in the history
* update Go

* update TF
  • Loading branch information
lantoli authored Oct 9, 2024
1 parent d231ca3 commit 232c150
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform 1.9.6
terraform 1.9.7
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mongodb/terraform-provider-mongodbatlas

go 1.23.1
go 1.23.2

require (
github.com/andygrunwald/go-jira/v2 v2.0.0-20240116150243-50d59fe116d6
Expand Down
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.9.6"}" # TF version to use when running tfplugindocs. Default: 1.9.6
TF_VERSION="${TF_VERSION:-"1.9.7"}" # TF version to use when running tfplugindocs. Default: 1.9.7
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.9.6"}" # TF version to use when running tfplugindocs. Default: 1.9.6
TF_VERSION="${TF_VERSION:-"1.9.7"}" # TF version to use when running tfplugindocs. Default: 1.9.7
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 232c150

Please sign in to comment.