Skip to content

Commit c152305

Browse files
committed
docs: correct alternative type for deploy_keys
1 parent b7d24fb commit c152305

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Set correct alternative type for `deploy_keys` in README
13+
1014
## [0.14.0]
1115

1216
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ This is due to some terraform limitation and we will update the module once terr
420420

421421
- [**`deploy_keys`**](#var-deploy_keys): *(Optional `list(deploy_key)`)*<a name="var-deploy_keys"></a>
422422

423-
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.
424424
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.
425425

426426
Default is `[]`.

README.tfdoc.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ section {
536536
type = list(deploy_key)
537537
default = []
538538
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.
540540
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.
541541
END
542542

0 commit comments

Comments
 (0)