Listing Job Outputs

List outputs from a completed apply or apply rollback job in Resource Manager. Job outputs are generated from output variables in the job's associated Terraform configuration.

For information about output variables in Terraform configurations, see Output Configuration.

  • These steps show how to list outputs for a job in a compartment. You can also list outputs for a job in a stack.
    1. Open the navigation menu and click Developer Services. Under Resource Manager, click Jobs.
    2. On the Jobs page, select the compartment that contains the job that you want.
    3. Click the name of the job that you want.
    4. On the Job details page, under Resources, click Outputs.
      Don't see Outputs? Check that the job has finished running, and that it's either an apply job or an apply rollback job. Outputs are generated at the same time as the job's state file. No outputs are available for canceled jobs.
  • Use the oci resource-manager job-output-summary list-job-outputs command and required parameters to list job outputs.

    oci resource-manager job-output-summary list-job-outputs --job-id <job_OCID>

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

  • Use the ListJobOutputs operation to list job outputs.