We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when I would like to add OIDC (IAP):
terraform apply
Terraform planned the following actions, but then encountered a problem: # module.wandb.module.app_lb.module.url_map.google_compute_backend_service.default will be updated in-place ~ resource "google_compute_backend_service" "default" { id = "projects/***/global/backendServices/wandb-gke-ingress" name = "wandb-gke-ingress" # (17 unchanged attributes hidden) - iap { - oauth2_client_id = "***.apps.googleusercontent.com" -> null - oauth2_client_secret_sha256 = (sensitive value) -> null } # (2 unchanged blocks hidden) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently when I would like to add OIDC (IAP):
terraform apply
.The text was updated successfully, but these errors were encountered: