You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Mandatory environment variables from your GCP project
ENV GCP_PROJECT_ID "your-project-id"
ENV GCP_DNS_ZONE "example-com"
ENV GCP_A_RECORD "domain.example.com."
# Service account credentials environment variable with file generated in GCP console as JSON for GCP API client connection (service account should have only read/write DNS permisions)