This message was deleted.
s
This message was deleted.
h
The error I get is:
Copy code
error: 3 errors occurred:
        * missing required configuration key "auth0:domain":
    Set a value using the command `pulumi config set auth0:domain <value>`.
        * missing required configuration key "auth0:clientId":
    Set a value using the command `pulumi config set auth0:clientId <value>`.
        * missing required configuration key "auth0:clientSecret":
    Set a value using the command `pulumi config set auth0:clientSecret <value>`.
But when I run
destroy
with
--show-config
, those values are there:
Copy code
Configuration:
    auth0:clientId: ...
    auth0:clientSecret: ...
    auth0:domain: ...
Setting the environment variables AUTH0_DOMAIN, AUTH0_CLIENT_ID and AUTH0_CLIENT_SECRET makes the problem go away, but still looks like a bug to me.