github.com/hashicorp/packer@v1.14.3/website/content/partials/datasource/hcp-packer-image/DatasourceOutput.mdx (about)

     1  <!-- Code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-image/data.go; DO NOT EDIT MANUALLY -->
     2  
     3  - `cloud_provider` (string) - The name of the cloud provider that the image exists in. For example,
     4    "aws", "azure", or "gce".
     5  
     6  - `component_type` (string) - The specific Packer builder or post-processor used to create the image.
     7  
     8  - `created_at` (string) - The date and time at which the image was created.
     9  
    10  - `build_id` (string) - The ID of the build that created the image. This is a ULID, which is a
    11    unique identifier similar to a UUID. It is created by the HCP Packer
    12    Registry when an build is first created, and is unique to this build.
    13  
    14  - `iteration_id` (string) - The iteration ID. This is a ULID, which is a unique identifier similar
    15    to a UUID. It is created by the HCP Packer Registry when an iteration is
    16    first created, and is unique to this iteration.
    17  
    18  - `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
    19    directly instead of a channel.
    20  
    21  - `packer_run_uuid` (string) - The UUID associated with the Packer run that created this image.
    22  
    23  - `id` (string) - ID or URL of the remote cloud image as given by a build.
    24  
    25  - `region` (string) - The cloud region as given by `packer build`. eg. "ap-east-1".
    26    For locally managed clouds, this may map instead to a cluster, server
    27    or datastore.
    28  
    29  - `labels` (map[string]string) - The key:value metadata labels associated with this build.
    30  
    31  <!-- End of code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-image/data.go; -->