From fa4f9e053ee6b704cbe1718019028f0a11575744 Mon Sep 17 00:00:00 2001 From: paladin-devops Date: Tue, 26 Apr 2022 16:08:27 -0400 Subject: [PATCH] Docs. --- .../components/platform-nomad-jobspec-canary.mdx | 10 +++++++++- .../partials/components/platform-nomad-jobspec.mdx | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/website/content/partials/components/platform-nomad-jobspec-canary.mdx b/website/content/partials/components/platform-nomad-jobspec-canary.mdx index 89025b1cf8a..12e63dbbd03 100644 --- a/website/content/partials/components/platform-nomad-jobspec-canary.mdx +++ b/website/content/partials/components/platform-nomad-jobspec-canary.mdx @@ -111,7 +111,15 @@ Uses the runner config environment variable VAULT_TOKEN. ### Optional Parameters -This plugin has no optional parameters. +These parameters are used in the [`use` stanza](/docs/waypoint-hcl/use) for this plugin. + +#### hcl1 + +Parses jobspec as HCL1 instead of HCL2. + +- Type: **bool** +- **Optional** +- Default: false ### Output Attributes diff --git a/website/content/partials/components/platform-nomad-jobspec.mdx b/website/content/partials/components/platform-nomad-jobspec.mdx index 780c2cdd463..3ef41aa26ab 100644 --- a/website/content/partials/components/platform-nomad-jobspec.mdx +++ b/website/content/partials/components/platform-nomad-jobspec.mdx @@ -111,7 +111,15 @@ Uses the runner config environment variable VAULT_TOKEN. ### Optional Parameters -This plugin has no optional parameters. +These parameters are used in the [`use` stanza](/docs/waypoint-hcl/use) for this plugin. + +#### hcl1 + +Parses jobspec as HCL1 instead of HCL2. + +- Type: **bool** +- **Optional** +- Default: false ### Output Attributes