Getting Logs for a Job

View console logs for a job in Resource Manager.

Note

For plan jobs, the log file is the same as the execution plan. Review the execution plan to ensure that it lists the resources you intend to provision. View the log file and note the "message" fields in the sequence of log entries. These values represent the sequence of operations specified in the configuration.

If you see problems or errors and want to make changes, then update the appropriate Terraform configuration (.tf file), update the stack to use the revised configuration, run a plan job, and then review the new execution plan (output of the plan job).

Was this article helpful?