quiet-wolf-18467
config:
gcp:project: gt8-infrastructure
Infrastructure:nodeCount: "3"
gcp:
project: gt8-infrastructure
parameters:
nodeCount: "3"
white-balloon-205
Pulumi.stack.yaml
has been so far mostly just a serialization format - the pulumi config set key value
CLI has been the primary interface to config. The serialization has really been aligned with that interface to the system (a single string key and a string value).
But it's definitely worth thinking about making sure this file (or something related to it) can be made more pleasant to author by hand. And as part of that, expanding from string key/value pairs to more structured data.