From 15f90d73e0dcb85f7ed287ee1280c70582d07f4d Mon Sep 17 00:00:00 2001 From: Melissa Kam Date: Tue, 13 Jul 2021 10:22:05 -0500 Subject: [PATCH] nia/docs: Terraform 1.0 compatability --- 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 97dce0597..dce2b8504 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 |