From 26655a5be36f47c04e5becca3fd6628f243dfd77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Martius?= Date: Thu, 10 Mar 2022 17:08:17 +0100 Subject: [PATCH] Update README.md Co-authored-by: Tiago Cesar Katcipis Update README.tfdoc.hcl Co-authored-by: Tiago Cesar Katcipis --- README.md | 2 +- README.tfdoc.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 370135b..efdcc38 100644 --- a/README.md +++ b/README.md @@ -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 `[]`. diff --git a/README.tfdoc.hcl b/README.tfdoc.hcl index bac8c0b..63722f0 100644 --- a/README.tfdoc.hcl +++ b/README.tfdoc.hcl @@ -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" {