foreman_image

Foreman representation of image.

Example Usage

# Autogenerated example with required keys
data "foreman_image" "example" {
}

Argument Reference

The following arguments are supported:

  • compute_resource_id - (Required) The id of the Compute Resource the image is associated with
  • name - (Required) The name of the compute resource.

Attributes Reference

The following attributes are exported:

  • architecture_id - ID of the architecture in Foreman
  • compute_resource_id - The id of the Compute Resource the image is associated with
  • name - The name of the compute resource.
  • operatingsystem_id - ID of the operating system in Foreman
  • user_data - Does the image support user data (cloud-init etc.)?
  • username - Username used to log into the newly created machine that is based on this image
  • uuid - UUID of the image from the compute resource