Quick question. Where can I find information about...
# ask-metaflow
t
Quick question. Where can I find information about what environment variables to set (or otherwise how to configure metaflow) to make
--with batch
work? I have been trawling through the documentation for a long time without any luck.
1
After installing with terraform I get a
metaflow_profile.json
but I can find anything about how to switch between or apply these profiles
b
Is it the https://github.com/outerbounds/terraform-aws-metaflow terraform stack that you are using? the table for the outputs in the readme has instructions on how to use the profile json:
Copy code
Store this in ~/.metaflow/config_[stack-name] and select with 
$ export METAFLOW_PROFILE=[stack-name].
t
Amazing. Thanks! 🙏
Found it while I was looking for something else 😄 https://outerbounds.com/engineering/operations/configure-metaflow/
👍 1