From e0199ca2f5de1105b460db5c5ec9db00ad47212e Mon Sep 17 00:00:00 2001 From: Mauricio Alvarez Leon <65101411+BBBmau@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:42:21 -0700 Subject: [PATCH] move status attribute out of metadata block support (#1109) --- website/docs/r/release.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/release.html.markdown b/website/docs/r/release.html.markdown index 82959ae8f2..780e07fda0 100644 --- a/website/docs/r/release.html.markdown +++ b/website/docs/r/release.html.markdown @@ -249,6 +249,7 @@ exported: * `manifest` - The rendered manifest of the release as JSON. Enable the `manifest` experiment to use this feature. * `metadata` - Block status of the deployed release. +* `status` - Status of the release. The `metadata` block supports: @@ -256,7 +257,6 @@ The `metadata` block supports: * `name` - Name is the name of the release. * `namespace` - Namespace is the kubernetes namespace of the release. * `revision` - Version is an int32 which represents the version of the release. -* `status` - Status of the release. * `version` - A SemVer 2 conformant version string of the chart. * `app_version` - The version number of the application being deployed. * `values` - The compounded values from `values` and `set*` attributes.