Hi members, I am trying to work with pulumi_datado...
# general
a
Hi members, I am trying to work with pulumi_datadog, and need to set the datadog apiKey and appKey. The online example is to set both in the stack.yaml file, or env vars. We would like to save keys in an online provider, such as aws ssm, the question I have is: how do I load the keys in my python code and update the config at the runtime?
I tried to load keys and set the env vars in the code (os.environ["DD_API_KEY"] = "my_value", and for appKey) before calling datadog-related code. It did not work.