From 7d0a1effd655c5e7bad1290ccb05c4ad26729ac0 Mon Sep 17 00:00:00 2001 From: Melissa Kam <3768460+mkam@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:03:13 -0500 Subject: [PATCH] Merge pull request #10614 from hashicorp/nia/docs-0.2.1 nia/docs 0.2.1 --- website/content/docs/nia/compatibility.mdx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/website/content/docs/nia/compatibility.mdx b/website/content/docs/nia/compatibility.mdx index 97dce0597610..dce2b85043df 100644 --- a/website/content/docs/nia/compatibility.mdx +++ b/website/content/docs/nia/compatibility.mdx @@ -4,23 +4,24 @@ page_title: Consul-Terraform-Sync Compatibility description: >- Consul-Terraform-Sync Compatibility --- + # Compatibility ## Consul Below are the supported Consul versions with compatible Consul-Terraform-Sync versions. The latest Consul-Terraform-Sync binary targets supporting the latest patch version of the three most recent Consul minor versions. -| Consul Version | Compatible Consul-Terraform-Sync Version | -| ------------------------------------ | ---------------------------------------- | -| Latest patch version of 1.10 | 0.1 - 0.2 | -| Latest patch version of 1.9 | 0.1 - 0.2 | -| Latest patch version of 1.8 | 0.1 - 0.2 | +| Consul Version | Compatible Consul-Terraform-Sync Version | +| ---------------------------- | ---------------------------------------- | +| Latest patch version of 1.10 | 0.1 - 0.2 | +| Latest patch version of 1.9 | 0.1 - 0.2 | +| Latest patch version of 1.8 | 0.1 - 0.2 | ## Terraform Consul-Terraform-Sync is compatible with the following Terraform OSS versions: | Consul-Terraform-Sync | Compatible Terraform Version | -|-----------------------|------------------------------| -| 0.2 | 0.13 - 0.15 | +| --------------------- | ---------------------------- | +| 0.2 | 0.13 - 1.0 | | 0.1 | 0.13 - 0.14 |