How can I store a variable in Google Cloud Platform? Right now I am using a global variable that my routes share, but the values are off every time a request has been made to the route. I think it's because my server may have multiple instances running sharing the same variable. My application is using Node.js/Express. How can I store a variable in Google Cloud Plat