github.com/hashicorp/packer@v1.14.3/website/content/partials/datasource/hcp-packer-artifact/Config-required.mdx (about) 1 <!-- Code generated from the comments of the Config struct in datasource/hcp-packer-artifact/data.go; DO NOT EDIT MANUALLY --> 2 3 - `bucket_name` (string) - The name of the bucket your artifact is in. 4 5 - `channel_name` (string) - The name of the channel to use when retrieving your artifact. 6 Either `channel_name` or `version_fingerprint` MUST be set. 7 If using several artifacts from a single version, you may prefer sourcing a version first, 8 and referencing it for subsequent uses, as every `hcp_packer_artifact` with the channel set will generate a 9 potentially billable HCP Packer request, but if several `hcp_packer_artifact`s use a shared `hcp_packer_version` 10 that will only generate one potentially billable request. 11 12 - `version_fingerprint` (string) - The fingerprint of the version to use when retrieving your artifact. 13 Either this or `channel_name` MUST be set. 14 Mutually exclusive with `channel_name` 15 16 - `platform` (string) - The name of the platform that your artifact is for. 17 For example, "aws", "azure", or "gce". 18 19 - `region` (string) - The name of the region your artifact is in. 20 For example "us-east-1". 21 22 <!-- End of code generated from the comments of the Config struct in datasource/hcp-packer-artifact/data.go; -->