Let's say I previously ran Metaflow GCP terraform ...
# ask-metaflow
f
Let's say I previously ran Metaflow GCP terraform against the default region (us-west2). If I modify the region/zone in https://github.com/outerbounds/metaflow-tools/blob/master/gcp/terraform/variables.tf to a different one, will it "just work" to install Metaflow infra in the other region/zone? Should I have it use a different GCS bucket as well? I noticed the instructions on terraform workspaces, but I'm not certain if that pertains to having multiple Metaflows in different regions, of if it's only needed when Metaflow is installed multiple times in one region.
1