Hey, I am using Pulumi ESC. How are we meant to s...
# getting-started
b
Hey, I am using Pulumi ESC. How are we meant to set secret env variables to push to e.g. vercel or google cloud? Should we just use terraform to set a bunch of env variables from tfvars, and then use pulumi ESC command line to set those tf vars before calling
terraform apply
? Is this a safe way to set API keys & secrets, or I should do something different?