pulumi: Structured configuration not supported in Automation API
Expected Behavior
I need a programmatic counterpart of structured configuraiton.
Current Behavior
I can only set a single value (SetConfig) or all values at once SetAllConfig), but structured config doesn’t seem to be supported at the moment
Context (Environment)
- https://www.pulumi.com/docs/intro/concepts/config/#structured-configuration
- https://github.com/pulumi/pulumi/blob/3be1ea9592b305df8aeb83c3810aee9bb8adeb7a/sdk/go/x/auto/local_workspace.go#L166-L184
Support
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 14
- Comments: 17 (6 by maintainers)
Commits related to this issue
- Merge #13052 13052: [auto/python] Add support for the path option for config operations r=justinvp a=justinvp Add support for the `--path` flag for config operations in Python automation API. Par... — committed to pulumi/pulumi by bors[bot] a year ago
- [auto/nodejs] Add support for the path option for config operations (#14305) Add support for the `--path` flag for config operations in Node.js Automation API. Part of https://github.com/pulumi/pulu... — committed to pulumi/pulumi by justinvp 8 months ago
+1, any update on the
--pathsupport?Only for custom configuration. It doesn’t let you modify existing structured configuration, such as the
aws:assumeRoleconfig.Oh, I see, the whole object is set as secret if one value is a secret value.