Skip to content

Commit 26655a5

Browse files
Update README.md
Co-authored-by: Tiago Cesar Katcipis <tiagokatcipis@gmail.com> Update README.tfdoc.hcl Co-authored-by: Tiago Cesar Katcipis <tiagokatcipis@gmail.com>
1 parent 7e0400f commit 26655a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

427427
Can also be type `list(string)`. Create and manage branches within your repository.
428428
Additional constraints can be applied to ensure your branch is created from another branch or commit.
429-
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.
429+
Every `string` in the list will be converted internally into the `object` representation with the `name` argument being set to the `string`. `object` details are explained below.
430430

431431
Default is `[]`.
432432

README.tfdoc.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ section {
541541
description = <<-END
542542
Can also be type `list(string)`. Create and manage branches within your repository.
543543
Additional constraints can be applied to ensure your branch is created from another branch or commit.
544-
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.
544+
Every `string` in the list will be converted internally into the `object` representation with the `name` argument being set to the `string`. `object` details are explained below.
545545
END
546546

547547
attribute "name" {

0 commit comments

Comments
 (0)