File tree 2 files changed +6
-8
lines changed
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
844
844
845
845
- [ ** ` key_prefix ` ** ] ( #attr-autolink_references-key_prefix ) : * (** Required** ` string ` )* <a name =" attr-autolink_references-key_prefix " ></a >
846
846
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 .
848
848
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 >
850
850
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.
854
852
855
853
### Module Configuration
856
854
Original file line number Diff line number Diff line change @@ -1096,15 +1096,15 @@ section {
1096
1096
required = true
1097
1097
type = string
1098
1098
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 .
1100
1100
END
1101
1101
}
1102
1102
1103
1103
attribute "target_url_template" {
1104
+ required = true
1104
1105
type = string
1105
- default = " "
1106
1106
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 .
1108
1108
END
1109
1109
}
1110
1110
}
You can’t perform that action at this time.
0 commit comments