We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be61298 commit ea0b958Copy full SHA for ea0b958
scripts/gcp-oidc/terraform/main.tf
@@ -108,7 +108,7 @@ resource "google_compute_instance_template" "uid_operator" {
108
tee-container-log-redirect = true
109
tee-restart-policy = "Never"
110
tee-env-DEPLOYMENT_ENVIRONMENT = var.uid_deployment_env
111
- tee-env-API_TOKEN_SECRET_NAME = var.uid_operator_key_secret_name
+ tee-env-API_TOKEN_SECRET_NAME = module.secret-manager.secret_versions[0]
112
tee-env-CORE_BASE_URL = var.uid_deployment_env == "integ" ? "https://core-integ.uidapi.com" : "https://core-prod.uidapi.com"
113
tee-env-OPTOUT_BASE_URL = var.uid_deployment_env == "integ" ? "https://optout-integ.uidapi.com" : "https://optout-prod.uidapi.com"
114
},
0 commit comments