foreman_image¶
Foreman representation of image.
Example Usage¶
# Autogenerated example with required keys
resource "foreman_image" "example" {
}
Argument Reference¶
The following arguments are supported:
architecture_id
- (Required) ID of the architecture in Foremancompute_resource_id
- (Required) ID of the compute resource in Foremanname
- (Required) Name of the image to be used in Foremanoperatingsystem_id
- (Required) ID of the operating system in Foremanuser_data
- (Optional) Does the image support user data (cloud-init etc.)?username
- (Required) Username used to log into the newly created machine that is based on this imageuuid
- (Required) UUID of the image from the compute resource
Attributes Reference¶
The following attributes are exported:
architecture_id
- ID of the architecture in Foremancompute_resource_id
- ID of the compute resource in Foremanname
- Name of the image to be used in Foremanoperatingsystem_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