website/content/partials/datasource/hcp-packer-image/DatasourceOutput.mdx
cloud_provider (string) - The name of the cloud provider that the image exists in. For example,
"aws", "azure", or "gce".
component_type (string) - The specific Packer builder or post-processor used to create the image.
created_at (string) - The date and time at which the image was created.
build_id (string) - The ID of the build that created the image. This is a ULID, which is a
unique identifier similar to a UUID. It is created by the HCP Packer
Registry when an build is first created, and is unique to this build.
iteration_id (string) - The iteration ID. This is a ULID, which is a unique identifier similar
to a UUID. It is created by the HCP Packer Registry when an iteration is
first created, and is unique to this iteration.
channel_id (string) - The ID of the channel used to query the image iteration. This value will be empty if the iteration_id was used
directly instead of a channel.
packer_run_uuid (string) - The UUID associated with the Packer run that created this image.
id (string) - ID or URL of the remote cloud image as given by a build.
region (string) - The cloud region as given by packer build. eg. "ap-east-1".
For locally managed clouds, this may map instead to a cluster, server
or datastore.
labels (map[string]string) - The key:value metadata labels associated with this build.