Skip to content

Commit

Permalink
Merge branch 'main' into aman/stackdriver-namespace-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi authored Jul 12, 2024
2 parents 83faf3f + a172237 commit c23509a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

### [3.6.1](https://github.com/wandb/terraform-google-wandb/compare/v3.6.0...v3.6.1) (2024-07-11)


### Bug Fixes

* Pass cloudprovider value to the helm charts ([#143](https://github.com/wandb/terraform-google-wandb/issues/143)) ([3037416](https://github.com/wandb/terraform-google-wandb/commit/3037416ec24dff0f55223383be9dc7dd380248a8))

## [3.6.0](https://github.com/wandb/terraform-google-wandb/compare/v3.5.0...v3.6.0) (2024-07-04)


Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ module "wandb" {
global = {
host = local.url
license = var.license

cloudProvider = "gcp"
extraEnv = merge({
"GORILLA_DISABLE_CODE_SAVING" = var.disable_code_saving,
"GORILLA_CUSTOMER_SECRET_STORE_SOURCE" = local.secret_store_source,
Expand Down

0 comments on commit c23509a

Please sign in to comment.