This repository was archived by the owner on Jul 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,14 +191,14 @@ export FIREBASE_STORAGE_BUCKET="${data.google_firebase_web_app_config.default.st
191
191
export CACHE_TYPE="REDIS"
192
192
export CACHE_REDIS_HOST="${ google_redis_instance . cache . host } "
193
193
export CACHE_REDIS_PORT="${ google_redis_instance . cache . port } "
194
- export CACHE_REDIS_PASSWORD=var.redis_enable_auth ? "secret://${ google_secret_manager_secret_version . redis-auth . id } " : ""
194
+ export CACHE_REDIS_PASSWORD=" ${ var . redis_enable_auth ? " secret://${ google_secret_manager_secret_version . redis-auth . id } " : " " } "
195
195
196
196
export RATE_LIMIT_TYPE="REDIS"
197
197
export RATE_LIMIT_TOKENS="60"
198
198
export RATE_LIMIT_INTERVAL="1m"
199
199
export RATE_LIMIT_REDIS_HOST="${ google_redis_instance . cache . host } "
200
200
export RATE_LIMIT_REDIS_PORT="${ google_redis_instance . cache . port } "
201
- export RATE_LIMIT_REDIS_PASSWORD=var.redis_enable_auth ? "secret://${ google_secret_manager_secret_version . redis-auth . id } " : ""
201
+ export RATE_LIMIT_REDIS_PASSWORD=" ${ var . redis_enable_auth ? " secret://${ google_secret_manager_secret_version . redis-auth . id } " : " " } "
202
202
203
203
export CERTIFICATE_SIGNING_KEY="${ trimprefix (data. google_kms_crypto_key_version . certificate-signer-version . id , " //cloudkms.googleapis.com/v1/" )} "
204
204
export TOKEN_SIGNING_KEY="${ trimprefix (data. google_kms_crypto_key_version . token-signer-version . id , " //cloudkms.googleapis.com/v1/" )} "
You can’t perform that action at this time.
0 commit comments