From 1ffcf57936e3bd689069896b547cbf01be2de8b3 Mon Sep 17 00:00:00 2001 From: paladin-devops <83741749+paladin-devops@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:39:41 -0500 Subject: [PATCH] docs: Update Waypoint example create commands. --- internal/commands/waypoint/add-ons/definitions/create.go | 1 + internal/commands/waypoint/templates/create.go | 1 + 2 files changed, 2 insertions(+) diff --git a/internal/commands/waypoint/add-ons/definitions/create.go b/internal/commands/waypoint/add-ons/definitions/create.go index 4bde842e..ecebca99 100644 --- a/internal/commands/waypoint/add-ons/definitions/create.go +++ b/internal/commands/waypoint/add-ons/definitions/create.go @@ -33,6 +33,7 @@ $ hcp waypoint add-ons definitions create -n=my-add-on-definition \ -d="My Add-on Definition description." \ --readme-markdown-template-file="README.tpl" \ --tfc-no-code-module-source="app.terraform.io/hashicorp/dir/template" \ + --tf-no-code-module-id="nocode-123456" \ --tfc-project-name="my-tfc-project" \ --tfc-project-id="prj-123456" \ -l=label1 \ diff --git a/internal/commands/waypoint/templates/create.go b/internal/commands/waypoint/templates/create.go index 129d34a1..39e8b15e 100644 --- a/internal/commands/waypoint/templates/create.go +++ b/internal/commands/waypoint/templates/create.go @@ -33,6 +33,7 @@ $ hcp waypoint templates create -n=my-template \ -d="My Template Description" \ --readme-markdown-template-file "README.tpl" \ --tfc-no-code-module-source="app.terraform.io/hashicorp/dir/template" \ + --tf-no-code-module-id="nocode-123456" \ --tfc-project-name="my-tfc-project" \ --tfc-project-id="prj-123456" \ -l="label1" \