wandb / terraform-google-wandb

A Terraform module for deploying Weights & Biases on GCP.
Apache License 2.0
12 stars 6 forks source link

feat: Add disable legacy endpoints #29

Closed venky-wandb closed 2 years ago

venky-wandb commented 2 years ago

Once the cluster is created with a default node pool and if we run a terraform apply after, it results in a forced replacement of the default node pool as it interprets the metadata for the node config specifically disable-legacy-endpoints has changed. Explicitly adding this metadata to the node config resolves the error.

More info: https://github.com/hashicorp/terraform-provider-google/issues/3230 https://github.com/hashicorp/terraform-provider-google/issues/2626

jsbroks commented 2 years ago

This PR is included in version 1.6.0 :tada: