From 81480833f46dada804a8c4643bf85e84a1215161 Mon Sep 17 00:00:00 2001 From: Jake Herschman Date: Tue, 1 Feb 2022 13:59:26 -0500 Subject: [PATCH] Updated copy based on feedback --- website/content/docs/nia/compatibility.mdx | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/website/content/docs/nia/compatibility.mdx b/website/content/docs/nia/compatibility.mdx index bf0b568b3..bdba0a4fb 100644 --- a/website/content/docs/nia/compatibility.mdx +++ b/website/content/docs/nia/compatibility.mdx @@ -11,30 +11,30 @@ The following tables list the Consul-Terraform-Sync (CTS) version compatibility ## Consul -Below are Consul-Terraform-Sync versions with supported Consul versions. The latest Consul-Terraform-Sync binary targets supporting the latest patch version of the three most recent Consul minor versions. +Below are CTS versions with supported Consul versions. The latest CTS binary supports the three most recent Consul minor versions, along with their latest patch versions. -| Consul-Terraform-Sync Version | Consul OSS & Enterprise Version | -| :---------------------------- | :------------------------------ | -| CTS Enterprise 0.3+ | 1.8+ | -| CTS OSS 0.1+ | 1.8+ | +| CTS Version | Consul OSS & Enterprise Version | +| :------------------ | :------------------------------ | +| CTS Enterprise 0.3+ | 1.8+ | +| CTS OSS 0.1+ | 1.8+ | ## Terraform -Consul-Terraform-Sync integration with Terraform is supported for the following: +CTS integration with Terraform is supported for the following: -| Consul-Terraform-Sync Version | Terraform CLI Version | Terraform Cloud Version | Terraform Enterprise Version | -| :---------------------------- | :-------------------- | :---------------------- | :--------------------------- | -| 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.3+ | 0.13 - 1.1 | N/A | N/A | -| CTS OSS 0.2 | 0.13 - 1.0 | N/A | N/A | -| CTS OSS 0.1 | 0.13 - 0.14 | N/A | N/A | +| CTS Version | Terraform CLI Version | Terraform Cloud Version | Terraform Enterprise Version | +| :------------------ | :-------------------- | :---------------------- | :--------------------------- | +| 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.3+ | 0.13 - 1.1 | N/A | N/A | +| CTS OSS 0.2 | 0.13 - 1.0 | N/A | N/A | +| CTS OSS 0.1 | 0.13 - 0.14 | N/A | N/A | ## Vault -Consul-Terraform-Sync integrates with Vault to query secrets, and is supported for the following: +CTS integrates with Vault to query secrets, the integration is supported for the following: -| Consul-Terraform-Sync Version | Vault OSS & Enterprise Version | -| :---------------------------- | :----------------------------- | -| CTS Enterprise 0.3+ | 0.7+ | -| CTS OSS 0.1+ | 0.7+ | +| CTS Version | Vault OSS & Enterprise Version | +| :------------------ | :----------------------------- | +| CTS Enterprise 0.3+ | 0.7+ | +| CTS OSS 0.1+ | 0.7+ |