Skip to content

Commit 10cdbd0

Browse files
zdmytrivZinovii Dmytriv
andauthored
Fixed non-html tags that fails rendering on docusaurus (cloudposse/terraform-aws-components#546)
Co-authored-by: Zinovii Dmytriv <[email protected]>
1 parent d7b0712 commit 10cdbd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ components:
133133
| <a name="input_tags"></a> [tags](#input\_tags) | Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. | `map(string)` | `{}` | no |
134134
| <a name="input_tenant"></a> [tenant](#input\_tenant) | ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for | `string` | `null` | no |
135135
| <a name="input_timeout"></a> [timeout](#input\_timeout) | Time in seconds to wait for any individual kubernetes operation (like Jobs for hooks). Defaults to `300` seconds | `number` | `null` | no |
136-
| <a name="input_txt_prefix"></a> [txt\_prefix](#input\_txt\_prefix) | Prefix to create a TXT record with a name following the pattern prefix.<CNAME record>. | `string` | `"external-dns"` | no |
136+
| <a name="input_txt_prefix"></a> [txt\_prefix](#input\_txt\_prefix) | Prefix to create a TXT record with a name following the pattern prefix.`<CNAME record>`. | `string` | `"external-dns"` | no |
137137
| <a name="input_wait"></a> [wait](#input\_wait) | Will wait until all resources are in a ready state before marking the release as successful. It will wait for as long as `timeout`. Defaults to `true`. | `bool` | `null` | no |
138138

139139
## Outputs

src/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ variable "chart_values" {
9999
variable "txt_prefix" {
100100
type = string
101101
default = "external-dns"
102-
description = "Prefix to create a TXT record with a name following the pattern prefix.<CNAME record>."
102+
description = "Prefix to create a TXT record with a name following the pattern prefix.`<CNAME record>`."
103103
}
104104

105105
variable "crd_enabled" {

0 commit comments

Comments
 (0)