Skip to content

Commit 7110630

Browse files
committed
sample: implement deploy key (#29)
1 parent 9472c95 commit 7110630

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

provision/generators/README.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,11 @@ usage: |-
8686
name = "repository-example-with-key"
8787
description = "github repository for repository"
8888
visibility = "public"
89-
key = "/usr/etc/key/user.pub"
90-
read_only = false
89+
deploy_keys = [{
90+
title = "user key"
91+
key = "/usr/etc/key/user.pub"
92+
read_only = false
93+
}]
9194
}
9295
9396
module "main_with_secrets" {

0 commit comments

Comments
 (0)