From d3aa53c9da118527e2a76687a4bc027cc197d01a Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 20 May 2020 06:24:45 -0400 Subject: [PATCH] docs/hcl2: Update HCL2 beta note link (#9258) This change updates the Beta notes on the Packer docs site with a link to the pinned HCL2 implementations list issue. Closes #9175 --- website/pages/docs/from-1.5/expressions.mdx | 4 +++- website/pages/docs/from-1.5/index.mdx | 4 +++- website/pages/docs/from-1.5/locals.mdx | 4 +++- website/pages/docs/from-1.5/syntax.mdx | 4 +++- website/pages/docs/from-1.5/variables.mdx | 4 +++- website/pages/partials/guides/hcl2-beta-note.mdx | 2 +- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/website/pages/docs/from-1.5/expressions.mdx b/website/pages/docs/from-1.5/expressions.mdx index ee152b469..b7ecdf8d4 100644 --- a/website/pages/docs/from-1.5/expressions.mdx +++ b/website/pages/docs/from-1.5/expressions.mdx @@ -10,7 +10,9 @@ description: |- # Expressions -> **Note:** This page is about HCL2 in Packer 1.5 and later. HCL2 support for -Packer is still in Beta. For the old-style stable configuration language see +Packer is still in Beta. Please see the [Packer Issue +Tracker](https://github.com/hashicorp/packer/issues/9176) for a list of +supported features. For the old-style stable configuration language see [template docs](/docs/templates). _Expressions_ are used to refer to or compute values within a configuration. diff --git a/website/pages/docs/from-1.5/index.mdx b/website/pages/docs/from-1.5/index.mdx index be27880a3..d2d218d37 100644 --- a/website/pages/docs/from-1.5/index.mdx +++ b/website/pages/docs/from-1.5/index.mdx @@ -11,7 +11,9 @@ description: |- # HCL Configuration Language -> **Note:** This page is about HCL2 in Packer 1.5 and later. HCL2 support for -Packer is still in Beta. For the old-style stable configuration language see +Packer is still in Beta. Please see the [Packer Issue +Tracker](https://github.com/hashicorp/packer/issues/9176) for a list of +supported features. For the old-style stable configuration language see [template docs](/docs/templates). Packer uses the Hashicorp Configuration Language - HCL - designed to allow diff --git a/website/pages/docs/from-1.5/locals.mdx b/website/pages/docs/from-1.5/locals.mdx index 6e8752fb3..2d2f45a3d 100644 --- a/website/pages/docs/from-1.5/locals.mdx +++ b/website/pages/docs/from-1.5/locals.mdx @@ -10,7 +10,9 @@ description: >- # Local Values -> **Note:** This page is about HCL2 in Packer 1.5 and later. HCL2 support for -Packer is still in Beta. For the old-style stable configuration language see +Packer is still in Beta. Please see the [Packer Issue +Tracker](https://github.com/hashicorp/packer/issues/9176) for a list of +supported features. For the old-style stable configuration language see [template docs](/docs/templates). Local values assign a name to an expression, that can then be used multiple diff --git a/website/pages/docs/from-1.5/syntax.mdx b/website/pages/docs/from-1.5/syntax.mdx index f579b38b4..4f2eb8580 100644 --- a/website/pages/docs/from-1.5/syntax.mdx +++ b/website/pages/docs/from-1.5/syntax.mdx @@ -11,7 +11,9 @@ description: |- # HCL Configuration Syntax -> **Note:** This page is about HCL2 in Packer 1.5 and later. HCL2 support for -Packer is still in Beta. For the old-style stable configuration language see +Packer is still in Beta. Please see the [Packer Issue +Tracker](https://github.com/hashicorp/packer/issues/9176) for a list of +supported features. For the old-style stable configuration language see [template docs](/docs/templates). Other pages in this section have described various configuration constructs diff --git a/website/pages/docs/from-1.5/variables.mdx b/website/pages/docs/from-1.5/variables.mdx index dc74a1b86..60f6214e8 100644 --- a/website/pages/docs/from-1.5/variables.mdx +++ b/website/pages/docs/from-1.5/variables.mdx @@ -10,7 +10,9 @@ description: |- # Input Variables -> **Note:** This page is about HCL2 in Packer 1.5 and later. HCL2 support for -Packer is still in Beta. For the old-style stable configuration language see +Packer is still in Beta. Please see the [Packer Issue +Tracker](https://github.com/hashicorp/packer/issues/9176) for a list of +supported features. For the old-style stable configuration language see [template docs](/docs/templates). Input variables serve as parameters for a Packer build, allowing aspects of the diff --git a/website/pages/partials/guides/hcl2-beta-note.mdx b/website/pages/partials/guides/hcl2-beta-note.mdx index b109961b4..f3eb18d48 100644 --- a/website/pages/partials/guides/hcl2-beta-note.mdx +++ b/website/pages/partials/guides/hcl2-beta-note.mdx @@ -1 +1 @@ -~> Support for HCL2 is currently in Beta, which means the feature you are looking for may still need some polishing. If you find problems, please check the list of open and resolved HCL2 issues on the [Packer Issue Tracker](https://github.com/hashicorp/packer/issues?q=is%3Aissue+is%3Aopen+label%3Ahcl2). For any strange behavior not already captured please create a new issue so that we can fix it! +~> Support for HCL2 is currently in Beta, which means the feature you are looking for may still need some polishing. If you find problems, please check the [Packer Issue Tracker](https://github.com/hashicorp/packer/issues/9176) for a list of supported features and open issues. For any strange behavior not already captured please create a new issue so that we can fix it!