Hello all, I do not manage to overwrite properties defined in Pulumi.yaml with other ones defined in my Pulumi.dev.yaml stack file. The following does not work, any idea ?
My project file, Pulumi.yaml
Copy code
...
resources:
cluster:
properties:
name: test
...
When I deploy the stack the cluster is not named with the “dev-cluster” value
m
modern-zebra-45309
08/06/2024, 10:03 AM
Are you following a particular tutorial? I'm not familiar with the YAML flavor of Pulumi but I'd be surprised if it works this way.
If you want to have stack-specific values, you'll have to use configuration values: https://www.pulumi.com/docs/concepts/config/
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.