Updating a Stack (Any Type)

Update a stack in Resource Manager. This page provides the basic steps for updating a stack.

    1. On the Stacks list page, find the stack that you want to work with. If you need help finding the list page or the stack, see Listing Stacks.
    2. From the Actions menu (Actions Menu) for the stack, select Edit.
    3. On the Edit stack page, update the values you want.
      For example, upload a different Terraform configuration, or update the stack name or description. For information about the fields, see Creating a Stack.
    4. Select Next.
    5. In the Configure variables panel, update variable values as needed.
    6. Select Next.
    7. In the Review panel, verify the stack configuration.
    8. To automatically provision resources on creation of the stack, select Run apply.
    9. Select Save changes.

    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 a stack.

    oci resource-manager stack update --stack-id <stack_OCID>

    For a complete list of parameters and values for CLI commands, see the Command Line Reference for Resource Manager.

  • Use the UpdateStack operation to update a stack.