Updating Variables for a Stack
Update the variable values used by a stack in Resource Manager.
The Stack details page opens.
If Run apply was selected, then Resource Manager runs the apply action on the updated stack.
Use the
oci resource-manager stack update
command and required parameters to update the variable values used by a stack.oci resource-manager stack update [...] --variables <json_input>
For a complete list of flags and variable options for CLI commands, see the Command Line Reference for Resource Manager.
Use the UpdateStack operation to update the variable values used by a stack.
When defining details for UpdateStackDetails, provide the updated variable values using the
variables
attribute.