diff --git a/test/csharp/provider-list-command/__snapshots__/test.ts.snap b/test/csharp/provider-list-command/__snapshots__/test.ts.snap index 2c3e02f91f..e71b89f3f5 100644 --- a/test/csharp/provider-list-command/__snapshots__/test.ts.snap +++ b/test/csharp/provider-list-command/__snapshots__/test.ts.snap @@ -7,7 +7,7 @@ exports[`provider list command lists both local and prebuilt providers with tabu Name Version Constraint Version ───────────┼─────────────────────────────┼────────────────────────┼────────────┤ ─── ───── ─ ── ───────── ──── - null │ 3.2.3 ~> 3.2.0│ │ │ + null │ 3.2.4 ~> 3.2.0│ │ │ ───────────┼─────────────────────────────┼────────────────────────┼────────────┤ ─── ───── ─ ── ───────── ──── diff --git a/website/README.md b/website/README.md index a2426f1428..7150e0adc1 100644 --- a/website/README.md +++ b/website/README.md @@ -1,5 +1,8 @@ # Terraform Documentation +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + This directory contains the portions of [the Terraform website][terraform.io] that pertain to the Terraform CDK. The files in this directory are intended to be used in conjunction with diff --git a/website/docs/cdktf/api-reference/csharp/classes.mdx b/website/docs/cdktf/api-reference/csharp/classes.mdx index 1f256682fc..6a5e8cc6ec 100644 --- a/website/docs/cdktf/api-reference/csharp/classes.mdx +++ b/website/docs/cdktf/api-reference/csharp/classes.mdx @@ -3,6 +3,9 @@ page_title: CSharp Reference for Classes description: CDKTF Core API Reference for Classes in CSharp. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CSharp: Classes diff --git a/website/docs/cdktf/api-reference/csharp/constructs.mdx b/website/docs/cdktf/api-reference/csharp/constructs.mdx index 01fe700fd2..9c5934e9bf 100644 --- a/website/docs/cdktf/api-reference/csharp/constructs.mdx +++ b/website/docs/cdktf/api-reference/csharp/constructs.mdx @@ -3,6 +3,9 @@ page_title: CSharp Reference for Constructs description: CDKTF Core API Reference for Constructs in CSharp. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CSharp: Constructs diff --git a/website/docs/cdktf/api-reference/csharp/enums.mdx b/website/docs/cdktf/api-reference/csharp/enums.mdx index f418d93d72..fa33aa5e57 100644 --- a/website/docs/cdktf/api-reference/csharp/enums.mdx +++ b/website/docs/cdktf/api-reference/csharp/enums.mdx @@ -3,6 +3,9 @@ page_title: CSharp Reference for Enums description: CDKTF Core API Reference for Enums in CSharp. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CSharp: Enums diff --git a/website/docs/cdktf/api-reference/csharp/index.mdx b/website/docs/cdktf/api-reference/csharp/index.mdx index e0d1c78c5f..b72ddcdd1b 100644 --- a/website/docs/cdktf/api-reference/csharp/index.mdx +++ b/website/docs/cdktf/api-reference/csharp/index.mdx @@ -3,6 +3,9 @@ page_title: C# API resource reference overview description: Learn about the API resources available in the Terraform CDK library for C#. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # C# API resource reference overview The C# API reference includes the following resources: diff --git a/website/docs/cdktf/api-reference/csharp/protocols.mdx b/website/docs/cdktf/api-reference/csharp/protocols.mdx index d2440b2b0c..63c14548b5 100644 --- a/website/docs/cdktf/api-reference/csharp/protocols.mdx +++ b/website/docs/cdktf/api-reference/csharp/protocols.mdx @@ -3,6 +3,9 @@ page_title: CSharp Reference for Protocols description: CDKTF Core API Reference for Protocols in CSharp. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CSharp: Protocols diff --git a/website/docs/cdktf/api-reference/csharp/structs.mdx b/website/docs/cdktf/api-reference/csharp/structs.mdx index ffcaa87a7b..42b276ea40 100644 --- a/website/docs/cdktf/api-reference/csharp/structs.mdx +++ b/website/docs/cdktf/api-reference/csharp/structs.mdx @@ -3,6 +3,9 @@ page_title: CSharp Reference for Structs description: CDKTF Core API Reference for Structs in CSharp. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CSharp: Structs diff --git a/website/docs/cdktf/api-reference/go/classes.mdx b/website/docs/cdktf/api-reference/go/classes.mdx index edf70c78e5..b23ed137ce 100644 --- a/website/docs/cdktf/api-reference/go/classes.mdx +++ b/website/docs/cdktf/api-reference/go/classes.mdx @@ -3,6 +3,9 @@ page_title: Go Reference for Classes description: CDKTF Core API Reference for Classes in Go. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Go: Classes diff --git a/website/docs/cdktf/api-reference/go/constructs.mdx b/website/docs/cdktf/api-reference/go/constructs.mdx index 416e4952c9..4459aa5f38 100644 --- a/website/docs/cdktf/api-reference/go/constructs.mdx +++ b/website/docs/cdktf/api-reference/go/constructs.mdx @@ -3,6 +3,9 @@ page_title: Go Reference for Constructs description: CDKTF Core API Reference for Constructs in Go. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Go: Constructs diff --git a/website/docs/cdktf/api-reference/go/enums.mdx b/website/docs/cdktf/api-reference/go/enums.mdx index 8510e5bd84..b022d5021a 100644 --- a/website/docs/cdktf/api-reference/go/enums.mdx +++ b/website/docs/cdktf/api-reference/go/enums.mdx @@ -3,6 +3,9 @@ page_title: Go Reference for Enums description: CDKTF Core API Reference for Enums in Go. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Go: Enums diff --git a/website/docs/cdktf/api-reference/go/index.mdx b/website/docs/cdktf/api-reference/go/index.mdx index ee2ae4abc5..0a1bb6a544 100644 --- a/website/docs/cdktf/api-reference/go/index.mdx +++ b/website/docs/cdktf/api-reference/go/index.mdx @@ -3,6 +3,9 @@ page_title: Go API resource reference overview description: Learn about the API resources available in the Terraform CDK library for golang. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Go API resource reference overview The Go API reference includes the following resources: diff --git a/website/docs/cdktf/api-reference/go/protocols.mdx b/website/docs/cdktf/api-reference/go/protocols.mdx index 45b96e8e1c..37244f795d 100644 --- a/website/docs/cdktf/api-reference/go/protocols.mdx +++ b/website/docs/cdktf/api-reference/go/protocols.mdx @@ -3,6 +3,9 @@ page_title: Go Reference for Protocols description: CDKTF Core API Reference for Protocols in Go. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Go: Protocols diff --git a/website/docs/cdktf/api-reference/go/structs.mdx b/website/docs/cdktf/api-reference/go/structs.mdx index 9fd84c7a33..46eae04d6b 100644 --- a/website/docs/cdktf/api-reference/go/structs.mdx +++ b/website/docs/cdktf/api-reference/go/structs.mdx @@ -3,6 +3,9 @@ page_title: Go Reference for Structs description: CDKTF Core API Reference for Structs in Go. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Go: Structs diff --git a/website/docs/cdktf/api-reference/index.mdx b/website/docs/cdktf/api-reference/index.mdx index 527b674f79..0108a6e92e 100644 --- a/website/docs/cdktf/api-reference/index.mdx +++ b/website/docs/cdktf/api-reference/index.mdx @@ -4,6 +4,9 @@ description: >- Use the CDKTF core library with generated provider bindings to write your CDKTF program. It is available in TypeScript, Python, Java, CSharp, and Go. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Core Library API Reference The CDK for Terraform (CDKTF) core library lets you define infrastructure resources using familiar programming languages. CDKTF translates the API into the following supported languages. diff --git a/website/docs/cdktf/api-reference/java/classes.mdx b/website/docs/cdktf/api-reference/java/classes.mdx index d7fa583678..887f117d5f 100644 --- a/website/docs/cdktf/api-reference/java/classes.mdx +++ b/website/docs/cdktf/api-reference/java/classes.mdx @@ -3,6 +3,9 @@ page_title: Java Reference for Classes description: CDKTF Core API Reference for Classes in Java. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Java: Classes diff --git a/website/docs/cdktf/api-reference/java/constructs.mdx b/website/docs/cdktf/api-reference/java/constructs.mdx index 9423b528dc..5260224fd7 100644 --- a/website/docs/cdktf/api-reference/java/constructs.mdx +++ b/website/docs/cdktf/api-reference/java/constructs.mdx @@ -3,6 +3,9 @@ page_title: Java Reference for Constructs description: CDKTF Core API Reference for Constructs in Java. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Java: Constructs diff --git a/website/docs/cdktf/api-reference/java/enums.mdx b/website/docs/cdktf/api-reference/java/enums.mdx index 973c9b44bc..2bebbf0bf0 100644 --- a/website/docs/cdktf/api-reference/java/enums.mdx +++ b/website/docs/cdktf/api-reference/java/enums.mdx @@ -3,6 +3,9 @@ page_title: Java Reference for Enums description: CDKTF Core API Reference for Enums in Java. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Java: Enums diff --git a/website/docs/cdktf/api-reference/java/index.mdx b/website/docs/cdktf/api-reference/java/index.mdx index bc7517fc9c..89e9e949af 100644 --- a/website/docs/cdktf/api-reference/java/index.mdx +++ b/website/docs/cdktf/api-reference/java/index.mdx @@ -3,6 +3,9 @@ page_title: Java API resource reference overview description: Learn about the API resources available in the Terraform CDK library for Java. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Java API resource reference overview The Java API reference includes the following resources: diff --git a/website/docs/cdktf/api-reference/java/protocols.mdx b/website/docs/cdktf/api-reference/java/protocols.mdx index eea6bf1759..3ffd926983 100644 --- a/website/docs/cdktf/api-reference/java/protocols.mdx +++ b/website/docs/cdktf/api-reference/java/protocols.mdx @@ -3,6 +3,9 @@ page_title: Java Reference for Protocols description: CDKTF Core API Reference for Protocols in Java. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Java: Protocols diff --git a/website/docs/cdktf/api-reference/java/structs.mdx b/website/docs/cdktf/api-reference/java/structs.mdx index 6c4b3e7a9f..4502ffdf2b 100644 --- a/website/docs/cdktf/api-reference/java/structs.mdx +++ b/website/docs/cdktf/api-reference/java/structs.mdx @@ -3,6 +3,9 @@ page_title: Java Reference for Structs description: CDKTF Core API Reference for Structs in Java. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Java: Structs diff --git a/website/docs/cdktf/api-reference/provider.mdx b/website/docs/cdktf/api-reference/provider.mdx index e5b75e7827..bf7f9aa655 100644 --- a/website/docs/cdktf/api-reference/provider.mdx +++ b/website/docs/cdktf/api-reference/provider.mdx @@ -4,6 +4,9 @@ description: >- The CDKTF provider bindings are used to make your CDKTF application run with different Terraform providers --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Provider API Reference A provider is a Terraform plugin that allows users to manage an external API. You can use CDK for Terraform (CDKTF) with every provider available on the [Terraform Registry](https://registry.terraform.io/browse/providers). Refer to [Providers](/terraform/cdktf/concepts/providers) for details about how to import and use providers in your CDKTF application. diff --git a/website/docs/cdktf/api-reference/python/classes.mdx b/website/docs/cdktf/api-reference/python/classes.mdx index 4f34815ff8..f42a4717e4 100644 --- a/website/docs/cdktf/api-reference/python/classes.mdx +++ b/website/docs/cdktf/api-reference/python/classes.mdx @@ -3,6 +3,9 @@ page_title: Python Reference for Classes description: CDKTF Core API Reference for Classes in Python. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Python: Classes diff --git a/website/docs/cdktf/api-reference/python/constructs.mdx b/website/docs/cdktf/api-reference/python/constructs.mdx index 789fe7e800..595b2e3c58 100644 --- a/website/docs/cdktf/api-reference/python/constructs.mdx +++ b/website/docs/cdktf/api-reference/python/constructs.mdx @@ -3,6 +3,9 @@ page_title: Python Reference for Constructs description: CDKTF Core API Reference for Constructs in Python. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Python: Constructs diff --git a/website/docs/cdktf/api-reference/python/enums.mdx b/website/docs/cdktf/api-reference/python/enums.mdx index 6d950c42a6..487f0636ea 100644 --- a/website/docs/cdktf/api-reference/python/enums.mdx +++ b/website/docs/cdktf/api-reference/python/enums.mdx @@ -3,6 +3,9 @@ page_title: Python Reference for Enums description: CDKTF Core API Reference for Enums in Python. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Python: Enums diff --git a/website/docs/cdktf/api-reference/python/index.mdx b/website/docs/cdktf/api-reference/python/index.mdx index 9012118732..ba3ada816f 100644 --- a/website/docs/cdktf/api-reference/python/index.mdx +++ b/website/docs/cdktf/api-reference/python/index.mdx @@ -3,6 +3,9 @@ page_title: Python API resource reference overview description: Learn about the API resources available in the Terraform CDK library for Python. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Python API resource reference overview The Python API reference includes the following resources: diff --git a/website/docs/cdktf/api-reference/python/protocols.mdx b/website/docs/cdktf/api-reference/python/protocols.mdx index 91a88174ca..3d613b0429 100644 --- a/website/docs/cdktf/api-reference/python/protocols.mdx +++ b/website/docs/cdktf/api-reference/python/protocols.mdx @@ -3,6 +3,9 @@ page_title: Python Reference for Protocols description: CDKTF Core API Reference for Protocols in Python. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Python: Protocols diff --git a/website/docs/cdktf/api-reference/python/structs.mdx b/website/docs/cdktf/api-reference/python/structs.mdx index 71c33c3a65..c68e24f356 100644 --- a/website/docs/cdktf/api-reference/python/structs.mdx +++ b/website/docs/cdktf/api-reference/python/structs.mdx @@ -3,6 +3,9 @@ page_title: Python Reference for Structs description: CDKTF Core API Reference for Structs in Python. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Python: Structs diff --git a/website/docs/cdktf/api-reference/typescript/classes.mdx b/website/docs/cdktf/api-reference/typescript/classes.mdx index ed21651f18..a5e6ff8e4a 100644 --- a/website/docs/cdktf/api-reference/typescript/classes.mdx +++ b/website/docs/cdktf/api-reference/typescript/classes.mdx @@ -3,6 +3,9 @@ page_title: Typescript Reference for Classes description: CDKTF Core API Reference for Classes in Typescript. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Typescript: Classes diff --git a/website/docs/cdktf/api-reference/typescript/constructs.mdx b/website/docs/cdktf/api-reference/typescript/constructs.mdx index dde4209862..fa5ad7c946 100644 --- a/website/docs/cdktf/api-reference/typescript/constructs.mdx +++ b/website/docs/cdktf/api-reference/typescript/constructs.mdx @@ -3,6 +3,9 @@ page_title: Typescript Reference for Constructs description: CDKTF Core API Reference for Constructs in Typescript. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Typescript: Constructs diff --git a/website/docs/cdktf/api-reference/typescript/enums.mdx b/website/docs/cdktf/api-reference/typescript/enums.mdx index 9bb340d243..835d257735 100644 --- a/website/docs/cdktf/api-reference/typescript/enums.mdx +++ b/website/docs/cdktf/api-reference/typescript/enums.mdx @@ -3,6 +3,9 @@ page_title: Typescript Reference for Enums description: CDKTF Core API Reference for Enums in Typescript. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Typescript: Enums diff --git a/website/docs/cdktf/api-reference/typescript/index.mdx b/website/docs/cdktf/api-reference/typescript/index.mdx index 2c1c80ee00..7091a57f53 100644 --- a/website/docs/cdktf/api-reference/typescript/index.mdx +++ b/website/docs/cdktf/api-reference/typescript/index.mdx @@ -3,6 +3,9 @@ page_title: Typescript API resource reference overview description: Learn about the API resources available in the Terraform CDK library for Typescript. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Typescript API resource reference overview The Typescript API reference includes the following resources: diff --git a/website/docs/cdktf/api-reference/typescript/protocols.mdx b/website/docs/cdktf/api-reference/typescript/protocols.mdx index d01802d100..6a74178263 100644 --- a/website/docs/cdktf/api-reference/typescript/protocols.mdx +++ b/website/docs/cdktf/api-reference/typescript/protocols.mdx @@ -3,6 +3,9 @@ page_title: Typescript Reference for Protocols description: CDKTF Core API Reference for Protocols in Typescript. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Typescript: Protocols diff --git a/website/docs/cdktf/api-reference/typescript/structs.mdx b/website/docs/cdktf/api-reference/typescript/structs.mdx index 5430c366a8..3d8ecaffd2 100644 --- a/website/docs/cdktf/api-reference/typescript/structs.mdx +++ b/website/docs/cdktf/api-reference/typescript/structs.mdx @@ -3,6 +3,9 @@ page_title: Typescript Reference for Structs description: CDKTF Core API Reference for Structs in Typescript. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Typescript: Structs diff --git a/website/docs/cdktf/cli-reference/cli-configuration.mdx b/website/docs/cdktf/cli-reference/cli-configuration.mdx index 76c13d2639..c8a96d7694 100644 --- a/website/docs/cdktf/cli-reference/cli-configuration.mdx +++ b/website/docs/cdktf/cli-reference/cli-configuration.mdx @@ -3,6 +3,9 @@ page_title: CLI Configuration - CDK for Terraform description: Install and configure the CDKTF Command Line Interface. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CLI Configuration The CDK for Terraform (CDKTF) CLI allows you to initialize a new CDKTF project, adjust project settings, synthesize your infrastructure into Terraform configuration files, deploy your CDKTF application, and more. You can also use some Terraform CLI commands like `terraform apply` and `terraform destroy` directly, but we recommend using the available [`cdktf cli` commands](/terraform/cdktf/cli-reference/commands) where possible. diff --git a/website/docs/cdktf/cli-reference/commands.mdx b/website/docs/cdktf/cli-reference/commands.mdx index 7f4e4426b5..fd71a2daed 100644 --- a/website/docs/cdktf/cli-reference/commands.mdx +++ b/website/docs/cdktf/cli-reference/commands.mdx @@ -5,6 +5,9 @@ description: >- Terraform configuration files, and more. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CLI Commands The CDK for Terraform CLI has the following commands: diff --git a/website/docs/cdktf/community.mdx b/website/docs/cdktf/community.mdx index ab1fdeb609..830fa8a272 100644 --- a/website/docs/cdktf/community.mdx +++ b/website/docs/cdktf/community.mdx @@ -5,6 +5,9 @@ description: >- questions, and see our roadmap. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Community CDK for Terraform (CDKTF) is under active development, and we would love your feedback and direct contributions to help guide the project. diff --git a/website/docs/cdktf/concepts/aspects.mdx b/website/docs/cdktf/concepts/aspects.mdx index 5f93249497..eafd11811a 100644 --- a/website/docs/cdktf/concepts/aspects.mdx +++ b/website/docs/cdktf/concepts/aspects.mdx @@ -6,6 +6,9 @@ description: >- encryption). --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Aspects Aspects allow you to apply an operation to all constructs within a given scope. You may want to use them in your CDK for Terraform (CDKTF) application to mutate elements (e.g., add tags to cloud resources) or for validation (e.g., ensure all S3 Buckets are encrypted). diff --git a/website/docs/cdktf/concepts/assets.mdx b/website/docs/cdktf/concepts/assets.mdx index 7499ab9e47..3949e0147b 100644 --- a/website/docs/cdktf/concepts/assets.mdx +++ b/website/docs/cdktf/concepts/assets.mdx @@ -5,6 +5,9 @@ description: >- template_file, S3 bucket objects, or Lambda function archive files. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Assets In CDK for Terraform (CDKTF) v0.4+, asset constructs can manage assets for resources that need them, such as template_file, S3 bucket objects, or Lambda function archive files. You can use Terraform assets to move existing files or directories into your CDKTF application so that you can use them in resource definitions. diff --git a/website/docs/cdktf/concepts/cdktf-architecture.mdx b/website/docs/cdktf/concepts/cdktf-architecture.mdx index 1a5fcdfb9c..0659fe8675 100644 --- a/website/docs/cdktf/concepts/cdktf-architecture.mdx +++ b/website/docs/cdktf/concepts/cdktf-architecture.mdx @@ -3,6 +3,9 @@ page_title: CDKTF Architecture - CDK for Terraform description: Key CDK for Terraform components and application structure. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Architecture This page explains the tools and processes that CDK for Terraform (CDKTF) uses to leverage the Terraform ecosystem and convert code into Terraform configuration files. It also explains the major components of a CDKTF application and how those pieces fit together. diff --git a/website/docs/cdktf/concepts/constructs.mdx b/website/docs/cdktf/concepts/constructs.mdx index 08d125e9a8..68d988e83e 100644 --- a/website/docs/cdktf/concepts/constructs.mdx +++ b/website/docs/cdktf/concepts/constructs.mdx @@ -6,6 +6,9 @@ description: >- constructs.” --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Constructs ## What is a construct? diff --git a/website/docs/cdktf/concepts/data-sources.mdx b/website/docs/cdktf/concepts/data-sources.mdx index 7334b7723b..18724b618b 100644 --- a/website/docs/cdktf/concepts/data-sources.mdx +++ b/website/docs/cdktf/concepts/data-sources.mdx @@ -5,6 +5,9 @@ description: >- data from other configurations. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Data Sources [Terraform data sources](/terraform/language/data-sources) fetch information from external APIs and from other Terraform configurations. For example, you may want to import disk image IDs from a cloud provider or share data between configurations for different parts of your infrastructure. diff --git a/website/docs/cdktf/concepts/functions.mdx b/website/docs/cdktf/concepts/functions.mdx index f690e4c6ee..931f9615cc 100644 --- a/website/docs/cdktf/concepts/functions.mdx +++ b/website/docs/cdktf/concepts/functions.mdx @@ -3,6 +3,9 @@ page_title: Functions - CDK for Terraform description: Learn when to use built-in Terraform functions to transform or combine values. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Functions Terraform provides a set of built-in functions that transform and combine values within Terraform configurations. The [Terraform function documentation](/terraform/language/functions) contains a complete list. You can also use your editor autocompletion on the `Fn` object to find available options. diff --git a/website/docs/cdktf/concepts/hcl-interoperability.mdx b/website/docs/cdktf/concepts/hcl-interoperability.mdx index 34b53dba64..e1e1a39900 100644 --- a/website/docs/cdktf/concepts/hcl-interoperability.mdx +++ b/website/docs/cdktf/concepts/hcl-interoperability.mdx @@ -5,6 +5,9 @@ description: >- Terraform together to define and provision infrastructure. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # HCL Interoperability Terraform requires infrastructure configuration files written in either [HashiCorp Configuration Language (HCL)](/terraform/language/syntax/configuration) or JSON syntax. CDK for Terraform (CDKTF) works by translating configurations defined in an imperative programming language to JSON configuration files for Terraform. diff --git a/website/docs/cdktf/concepts/iterators.mdx b/website/docs/cdktf/concepts/iterators.mdx index a4e45721cb..12c7c8d89b 100644 --- a/website/docs/cdktf/concepts/iterators.mdx +++ b/website/docs/cdktf/concepts/iterators.mdx @@ -4,6 +4,9 @@ description: >- Iterators let you loop over a collection of values that are only available at runtime. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Iterators Iterators let you loop over a collection of values. You can use them to create multiple resources of the same type based on dynamic data that is only known at runtime. diff --git a/website/docs/cdktf/concepts/modules.mdx b/website/docs/cdktf/concepts/modules.mdx index 2f15efa846..69d6ea8f52 100644 --- a/website/docs/cdktf/concepts/modules.mdx +++ b/website/docs/cdktf/concepts/modules.mdx @@ -5,6 +5,9 @@ description: >- existing configurations. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Modules A [Terraform module](/terraform/language/modules) is a single directory that contains one or more configuration files. diff --git a/website/docs/cdktf/concepts/providers.mdx b/website/docs/cdktf/concepts/providers.mdx index 197b6e76c1..e436154b85 100644 --- a/website/docs/cdktf/concepts/providers.mdx +++ b/website/docs/cdktf/concepts/providers.mdx @@ -5,6 +5,9 @@ description: >- providers in a CDK for Terraform application. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Providers A [provider](/terraform/language/providers) is a plugin that lets Terraform manage an external API. In your CDK for Terraform (CDKTF) application, you use your preferred programming language to define the [resources](/terraform/cdktf/concepts/resources) you want Terraform to manage on one or more providers. diff --git a/website/docs/cdktf/concepts/remote-backends.mdx b/website/docs/cdktf/concepts/remote-backends.mdx index faf1a214eb..ec4953318a 100644 --- a/website/docs/cdktf/concepts/remote-backends.mdx +++ b/website/docs/cdktf/concepts/remote-backends.mdx @@ -5,6 +5,9 @@ description: >- files remotely. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Remote Backends Terraform stores [state](/terraform/language/state) about managed infrastructure to map real-world resources to the configuration, keep track of metadata, and improve performance. Terraform stores this state in a local file by default, but you can also use a Terraform [remote backend](/terraform/language/settings/backends/remote) to store state remotely. diff --git a/website/docs/cdktf/concepts/resources.mdx b/website/docs/cdktf/concepts/resources.mdx index f962011d88..1d62d8cef7 100644 --- a/website/docs/cdktf/concepts/resources.mdx +++ b/website/docs/cdktf/concepts/resources.mdx @@ -4,6 +4,9 @@ description: >- Resources describe one or more infrastructure objects, like virtual networks, compute instances, and DNS records. Define resources in a CDK for Terraform application. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Resources Resources are the most important element when defining infrastructure in CDKTF applications. Each resource describes one or more infrastructure objects, such as virtual networks, compute instances, or higher-level components such as DNS records. diff --git a/website/docs/cdktf/concepts/stacks.mdx b/website/docs/cdktf/concepts/stacks.mdx index 4c04c2bb88..9d4cbdd896 100644 --- a/website/docs/cdktf/concepts/stacks.mdx +++ b/website/docs/cdktf/concepts/stacks.mdx @@ -5,6 +5,9 @@ description: >- environments, like test and production. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Stacks A stack represents a collection of infrastructure that CDK for Terraform (CDKTF) synthesizes as a dedicated Terraform configuration. Stacks allow you to separate the state management for multiple environments within an application. diff --git a/website/docs/cdktf/concepts/tokens.mdx b/website/docs/cdktf/concepts/tokens.mdx index 9625b45373..17c773d7ca 100644 --- a/website/docs/cdktf/concepts/tokens.mdx +++ b/website/docs/cdktf/concepts/tokens.mdx @@ -5,6 +5,9 @@ description: >- Terraform language syntax. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Tokens Tokens represent values that are unknown until Terraform applies your configuration. For example, names of cloud resources are only assigned upon creation. diff --git a/website/docs/cdktf/concepts/variables-and-outputs.mdx b/website/docs/cdktf/concepts/variables-and-outputs.mdx index d4b956e095..a772d62771 100644 --- a/website/docs/cdktf/concepts/variables-and-outputs.mdx +++ b/website/docs/cdktf/concepts/variables-and-outputs.mdx @@ -5,6 +5,9 @@ description: >- publish named values. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Variables and Outputs Terraform can understand configurations written in either HashiCorp Configuration Language (HCL) syntax or JSON. Because neither of these is a programming language, Terraform has developed ways to enable users to request and publish named values. These are: diff --git a/website/docs/cdktf/create-and-deploy/aws-adapter.mdx b/website/docs/cdktf/create-and-deploy/aws-adapter.mdx index 4b85c3b402..ee882ffd38 100644 --- a/website/docs/cdktf/create-and-deploy/aws-adapter.mdx +++ b/website/docs/cdktf/create-and-deploy/aws-adapter.mdx @@ -3,6 +3,9 @@ page_title: "[technical preview] AWS Adapter - CDK for Terraform" description: "[technical preview] Use AWS CDK (v2) constructs in CDK for Terraform projects." --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # \[technical preview] AWS Adapter -> **Note:** The AWS Adapter is a technical preview and not ready for production usage. Its API is not stable and things might break unexpectedly. diff --git a/website/docs/cdktf/create-and-deploy/best-practices.mdx b/website/docs/cdktf/create-and-deploy/best-practices.mdx index 84aeea7ad3..3ce613e4df 100644 --- a/website/docs/cdktf/create-and-deploy/best-practices.mdx +++ b/website/docs/cdktf/create-and-deploy/best-practices.mdx @@ -3,6 +3,9 @@ page_title: Best Practices - CDK for Terraform description: Build robust applications for production use cases. How to manage secrets, build constructs, design stacks, and more. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CDK for Terraform Best Practices There are many ways to structure your CDK for Terraform (CDKTF) application. The structure you choose depends largely on the best practices for your chosen programming language and your use case. However, we recommend using the following principles to build robust, production-ready applications. diff --git a/website/docs/cdktf/create-and-deploy/configuration-file.mdx b/website/docs/cdktf/create-and-deploy/configuration-file.mdx index 601a19697c..304ad19c34 100644 --- a/website/docs/cdktf/create-and-deploy/configuration-file.mdx +++ b/website/docs/cdktf/create-and-deploy/configuration-file.mdx @@ -5,6 +5,9 @@ description: >- providers and modules to use with your application. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Configuration File The `cdktf.json` file is where you can supply custom configuration settings for your application and define the [providers](/terraform/cdktf/concepts/providers) and [modules](/terraform/cdktf/concepts/modules) that you want to use. When you initialize a new CDK for Terraform project with a [built-in template](/terraform/cdktf/create-and-deploy/project-setup), the template generates a basic `cdktf.json` file in your root directory that you can customize for your application. Refer to the [Project Setup documentation](/terraform/cdktf/create-and-deploy/project-setup) for more information about initializing a new project. diff --git a/website/docs/cdktf/create-and-deploy/deployment-patterns.mdx b/website/docs/cdktf/create-and-deploy/deployment-patterns.mdx index dc8d8b51fd..2fd3e47dc0 100644 --- a/website/docs/cdktf/create-and-deploy/deployment-patterns.mdx +++ b/website/docs/cdktf/create-and-deploy/deployment-patterns.mdx @@ -4,6 +4,9 @@ description: >- Continuously deploy your applications with CDKTF. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Deployment Patterns You can configure your Continuous Integration/Continuous Deployment (CI/CD) environment to automatically deploy your CDKTF applications. This page explains different types of deployment patterns to help you choose the methods that are most appropriate for your use case. diff --git a/website/docs/cdktf/create-and-deploy/environment-variables.mdx b/website/docs/cdktf/create-and-deploy/environment-variables.mdx index 47a7997543..59467b8efc 100644 --- a/website/docs/cdktf/create-and-deploy/environment-variables.mdx +++ b/website/docs/cdktf/create-and-deploy/environment-variables.mdx @@ -5,6 +5,9 @@ description: >- behavior of CDKTF. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Environment Variables Use these environment variables to configure CDK for Terraform (CDKTF) behavior. diff --git a/website/docs/cdktf/create-and-deploy/hcp-terraform.mdx b/website/docs/cdktf/create-and-deploy/hcp-terraform.mdx index a0eddb34f9..09bab4e33d 100644 --- a/website/docs/cdktf/create-and-deploy/hcp-terraform.mdx +++ b/website/docs/cdktf/create-and-deploy/hcp-terraform.mdx @@ -4,6 +4,9 @@ description: >- Use HCP Terraform with CDKTF to store Terraform state remotely, manage secrets, apply policies, and more. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Connect to HCP Terraform / Terraform Enterprise This page explains how to connect HCP Terraform / Terraform Enterprise to your CDK for Terraform (CDKTF) application and the benefits of using these products together. diff --git a/website/docs/cdktf/create-and-deploy/performance.mdx b/website/docs/cdktf/create-and-deploy/performance.mdx index 068366c05b..ce16695cf9 100644 --- a/website/docs/cdktf/create-and-deploy/performance.mdx +++ b/website/docs/cdktf/create-and-deploy/performance.mdx @@ -3,6 +3,9 @@ page_title: Performance - CDK for Terraform description: The faster you can synthesize your CDKTF code, the faster you can deploy it. Learn how to optimize your CDK for Terraform performance. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Synthesization Performance The faster you can synthesize your CDKTF code, the faster you can deploy it. diff --git a/website/docs/cdktf/create-and-deploy/project-setup.mdx b/website/docs/cdktf/create-and-deploy/project-setup.mdx index e2fa4c5557..a26d06dedc 100644 --- a/website/docs/cdktf/create-and-deploy/project-setup.mdx +++ b/website/docs/cdktf/create-and-deploy/project-setup.mdx @@ -5,6 +5,9 @@ description: >- configure storage for Terraform state. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Project Setup There are several ways to create a new CDK for Terraform (CDKTF) project. You can create a new application from a pre-built or a custom template, and you can also convert an existing HCL project. When you create a new project, you can store Terraform state locally or use a [remote backend](/terraform/cdktf/concepts/remote-backends). This page discusses these setup options in more detail. diff --git a/website/docs/cdktf/create-and-deploy/remote-templates.mdx b/website/docs/cdktf/create-and-deploy/remote-templates.mdx index 58499ac5be..4e58470f89 100644 --- a/website/docs/cdktf/create-and-deploy/remote-templates.mdx +++ b/website/docs/cdktf/create-and-deploy/remote-templates.mdx @@ -5,6 +5,9 @@ description: >- create your own template. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Remote Templates When you set up a new project via `cdktf init`, you can supply one of the [built-in templates](https://github.com/hashicorp/terraform-cdk/tree/main/packages/%40cdktf/cli-core/templates) (e.g. `typescript` or `python`) or use a custom-built remote template. Templates scaffold a new CDK for Terraform (CDKTF) project, creating the necessary directories and files. diff --git a/website/docs/cdktf/develop-custom-constructs/construct-design.mdx b/website/docs/cdktf/develop-custom-constructs/construct-design.mdx index 51a31e43bb..004d22f90e 100644 --- a/website/docs/cdktf/develop-custom-constructs/construct-design.mdx +++ b/website/docs/cdktf/develop-custom-constructs/construct-design.mdx @@ -4,6 +4,9 @@ description: |- Write highly configurable construct classes that provide guidance for a wide range of use cases. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Construct Design Custom construct classes are reusable infrastructure configurations written in a programming language. diff --git a/website/docs/cdktf/develop-custom-constructs/publishing-and-distribution.mdx b/website/docs/cdktf/develop-custom-constructs/publishing-and-distribution.mdx index ba90c211b9..bdc82a939f 100644 --- a/website/docs/cdktf/develop-custom-constructs/publishing-and-distribution.mdx +++ b/website/docs/cdktf/develop-custom-constructs/publishing-and-distribution.mdx @@ -4,6 +4,9 @@ description: |- Translate custom constructs to multiple languages. Use the projen project to quickly package and distribute constructs to public or private registries. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Construct Publishing and Distribution Custom construct classes are reusable infrastructure configurations written in a programming language. After you [write a custom construct](/terraform/cdktf/develop-custom-constructs/construct-design), you can translate it to multiple languages and publish it for others to import and use in CDK for Terraform (CDKTF) applications. diff --git a/website/docs/cdktf/examples-and-guides/examples.mdx b/website/docs/cdktf/examples-and-guides/examples.mdx index 585f9f8b15..7deaad23c1 100644 --- a/website/docs/cdktf/examples-and-guides/examples.mdx +++ b/website/docs/cdktf/examples-and-guides/examples.mdx @@ -5,6 +5,9 @@ description: >- Typescript, Java, Python, C#, and Go. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Examples This page contains links to tutorials, example projects in every supported language, explanatory videos, and other resources to help you learn to create and manage CDK for Terraform (CDKTF) applications. diff --git a/website/docs/cdktf/examples-and-guides/refactoring.mdx b/website/docs/cdktf/examples-and-guides/refactoring.mdx index 5567df234c..06358a0c18 100644 --- a/website/docs/cdktf/examples-and-guides/refactoring.mdx +++ b/website/docs/cdktf/examples-and-guides/refactoring.mdx @@ -4,6 +4,9 @@ description: >- Refactor stacks as your CDKTF application grows in size and complexity. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Refactoring You may need to move resources between stacks as your CDK for Terraform (CDKTF) application grows in size and complexity. This guide demonstrates how to refactor your stacks. In general you can change the names of stacks freely without an effect on the synthesized code. If you change the name of a resource this might lead to a re-creation of the resource, especially if you move the resource from one stack to another. diff --git a/website/docs/cdktf/index.mdx b/website/docs/cdktf/index.mdx index b015b869a4..c0040bda7f 100644 --- a/website/docs/cdktf/index.mdx +++ b/website/docs/cdktf/index.mdx @@ -5,6 +5,9 @@ description: >- provision infrastructure. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # CDK for Terraform Cloud Development Kit for Terraform (CDKTF) allows you to use familiar programming languages to define and provision infrastructure. This gives you access to the entire Terraform ecosystem without learning HashiCorp Configuration Language (HCL) and lets you leverage the power of your existing toolchain for testing, dependency management, etc. diff --git a/website/docs/cdktf/release/index.mdx b/website/docs/cdktf/release/index.mdx index d259b6c53c..51fbce858e 100644 --- a/website/docs/cdktf/release/index.mdx +++ b/website/docs/cdktf/release/index.mdx @@ -4,6 +4,9 @@ description: >- We release CDK for Terraform regularly. Find a link to the changelog and upgrade guides. Use feature flags to enable new behaviors. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Releases We release CDK for Terraform (CDKTF) regularly. The [CHANGELOG on Github](https://github.com/hashicorp/terraform-cdk/blob/main/CHANGELOG.md) contains details about bug fixes, new features, and deprecations. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-10.mdx b/website/docs/cdktf/release/upgrade-guide-v0-10.mdx index 0131620303..64968146e5 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-10.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-10.mdx @@ -4,6 +4,9 @@ description: >- We changed how lists of computed attributes work to allow referencing the whole list --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.10 0.10 includes improvements to the provider code bindings, to allow referencing lists of computed attributes as a whole list instead of just individual items of that list. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-11.mdx b/website/docs/cdktf/release/upgrade-guide-v0-11.mdx index 5c16aa0ab2..c29de3c86b 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-11.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-11.mdx @@ -4,6 +4,9 @@ description: >- We changed how assignable list and map properties are accessed after resource construction --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.11 0.11 includes improvements to the provider code bindings, to allow referencing maps of computed attributes as a whole map instead of just individual items of that map. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-12.mdx b/website/docs/cdktf/release/upgrade-guide-v0-12.mdx index f9dab1d272..19da753b22 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-12.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-12.mdx @@ -4,6 +4,9 @@ description: >- We simplified recursive attribute types to have shorter names --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.12 0.12 includes improvements to the provider code bindings, allowing for shorter diff --git a/website/docs/cdktf/release/upgrade-guide-v0-13.mdx b/website/docs/cdktf/release/upgrade-guide-v0-13.mdx index aba8030581..409d4befcd 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-13.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-13.mdx @@ -4,6 +4,9 @@ description: >- Introducing namespaces for generated providers --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.13 0.13 includes performance improvements to generated providers. Instead of exporting a flat list of exports diff --git a/website/docs/cdktf/release/upgrade-guide-v0-15.mdx b/website/docs/cdktf/release/upgrade-guide-v0-15.mdx index e5291061ec..4653472e88 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-15.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-15.mdx @@ -4,6 +4,9 @@ description: >- Minimum version of Terraform increased to 1.2, some interfaces / classes renamed for C#, Java, and Go --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.15 0.15 is primarily focused around CLI improvements targeted at a better HCP Terraform integration. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-17.mdx b/website/docs/cdktf/release/upgrade-guide-v0-17.mdx index 73b5ff0ea3..718e3369d5 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-17.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-17.mdx @@ -4,6 +4,9 @@ description: >- Breaking changes to AWS Quicksight resources and removal of deprecated feature flags --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.17 0.17 is focused around fixing issues with the [AWS Quicksight](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_template) resources. We also removed the deprecated feature flags that were used to enable potentially breaking changes in previous releases. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-18.mdx b/website/docs/cdktf/release/upgrade-guide-v0-18.mdx index 767f010702..02d4f22a61 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-18.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-18.mdx @@ -4,6 +4,9 @@ description: >- Python performance improvements disable root-level provider imports --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.18 0.18 brings performance improvements to CDKTF along with improvements to the `convert` command. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-19.mdx b/website/docs/cdktf/release/upgrade-guide-v0-19.mdx index 80aa3f59b3..bbe476d04b 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-19.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-19.mdx @@ -4,6 +4,9 @@ description: >- Potential provider naming collision with new instance function `moveTo` --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.19 0.19 brings new workflows to import existing resources from cloud providers and refactor exisiting resources in your CDKTF project. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-6.mdx b/website/docs/cdktf/release/upgrade-guide-v0-6.mdx index e8be185cb6..03e697c012 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-6.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-6.mdx @@ -4,6 +4,9 @@ description: >- Version 0.6 uses constructs version 10. Understand the API changes and learn how to migrate your projects. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.6 CDK for Terraform version 0.6 uses [`constructs`](https://github.com/aws/constructs) version 10. If you are using more advanced APIs from the `constructs` library, refer to the [Constructs API Changes](#constructs-api-changes) section. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-7.mdx b/website/docs/cdktf/release/upgrade-guide-v0-7.mdx index 55509e8eda..720ed7752d 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-7.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-7.mdx @@ -4,6 +4,9 @@ description: >- Update your import statements for the AWS provider and learn to migrate your projects. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.7 Update your import statements for the AWS provider and learn to migrate your projects. diff --git a/website/docs/cdktf/release/upgrade-guide-v0-9.mdx b/website/docs/cdktf/release/upgrade-guide-v0-9.mdx index 0f25b1f4b7..1c2ff53724 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-9.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-9.mdx @@ -4,6 +4,9 @@ description: >- We changed some provider bindings to work better across all languages. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Upgrading to CDK for Terraform Version 0.9 0.9 includes improvements to some of our provider code bindings, to improve usage across all languages. diff --git a/website/docs/cdktf/telemetry.mdx b/website/docs/cdktf/telemetry.mdx index da3d2c4eff..e5ec23c89d 100644 --- a/website/docs/cdktf/telemetry.mdx +++ b/website/docs/cdktf/telemetry.mdx @@ -5,6 +5,9 @@ description: >- metrics. Using Checkpoint is optional. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Telemetry The [CDK for Terraform CLI](/terraform/cdktf/cli-reference/cli-configuration) interacts with a HashiCorp service called [Checkpoint](https://checkpoint.hashicorp.com) to report project metrics such as cdktf version, project language, provider name, platform name, and other details that help guide the project maintainers with feature and roadmap decisions. All HashiCorp projects, including Terraform Core, use Checkpoint. Read more about project metrics [in this issue](https://github.com/hashicorp/terraform-cdk/issues/325). diff --git a/website/docs/cdktf/test/debugging.mdx b/website/docs/cdktf/test/debugging.mdx index 755bf90f70..e0fcc3c89f 100644 --- a/website/docs/cdktf/test/debugging.mdx +++ b/website/docs/cdktf/test/debugging.mdx @@ -4,6 +4,9 @@ description: >- Turn on logging and troubleshoot problems in your CDKTF application. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Debugging To debug your CDKTF application, we recommend first turning on logging. Then, determine whether the issue occurs when your configuration is synthesized or when Terraform attempts to provision your infrastructure. diff --git a/website/docs/cdktf/test/unit-tests.mdx b/website/docs/cdktf/test/unit-tests.mdx index 380c26b127..c10e27f5f0 100644 --- a/website/docs/cdktf/test/unit-tests.mdx +++ b/website/docs/cdktf/test/unit-tests.mdx @@ -3,6 +3,9 @@ page_title: Unit Tests - CDK for Terraform description: Write assertions and snapshot tests for your CDK for Terraform application. --- +> [!IMPORTANT] +> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com. + # Unit Tests Testing your application can give you faster feedback cycles and guard you against unwanted changes. Testing is currently supported in Typescript with jest and compatible with any testing framework that supports assertions for all other languages. diff --git a/yarn.lock b/yarn.lock index 62fe469b94..595d01888e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5279,7 +5279,7 @@ fs-constants@^1.0.0: resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== -fs-extra@11.3.0, fs-extra@^11.2.0: +fs-extra@11.3.0, fs-extra@^11.2.0, fs-extra@^11.3.0: version "11.3.0" resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d" integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==