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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -426,7 +426,7 @@ This is due to some terraform limitation and we will update the module once terr
426
426
427
427
Can also be type `list(string)`. Create and manage branches within your repository.
428
428
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.
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
@@ -541,7 +541,7 @@ section {
541
541
description=<<-END
542
542
Can also be type `list(string)`. Create and manage branches within your repository.
543
543
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.
0 commit comments