Global Environment Variables
Hey guys, I am migrating websites to cloudflare that utilise the same API keys, for example for a transactional email service. Is there a way to set an API key across multiple projects just like Netlify does with global environment variables? Without global environment variables if a key expires for any reason I need to go and set it on up to 50 separate websites. #functions (I wrote this in the functions channel but was unsure if I posted it in the correct location).
2 Replies
You can do it with something like terraform but there aren’t account level variables.
@Cyb3r-Jok3 Thanks for the help I appreciate it 😊