https://pulumi.com logo
Title
s

stocky-butcher-62635

04/08/2022, 8:32 AM
What does
*
mean?
l

limited-rainbow-51650

04/08/2022, 8:37 AM
That indicates your currently selected stack. If you run
pulumi stack select dev
, you will see the asterisk appearing after
dev
.
s

stocky-butcher-62635

04/08/2022, 8:38 AM
staging
and
dev
both have a pink row in the website but only
dev
has a
yml
file. Is this wrong?
l

limited-rainbow-51650

04/08/2022, 8:40 AM
Not necessarily. My assumption for now is you have set stack configuration values on
dev
, but not yet on
staging
. Am I right on this?
s

stocky-butcher-62635

04/08/2022, 8:40 AM
I haven't really worked out what the yml files do yet
I'm just observing that something is inconsistent
l

limited-rainbow-51650

04/08/2022, 8:42 AM
The yaml files represent the config for each of the stacks you set up using your Pulumi project. I suggest you give the stack documentation another read: https://www.pulumi.com/docs/intro/concepts/stack/
s

stocky-butcher-62635

04/08/2022, 8:46 AM
So to create a new stack I need to use the command line command and then create a new
yml
file?
My next problem is going to be that I can't write the C# because I don't know anything about Azure, isn't it?
l

limited-rainbow-51650

04/08/2022, 9:59 AM
To create a new stack, you only run
pulumi stack init
, you don't have to create a yaml file yourself. If you set any stack configuration using
pulumi config set
afterwards, Pulumi will create the yml file for your stack when it doesn't exist.
But I don't understand this question:
My next problem is going to be that I can't write the C# because I don't know anything about Azure, isn't it?