From 06fb711b8419344c889c4032bf2c68d9d475c3ae Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Mon, 21 Nov 2022 09:54:51 -0500 Subject: [PATCH] Update remote-backends.mdx --- website/docs/cdktf/concepts/remote-backends.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cdktf/concepts/remote-backends.mdx b/website/docs/cdktf/concepts/remote-backends.mdx index 18b054ee6a..3ee79033e7 100644 --- a/website/docs/cdktf/concepts/remote-backends.mdx +++ b/website/docs/cdktf/concepts/remote-backends.mdx @@ -275,7 +275,7 @@ In addition to Terraform Cloud, Terraform and CDKTF support the following backen new S3Backend(stack, {...}); ``` -->**Note**: CDK for Terraform v0.14 deprecated the artifactory, etcd, etcdv3, manta, and swift backends. Terraform removed these backends in v1.3. For migration paths from these removed backends, refer to [Upgrading to Terraform v1.3](/language/v1.3.x/upgrade-guides). +-> **Note**: CDK for Terraform v0.14 deprecated the artifactory, etcd, etcdv3, manta, and swift backends. Terraform removed these backends in v1.3. For migration paths from these removed backends, refer to [Upgrading to Terraform v1.3](/language/v1.3.x/upgrade-guides). ## Escape Hatches