Files
Dan Barr ab29b187b1 Fix capitalizations in docs
* Brands (HashiCorp, VMware)
* Various OS/languages (Windows, Unix, Linux, POSIX, Python, PowerShell)
* Various abbreviations (ID, VM, HTTP)
2022-08-05 13:42:56 -04:00

32 lines
1.6 KiB
Plaintext

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