File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -844,13 +844,11 @@ This is due to some terraform limitation and we will update the module once terr
844844
845845 - [ ** ` key_prefix ` ** ] ( #attr-autolink_references-key_prefix ) : * (** Required** ` string ` )* <a name =" attr-autolink_references-key_prefix " ></a >
846846
847- The key prefix of the autolink reference .
847+ This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit .
848848
849- - [ ** ` target_url_template ` ** ] ( #attr-autolink_references-target_url_template ) : * (Optional ` string ` )* <a name =" attr-autolink_references-target_url_template " ></a >
849+ - [ ** ` target_url_template ` ** ] ( #attr-autolink_references-target_url_template ) : * (** Required ** ` string ` )* <a name =" attr-autolink_references-target_url_template " ></a >
850850
851- The target url template of the autolink reference.
852-
853- Default is ` "" ` .
851+ The template of the target URL used for the links; must be a valid URL and contain ` <num> ` for the reference number.
854852
855853### Module Configuration
856854
Original file line number Diff line number Diff line change @@ -1096,15 +1096,15 @@ section {
10961096 required = true
10971097 type = string
10981098 description = <<- END
1099- The key prefix of the autolink reference .
1099+ This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit .
11001100 END
11011101 }
11021102
11031103 attribute "target_url_template" {
1104+ required = true
11041105 type = string
1105- default = " "
11061106 description = <<- END
1107- The target url template of the autolink reference.
1107+ The template of the target URL used for the links; must be a valid URL and contain `<num>` for the reference number .
11081108 END
11091109 }
11101110 }
You can’t perform that action at this time.
0 commit comments