From aad800f41906887865cc89625252c39de3f3763c Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Thu, 9 Jan 2025 10:17:28 -0600 Subject: [PATCH] Fix prettier format issue --- website/docs/cdktf/api-reference/provider.mdx | 2 +- website/docs/cdktf/concepts/resources.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cdktf/api-reference/provider.mdx b/website/docs/cdktf/api-reference/provider.mdx index 474a120138..0710f519a1 100644 --- a/website/docs/cdktf/api-reference/provider.mdx +++ b/website/docs/cdktf/api-reference/provider.mdx @@ -1,7 +1,7 @@ --- page_title: CDKTF API Reference provider bindings description: >- - Learn how CDKTF uses provider bindings to make your CDKTF application run with different Terraform providers. + Learn how CDKTF uses provider bindings to make your CDKTF application run with different Terraform providers. --- # CDKTF API Reference provider bindings diff --git a/website/docs/cdktf/concepts/resources.mdx b/website/docs/cdktf/concepts/resources.mdx index 0b7e3a4f01..8d6c5e032a 100644 --- a/website/docs/cdktf/concepts/resources.mdx +++ b/website/docs/cdktf/concepts/resources.mdx @@ -1,5 +1,5 @@ --- -page_title: CDK for Terraform resources +page_title: CDK for Terraform resources description: >- Use Terraform resources in your CDK for Terraform application to define infrastructure such as virtual networks, compute instances, and DNS records.