Merge pull request #12965 from hashicorp/backport/fix_doc_typo_hcp_version/generally-ethical-wahoo

This pull request was automerged via backport-assistant
backport/patch-1/rarely-certain-narwhal
hc-github-team-packer 2 years ago committed by GitHub
commit b1965862ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,7 +67,7 @@ data "hcp-packer-version" "hardened-source" {
# region to disambiguate.
data "hcp-packer-artifact" "example" {
bucket_name = "hardened-ubuntu-16-04"
version_fingerprint = data.hcp_packer_version.hardened-source.fingerprint
version_fingerprint = data.hcp-packer-version.hardened-source.fingerprint
platform = "aws"
region = "us-east-1"
}

@ -64,7 +64,7 @@ data "hcp-packer-version" "hardened-source" {
# region to disambiguate.
data "hcp-packer-artifact" "example" {
bucket_name = "hardened-ubuntu-16-04"
version_fingerprint = data.hcp_packer_version.hardened-source.fingerprint
version_fingerprint = data.hcp-packer-version.hardened-source.fingerprint
platform = "aws"
region = "us-east-1"
}

Loading…
Cancel
Save