Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tiago Cesar Katcipis <[email protected]>

Update README.tfdoc.hcl

Co-authored-by: Tiago Cesar Katcipis <[email protected]>
  • Loading branch information
soerenmartius and katcipis committed Mar 10, 2022
1 parent 7e0400f commit 26655a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ This is due to some terraform limitation and we will update the module once terr

Can also be type `list(string)`. Create and manage branches within your repository.
Additional constraints can be applied to ensure your branch is created from another branch or commit.
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.
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.

Default is `[]`.

Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ section {
description = <<-END
Can also be type `list(string)`. Create and manage branches within your repository.
Additional constraints can be applied to ensure your branch is created from another branch or commit.
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.
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.
END

attribute "name" {
Expand Down

0 comments on commit 26655a5

Please sign in to comment.