foreman_jobtemplate

Foreman representation of a job template.

Example Usage

# Autogenerated example with required keys
resource "foreman_jobtemplate" "example" {
}

Argument Reference

The following arguments are supported:

  • description - (Optional)
  • description_format - (Optional)
  • job_category - (Required)
  • locked - (Optional)
  • name - (Required, Force New) The name of the job template
  • provider_type - (Optional)
  • snippet - (Optional)
  • template - (Required) The template content itself
  • template_inputs - (Optional, Force New)

Attributes Reference

The following attributes are exported:

  • description -
  • description_format -
  • job_category -
  • locked -
  • name - The name of the job template
  • provider_type -
  • snippet -
  • template - The template content itself
  • template_inputs -