able-camera-57198
11/01/2021, 3:56 PMyaml
file is created for it in my project. I generally don't like to keep environment specific information in source control. Is there any other way to manage stack configurations in pulumi?billowy-army-68599
11/01/2021, 3:58 PMable-camera-57198
11/01/2021, 5:15 PMprehistoric-activity-61023
11/01/2021, 6:00 PMimport os
my_env_name = os.environ.get("MY_ENV_NAME")
able-camera-57198
11/01/2021, 6:52 PM