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

     1  <!-- Code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-artifact/data.go; DO NOT EDIT MANUALLY -->
     2  
     3  - `platform` (string) - The name of the platform that the artifact exists in.
     4    For example, "aws", "azure", or "gce".
     5  
     6  - `component_type` (string) - The specific Packer builder or post-processor used to create the artifact.
     7  
     8  - `created_at` (string) - The date and time at which the artifact was created.
     9  
    10  - `build_id` (string) - The ID of the build that created the artifact. This is a ULID, which is a
    11    unique identifier similar to a UUID. It is created by the HCP Packer
    12    Registry when a build is first created, and is unique to this build.
    13  
    14  - `version_id` (string) - The version ID. This is a ULID, which is a unique identifier similar
    15    to a UUID. It is created by the HCP Packer Registry when a version is
    16    first created, and is unique to this version.
    17  
    18  - `channel_id` (string) - The ID of the channel used to query the version. This value will be empty if the `version_fingerprint` was used
    19    directly instead of a channel.
    20  
    21  - `packer_run_uuid` (string) - The UUID associated with the Packer run that created this artifact.
    22  
    23  - `external_identifier` (string) - Identifier or URL of the remote artifact as given by a build.
    24    For example, ami-12345.
    25  
    26  - `region` (string) - The region as given by `packer build`. eg. "ap-east-1".
    27    For locally managed clouds, this may map instead to a cluster, server 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-artifact/data.go; -->