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)

Support

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 14
  • Comments: 17 (6 by maintainers)

Commits related to this issue

Most upvoted comments

+1, any update on the --path support?

The workaround allows you to achieve the same effect as structured config

Only for custom configuration. It doesn’t let you modify existing structured configuration, such as the aws:assumeRole config.

Oh, I see, the whole object is set as secret if one value is a secret value.