If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Section Installation & Configuration describes pretty well how to set a config value to the GCP section of a stack YAML file. But how to get a config value is not quite obvious. A new user usually tries to use a variation of this way described in Pulumi documentation:
To discover this way a new user should go to the source code.
I think it would be good to write some short instructions with a code snippet on how to get a config value from a GCP section of the YAML to the provider documentation.
@v-hunt thx for opening up this issue! gonna move this over to registry which is where this file lives. if you'd be open to contributing a pr, wed super appreciate it!
Hello!
Issue details
Section Installation & Configuration describes pretty well how to set a config value to the GCP section of a stack YAML file. But how to get a config value is not quite obvious. A new user usually tries to use a variation of this way described in Pulumi documentation:
and this way leads to an error.
But for GCP section we should use this:
To discover this way a new user should go to the source code.
I think it would be good to write some short instructions with a code snippet on how to get a config value from a GCP section of the YAML to the provider documentation.
Affected area/feature
This should affect the documentation only.