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" \