Skip to content

Commit

Permalink
feat!: Bump helm-wandb vers to v2.0.0, requires TF > 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
j7m4 committed Dec 20, 2024
1 parent 809a0c0 commit d728ae2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ like audit logging and single sign-on.
This module is intended to run in an Google Cloud account with minimal
preparation, however it does have the following pre-requisites:

### Terrafom version >= 1
### Terrafom version >= 1.9

### Credentials / Permissions

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-tf-with-existing-resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ locals {

module "wandb" {
source = "wandb/wandb/helm"
version = "1.2.0"
version = "2.0.0"

spec = {
values = {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-tf-with-vpc-sql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ locals {

module "wandb" {
source = "wandb/wandb/helm"
version = "1.2.0"
version = "2.0.0"

spec = {
values = {
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ data "google_client_config" "current" {}

module "wandb" {
source = "wandb/wandb/helm"
version = "1.2.0"
version = "2.0.0"

spec = {
values = {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.0"
required_version = "~> 1.9"
required_providers {
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit d728ae2

Please sign in to comment.