From b2a15e51c779b560706efaa27a75379eff743fc6 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 14 Sep 2021 15:57:36 -0400 Subject: [PATCH 1/2] Rename slug to bucket_name --- .../hcl_templates/blocks/build/hcp_packer_registry.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/templates/hcl_templates/blocks/build/hcp_packer_registry.mdx b/website/content/docs/templates/hcl_templates/blocks/build/hcp_packer_registry.mdx index e65658242..67caf425d 100644 --- a/website/content/docs/templates/hcl_templates/blocks/build/hcp_packer_registry.mdx +++ b/website/content/docs/templates/hcl_templates/blocks/build/hcp_packer_registry.mdx @@ -22,7 +22,7 @@ source "file" "basic-example" { build { hcp_packer_registry { - slug = "sample-artifact" + bucket_name = "sample-artifact" description = < Date: Tue, 14 Sep 2021 15:58:30 -0400 Subject: [PATCH 2/2] Temporarily remove hcp_packer_registry docs until out of internal beta --- website/data/docs-nav-data.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 625ca7578..e1c77825a 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -75,10 +75,6 @@ "title": "Overview", "path": "templates/hcl_templates/blocks/build" }, - { - "title": "hcp_packer_registry", - "path": "templates/hcl_templates/blocks/build/hcp_packer_registry" - }, { "title": "source", "path": "templates/hcl_templates/blocks/build/source"