What is azure:environment? `error: Missing require...
# general
t
What is azure:environment?
error: Missing required configuration variable 'azure:environment'
m
You should generally be able to set this to
public
. This is supposed to be the default, but the Terraform bridge has a bug that prevents us from picking up defaults.
t
thanks
w
Aside - there are now details on all of the available configuration (including currently required configuration) at: https://pulumi.io/quickstart/azure/index.html#configuration
t
@white-balloon-205 Ah, nice. I was looking at https://pulumi.io/quickstart/azure/setup.html but environment wasn't mentioned.