From 2e4378858433dd433beb5d9d8b02a83066f7b6e1 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Tue, 30 Apr 2024 16:23:59 +0000 Subject: [PATCH] heading --- github-upload-public-key/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-upload-public-key/README.md b/github-upload-public-key/README.md index 4317e02..1a63d05 100644 --- a/github-upload-public-key/README.md +++ b/github-upload-public-key/README.md @@ -11,6 +11,8 @@ tags: [helper, git] Templates that utilize Github External Auth can automatically ensure that the Coder public key is uploaded to Github so that users can clone repositories without needing to upload the public key themselves. +# Example + ```tf module "github-upload-public-key" { source = "registry.coder.com/modules/github-upload-public-key/coder"