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
Can also be type `list(string)`. Create and manage branches within your repository.
427
+
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 `name` argument being set to the `string`. `object` details are explained below.
430
429
431
430
Default is `[]`.
432
431
@@ -892,7 +891,7 @@ The following attributes are exported by the module:
Copy file name to clipboardExpand all lines: README.tfdoc.hcl
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -539,9 +539,8 @@ section {
539
539
type=list(branch)
540
540
default=[]
541
541
description=<<-END
542
-
Can also be type `list(string)`. Create and manage branches within your repository.
542
+
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 `name` argument being set to the `string`. `object` details are explained below.
545
544
END
546
545
547
546
attribute"name" {
@@ -563,7 +562,7 @@ section {
563
562
type=bool
564
563
default=true
565
564
description=<<-END
566
-
The commit hash to start from. Defaults to the tip of `source_branch`. If provided, `source_branch` is ignored.
565
+
The commit hash to start from. Defaults to the tip of `source_branch`. If provided, `source_branch` is ignored.
0 commit comments