github.com/hashicorp/packer@v1.14.3/website/content/partials/datasource/hcp-packer-version/DatasourceOutput.mdx (about) 1 <!-- Code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-version/data.go; DO NOT EDIT MANUALLY --> 2 3 - `author_id` (string) - Name of the author who created this version. 4 5 - `bucket_name` (string) - The name of the bucket that this version is associated with. 6 7 - `status` (string) - Current state of the version. 8 9 - `created_at` (string) - The date the version was created. 10 11 - `fingerprint` (string) - The fingerprint of the version; this is a unique identifier set by the Packer build 12 that created this version. 13 14 - `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 - `name` (string) - The version name is created by the HCP Packer Registry once a version is 19 "complete". Incomplete or failed versions currently default to having a name "v0". 20 21 - `updated_at` (string) - The date when this version was last updated. 22 23 - `channel_id` (string) - The ID of the channel used to query this version. 24 25 <!-- End of code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-version/data.go; -->