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

     1  <!-- Code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-iteration/data.go; DO NOT EDIT MANUALLY -->
     2  
     3  - `author_id` (string) - who created the iteration
     4  
     5  - `bucket_name` (string) - Name of the bucket that the iteration was retrieved from
     6  
     7  - `complete` (bool) - If true, this iteration is considered "ready to use" and will be
     8    returned even if the include_incomplete flag is "false" in the
     9    list iterations request. Note that if you are retrieving an iteration
    10    using a channel, this will always be "true"; channels cannot be assigned
    11    to incomplete iterations.
    12  
    13  - `created_at` (string) - The date the iteration was created.
    14  
    15  - `fingerprint` (string) - The fingerprint of the build; this could be a git sha or other unique
    16    identifier as set by the Packer build that created this iteration.
    17  
    18  - `id` (string) - The iteration ID. This is a ULID, which is a unique identifier similar
    19    to a UUID. It is created by the HCP Packer Registry when an iteration is
    20    first created, and is unique to this iteration.
    21  
    22  - `incremental_version` (int32) - The version number assigned to an iteration. This number is an integer,
    23    and is created by the HCP Packer Registry once an iteration is
    24    marked "complete". If a new iteration is marked "complete", the version
    25    that HCP Packer assigns to it will always be the highest previous
    26    iteration version plus one.
    27  
    28  - `updated_at` (string) - The date when this iteration was last updated.
    29  
    30  - `channel_id` (string) - The ID of the channel used to query the image iteration.
    31  
    32  <!-- End of code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-iteration/data.go; -->