You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can also be type `string`. Specifies deploy keys and access-level of deploy keys used in this repository.
423
+
Can also be type `list(string)`. Specifies deploy keys and access-level of deploy keys used in this repository.
424
424
Every `string` in the list will be converted internally into the `object` representation with the `key` argument being set to the `string`. `object` details are explained below.
Copy file name to clipboardExpand all lines: README.tfdoc.hcl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -536,7 +536,7 @@ section {
536
536
type=list(deploy_key)
537
537
default=[]
538
538
description=<<-END
539
-
Can also be type `string`. Specifies deploy keys and access-level of deploy keys used in this repository.
539
+
Can also be type `list(string)`. Specifies deploy keys and access-level of deploy keys used in this repository.
540
540
Every `string` in the list will be converted internally into the `object` representation with the `key` argument being set to the `string`. `object` details are explained below.
0 commit comments