GCP - Cloud Functions
Which of the following is the correct way to set an environment variable named
API_KEY with value 12345 in a Google Cloud Run service YAML?API_KEY with value 12345 in a Google Cloud Run service YAML?env list with name and value keys to set environment variables.env:
- name: API_KEY
value: '12345' matches the correct syntax. Other options use incorrect keys or formats not supported by Cloud Run.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions