From cabdb0baa236faffeabd2a5c392ce6bbb814572e Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Fri, 15 Oct 2021 22:44:03 +0200 Subject: [PATCH] fix(docs): fix typo in remote templates docs --- website/docs/cdktf/create-and-deploy/remote-templates.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cdktf/create-and-deploy/remote-templates.html.md b/website/docs/cdktf/create-and-deploy/remote-templates.html.md index 74b1a2e04f..56db08906a 100644 --- a/website/docs/cdktf/create-and-deploy/remote-templates.html.md +++ b/website/docs/cdktf/create-and-deploy/remote-templates.html.md @@ -64,7 +64,7 @@ You can also set the environment variable `CDKTF_LOG_LEVEL` to `debug` before in You can host your remote template anywhere, as long as it is formatted as a zip archive. GitHub allows users to fetch the repository contents as zip archive, so you do not have to create one manually. You can only specify urls to zip archives, so only url-based authentication mechanisms are supported. If you need support for private packages, please [file an issue](https://github.com/hashicorp/terraform-cdk/issues/new?labels=enhancement%2C+new&template=feature-request.md). -Below is an example the main branch for a remote template GitHub repository. +Below is an example for the `main` branch for a remote template GitHub repository. `https://github.com///archive/refs/heads/main.zip`