From 69ee6fb6c02f182109d3e1c02b79d46cb8ef4e31 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:21:36 -0400 Subject: [PATCH] Update terraform-tools.mdx --- website/docs/docs/terraform-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/terraform-tools.mdx b/website/docs/docs/terraform-tools.mdx index bbeecd6505..dfe8f6cc8a 100644 --- a/website/docs/docs/terraform-tools.mdx +++ b/website/docs/docs/terraform-tools.mdx @@ -11,7 +11,7 @@ Terraform is part of a rich infrastructure and DevOps ecosystem. The tools below |Name | Maintainer |Description| Tutorial | |-----|------------|-----------|----------| -|[Cloud Development Kit for Terraform (CDKTF)](/docs/cdktf/index.html)| HashiCorp | Use familiar programming languages to define and provision infrastructure. CDKTF currently supports TypeScript, Python, Java, C#, and Go (experimental).| [Write CDK for Terraform configurations](https://learn.hashicorp.com/collections/terraform/cdktf) | +|[Cloud Development Kit for Terraform (CDKTF)](/cdktf)| HashiCorp | Use familiar programming languages to define and provision infrastructure. CDKTF currently supports TypeScript, Python, Java, C#, and Go (experimental).| [Write CDK for Terraform configurations](https://learn.hashicorp.com/collections/terraform/cdktf) | |[Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=HashiCorp.terraform) | HashiCorp | Enable syntax highlighting and other editing features in VS Code using the Terraform Language Server.| | |[Language Server](https://github.com/hashicorp/terraform-ls) | HashiCorp | Add support for the Terraform configuration language to editors that use the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/), like Sublime Text, vim, emacs, etc.| | |[console](https://www.terraform.io/docs/cli/commands/console.html) | HashiCorp | Evaluate Terraform expressions and explore your Terraform project's state. The console helps you develop and debug your configuration, especially when working with complex state data and Terraform expressions.| [Develop Configuration with the Console](https://learn.hashicorp.com/tutorials/terraform/console) |