I tried `Pulumi.Config()` and `Pulumi.Config(_stac...
# getting-started
c
I tried
Pulumi.Config()
and
Pulumi.Config(_stackName)
but neither works
h
since the secret is under
mysql
i think you should do Pulumi.Config("mysql") then and then requireSecret on
admin-password
👍 1
c
Thanks @hundreds-airport-37168.