Is the GitHub repo a good place for asking for a f...
# general
p
Is the GitHub repo a good place for asking for a feature request? I’d like for the preview of stack being built to show the names of the variables from the configuration file rather than the variable itself. Example: when I say VNet name is vnetName from the pulumi stack config I would like to see the name in the output rather than the variable name.
b
can you show me an example of what you mean? i think this might already be possible
p
Sure, I should be able to when I get back home.
So here is what I have done so far. Keep in mind C# is not my native programming tongue and I'm actually using this as a good time to learn it. Also I am trying to figure a way in C# to make this a class that I can new up and simply pass the config variables to it so I can reuse it to build multiple VNets per my usecase.
One of the things Ive noticed is the variables dont seem to show their values when the preview shows during Pulumi Up and Pulumi Preview. I was hoping to use that output in CI/CD for PRs on the infra.