docs: fix typo in HCP Packer artifact/version docs

In the full example for both the hcp-packer-artifact and
hcp-packer-version the hcp-packer-version reference in the example
template was mistakenly spelled as "hcp_packer_version", which won't
work, so we fix that typo here.
pull/12967/head
Lucas Bajolet 2 years ago committed by Wilken Rivera
parent 20345f9118
commit 5ced785f2f

@ -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