You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to specify UsePreviousValue for parameter-overrides provided in-line rather than in a file?
In my case, some of the parameters are determined by the build (eg product version) and some maintained by operations (eg min/max ASG size). I want to UsePreviousValue for the ops params. The build param values are generated by build steps and are quite convenient to use inline.
Thanks,
-Ed
The text was updated successfully, but these errors were encountered:
The input is parameter-overrides, so I think it's reasonable to expect behavior of the analogous flag:
--parameter-overrides (string) A list of parameter structures that
specify input parameters for your stack template. If you're updating a
stack and you don't specify a parameter, the command uses the stack's
existing value. For new stacks, you must specify parameters that don't
have a default value. ...
I'd argue the current behavior, which is more like the --parameters options of (create|update)-stack, is a clear bug.
Is there a way to specify
UsePreviousValue
for parameter-overrides provided in-line rather than in a file?In my case, some of the parameters are determined by the build (eg product version) and some maintained by operations (eg min/max ASG size). I want to
UsePreviousValue
for the ops params. The build param values are generated by build steps and are quite convenient to use inline.Thanks,
-Ed
The text was updated successfully, but these errors were encountered: