You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/content/partials/datasource/hcp-packer-version/DatasourceOutput.mdx

26 lines
1.2 KiB

<!-- Code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-version/data.go; DO NOT EDIT MANUALLY -->
- `author_id` (string) - Name of the author who created this version.
- `bucket_name` (string) - The name of the bucket that this version is associated with.
- `status` (string) - Current state of the version.
- `created_at` (string) - The date the version was created.
- `fingerprint` (string) - The fingerprint of the version; this is a unique identifier set by the Packer build
that created this version.
- `id` (string) - The version ID. This is a ULID, which is a unique identifier similar
to a UUID. It is created by the HCP Packer Registry when a version is
first created, and is unique to this version.
- `name` (string) - The version name is created by the HCP Packer Registry once a version is
"complete". Incomplete or failed versions currently default to having a name "v0".
- `updated_at` (string) - The date when this version was last updated.
- `channel_id` (string) - The ID of the channel used to query this version.
<!-- End of code generated from the comments of the DatasourceOutput struct in datasource/hcp-packer-version/data.go; -->