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
feat(tobiasehlert): Add support for is alphanumeric in autolink reference (#16)
Add support for is_alphanumeric in autolink_reference with default being
true
Implements
mineiros-io#156
---------
Co-authored-by: Tobias Lindberg <tobias.ehlert@gmail.com>
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
@@ -139,7 +139,7 @@ See [variables.tf] and [examples/] for details and use-cases.
139
139
| <aname="input_archive_on_destroy"></a> [archive\_on\_destroy](#input\_archive\_on\_destroy)| (Optional) Set to `false` to not archive the repository instead of deleting on destroy. |`string`|`true`| no |
140
140
| <aname="input_archived"></a> [archived](#input\_archived)| (Optional) Specifies if the repository should be archived. (Default: false) |`bool`|`false`| no |
141
141
| <aname="input_auto_init"></a> [auto\_init](#input\_auto\_init)| (Optional) Wether or not to produce an initial commit in the repository. (Default: true) |`bool`|`null`| no |
| <aname="input_branch_protections_v3"></a> [branch\_protections\_v3](#input\_branch\_protections\_v3)| (Optional) A list of branch protections to apply to the repository. Default is [] unless branch\_protections is set. |`any`|`[]`| no |
144
144
| <aname="input_branch_protections_v4"></a> [branch\_protections\_v4](#input\_branch\_protections\_v4)| (Optional) A list of v4 branch protections to apply to the repository. Default is []. |`any`|`[]`| no |
145
145
| <aname="input_branches"></a> [branches](#input\_branches)| (Optional) A list of branches to be created in this repository. |`any`|`[]`| no |
0 commit comments