And also I have one more question on pulumi ...whi...
# getting-started
n
And also I have one more question on pulumi ...while working with terraform I have used variables.py file for all variables here in pulumi what can we use for variables? I have many resources to deploy like aks, storage, vm etc all in one project so I have more variables to call. Please help me out I'm still beginner
b
You can use stack configuration for this (https://www.pulumi.com/docs/concepts/config/) you can set the values in the stack config (the
Pulumi.{stack name}.yaml
file) using the CLI and retrieve them in code. Same place that you’d store the secrets mentioned in the thread above