From 8593e712c16d8e9ff5e6e2b09d1275d87f7f1514 Mon Sep 17 00:00:00 2001
From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Date: Fri, 26 Aug 2022 12:20:29 -0700
Subject: [PATCH] Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Michael Wilkerson <62034708+wilkermichael@users.noreply.github.com>
---
website/content/docs/nia/cli/start.mdx | 2 +-
website/content/docs/nia/compatibility.mdx | 1 +
website/content/docs/nia/usage/errors-ref.mdx | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/content/docs/nia/cli/start.mdx b/website/content/docs/nia/cli/start.mdx
index 21730c3907..9b57be03fc 100644
--- a/website/content/docs/nia/cli/start.mdx
+++ b/website/content/docs/nia/cli/start.mdx
@@ -27,7 +27,7 @@ The following table describes all of the available flags.
| `-config-file` | Required when `-config-dir` is not set | string | Specifies the CTS instance configuration file to load on startup. Files must be in HCL or JSON format. You can specify the flag multiple times to load more than one file. | none |
| `-inspect` | Optional | boolean | Starts CTS in inspect mode . In inspect mode, CTS displays the proposed state changes for all tasks once and exits. No changes are applied. Refer to [Modes](#modes) for additional information. If an error occurs before displaying all changes, CTS exits with a non-zero status. | `false` |
| `-inspect-task` | Optional | string | Starts CTS in inspect mode for the specified task. CTS displays the proposed state changes for the specified task and exits. No changes are applied.
You can specify the flag multiple times to display more than one task.
If an error occurs before displaying all changes, CTS exits with a non-zero status. | none |
-| `-once` | Optional | boolean | Starts CTS in once-mode (refer to [Modes](#modes) for additional information). In once-mode, CTS renders templates and runs tasks once. CTS does not start the process in long-running mode and disables buffer periods. | `false` |
+| `-once` | Optional | boolean | Starts CTS in once-mode. In once-mode, CTS renders templates, runs tasks once, and disables buffer periods. Refer to [Modes](#modes) for additional information. | `false` |
| `-reset-storage` | Optional | boolean | Directs CTS to overwrite the state storage with new state information when the instance you are starting is elected the cluster leader.
Only use this flag when running CTS in [high availability mode](/docs/nia/usage/run-ha). | false |
| `-h`, `-help` | Optional | boolean | Prints the CTS command line help. | `false` |
diff --git a/website/content/docs/nia/compatibility.mdx b/website/content/docs/nia/compatibility.mdx
index 4443085af6..05e301e028 100644
--- a/website/content/docs/nia/compatibility.mdx
+++ b/website/content/docs/nia/compatibility.mdx
@@ -26,6 +26,7 @@ CTS integration with Terraform is supported for the following:
| CTS Version | Terraform CLI Version | Terraform Cloud Version | Terraform Enterprise Version |
| :------------------ | :-------------------- | :---------------------- | :--------------------------- |
+| CTS Enterprise 0.7 | 0.13-1.2 | Latest | v202010-2 - Latest |
| CTS Enterprise 0.4+ | 0.13 - 1.1 | Latest | v202010-2 - Latest |
| CTS Enterprise 0.3 | 0.13 - 1.1 | N/A | v202010-2 - Latest |
| CTS OSS 0.7 | 0.13 - 1.2 | N/A | N/A |
diff --git a/website/content/docs/nia/usage/errors-ref.mdx b/website/content/docs/nia/usage/errors-ref.mdx
index e7ca2e3631..a456736c2c 100644
--- a/website/content/docs/nia/usage/errors-ref.mdx
+++ b/website/content/docs/nia/usage/errors-ref.mdx
@@ -49,7 +49,6 @@ In the following example response error:
* `high_availability.instance.address` is not configured.
```json
-
{
"error": {
"message": "redirect requests to leader 'cts-01'"