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 withname
- (Required) The name of the compute resource.
Attributes Reference¶
The following attributes are exported:
architecture_id
- ID of the architecture in Foremancompute_resource_id
- The id of the Compute Resource the image is associated withname
- The name of the compute resource.operatingsystem_id
- ID of the operating system in Foremanuser_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 imageuuid
- UUID of the image from the compute resource