The HCP Packer Version data source retrieves information about a Version.
data "hcp_packer_version" "hardened-source" {
bucket_name = "hardened-ubuntu-16-04"
channel_name = "dev"
}
bucket_name
(String) The name of the HCP Packer Bucket where the Version is locatedchannel_name
(String) The name of the HCP Packer Channel the Version is assigned to.
The version currently assigned to the Channel will be fetched.project_id
(String) The ID of the HCP Organization where the Version is locatedauthor_id
(String) The name of the person who created this HCP Packer Versioncreated_at
(String) The creation time of this HCP Packer Versionfingerprint
(String) The fingerprint of the HCP Packer Versionid
(String) The ULID of the HCP Packer Versionname
(String) The name of the HCP Packer Versionorganization_id
(String) The ID of the HCP Organization where the Version is locatedrevoke_at
(String) The revocation time of this HCP Packer Version. This field will be null for any Version that has not been revoked or scheduled for revocationupdated_at
(String) The last time this HCP Packer Version was updated