Plan Changes

This topic explains how to verify the log output.

  1. View the log output of the Terraform plan.
    • The log is generated from the Terraform and output is returned as it is.
    • The log output will either return a successful apply or an error.
  2. Select the following option based on the output of the log:
    1. Apply Changes: Kick off the deployment based on the credentials you've entered up to this point. Terraform continue based on the information shown in the log file.
    2. Go Back to Edit Variables: Modify any values that you have entered up to this point. Terraform does not kick off a deployment until you click the Apply Changes button.