Skip to content

Commit

Permalink
cdktf: update documentation (#372)
Browse files Browse the repository at this point in the history
* cdktf: update data-sources/srv_record_set.md,data-sources/ptr_record_set.md,data-sources/ns_record_set.md,data-sources/mx_record_set.md,data-sources/cname_record_set.md,data-sources/aaaa_record_set.md,data-sources/a_record_set.md

* cdktf: update index.md,resources/txt_record_set.md,resources/srv_record_set.md,resources/ptr_record.md,resources/ns_record_set.md,resources/mx_record_set.md,resources/cname_record.md,resources/aaaa_record_set.md,resources/a_record_set.md,data-sources/txt_record_set.md
  • Loading branch information
team-tf-cdk authored Nov 8, 2023
1 parent a76fa44 commit 5b296ea
Show file tree
Hide file tree
Showing 34 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/a_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ class MyConvertedCode(TerraformStack):
- `addrs` (List of String) A list of IP addresses. IP addresses are always sorted to avoid constant changing plans.
- `id` (String) Always set to the host.

<!-- cache-key: cdktf-0.18.0 input-09a4ea93af57ab82ae2783bbb8cb9ae3c6be62f7d0a07c7813ff9ad94e5abd5d -->
<!-- cache-key: cdktf-0.19.0 input-09a4ea93af57ab82ae2783bbb8cb9ae3c6be62f7d0a07c7813ff9ad94e5abd5d -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/aaaa_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ class MyConvertedCode(TerraformStack):
- `addrs` (List of String) A list of IP addresses. IP addresses are always sorted to avoid constant changing plans.
- `id` (String) Always set to the host.

<!-- cache-key: cdktf-0.18.0 input-7db469a81767808aa5736fa2e189a7fb2686463358a86c8b28dc9ebdfbadcf5f -->
<!-- cache-key: cdktf-0.19.0 input-7db469a81767808aa5736fa2e189a7fb2686463358a86c8b28dc9ebdfbadcf5f -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/cname_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ class MyConvertedCode(TerraformStack):
- `cname` (String) A CNAME record associated with host.
- `id` (String) Always set to the host.

<!-- cache-key: cdktf-0.18.0 input-526988da4a181b740911573b2974cc2485ac9a74c080ade941094d59429fbc2f -->
<!-- cache-key: cdktf-0.19.0 input-526988da4a181b740911573b2974cc2485ac9a74c080ade941094d59429fbc2f -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/mx_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Read-Only:
- `exchange` (String)
- `preference` (Number)

<!-- cache-key: cdktf-0.18.0 input-9575c80f774c7f1c604fd43b54ccc2d9aa0c8d3674b276eeeb9bb3ac2deda6ce -->
<!-- cache-key: cdktf-0.19.0 input-9575c80f774c7f1c604fd43b54ccc2d9aa0c8d3674b276eeeb9bb3ac2deda6ce -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/ns_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ class MyConvertedCode(TerraformStack):
- `id` (String) Always set to the domain.
- `nameservers` (List of String) A list of nameservers. Nameservers are always sorted to avoid constant changing plans.

<!-- cache-key: cdktf-0.18.0 input-b7509d9bbecbb92b162ae5c4fe6b7c114b0bf8a6065f82ca109856718298889c -->
<!-- cache-key: cdktf-0.19.0 input-b7509d9bbecbb92b162ae5c4fe6b7c114b0bf8a6065f82ca109856718298889c -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/ptr_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ class MyConvertedCode(TerraformStack):
- `id` (String) Always set to the IP address.
- `ptr` (String) A PTR record associated with `ip_address`.

<!-- cache-key: cdktf-0.18.0 input-d6beeacda97f0da0a4355996a8bafb28efe96db4d1eb9c95620d3ef0e5956989 -->
<!-- cache-key: cdktf-0.19.0 input-d6beeacda97f0da0a4355996a8bafb28efe96db4d1eb9c95620d3ef0e5956989 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/srv_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Read-Only:
- `target` (String)
- `weight` (Number)

<!-- cache-key: cdktf-0.18.0 input-c6371097320f1bccbccc38d0a7d7f14ca64338962504c690e8b55f2780dca1df -->
<!-- cache-key: cdktf-0.19.0 input-c6371097320f1bccbccc38d0a7d7f14ca64338962504c690e8b55f2780dca1df -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/data-sources/txt_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ class MyConvertedCode(TerraformStack):
- `record` (String) The first TXT record.
- `records` (List of String) A list of TXT records.

<!-- cache-key: cdktf-0.18.0 input-8ebca9ff92670e4d1ca03b0569ba41f2cb5c998974060d2b56fd02d99791546f -->
<!-- cache-key: cdktf-0.19.0 input-8ebca9ff92670e4d1ca03b0569ba41f2cb5c998974060d2b56fd02d99791546f -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ Optional:
- `realm` (String) The Kerberos realm or Active Directory domain. Value can also be sourced from the DNS_UPDATE_REALM environment variable.
- `username` (String) The name of the user to authenticate as. If not set the current user session will be used. Value can also be sourced from the DNS_UPDATE_USERNAME environment variable.

<!-- cache-key: cdktf-0.18.0 input-e9d4e9807f8ef1b1caf1a5ca0e0557f8226dc5a8c0c28ed2ac43d324ea610807 -->
<!-- cache-key: cdktf-0.19.0 input-e9d4e9807f8ef1b1caf1a5ca0e0557f8226dc5a8c0c28ed2ac43d324ea610807 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/a_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Import is supported using the following syntax:
terraform import dns_a_record_set.www www.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-aefdcf0febd806b3fd7b613871a56b7d43cc2b893062b5e36090321e3e592b15 -->
<!-- cache-key: cdktf-0.19.0 input-aefdcf0febd806b3fd7b613871a56b7d43cc2b893062b5e36090321e3e592b15 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/aaaa_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Import is supported using the following syntax:
terraform import dns_aaaa_record_set.www www.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-e351b2d651318b36501b9a8c9b38822b78f62300c58176c5eda249596aa9dc53 -->
<!-- cache-key: cdktf-0.19.0 input-e351b2d651318b36501b9a8c9b38822b78f62300c58176c5eda249596aa9dc53 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/cname_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Import is supported using the following syntax:
terraform import dns_cname_record.foo foo.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-94fad5b5fba9781dec461d2e21acefc4daf14ee6fd3cb2ed6a6e1187bf94dc26 -->
<!-- cache-key: cdktf-0.19.0 input-94fad5b5fba9781dec461d2e21acefc4daf14ee6fd3cb2ed6a6e1187bf94dc26 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/mx_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ Import is supported using the following syntax:
terraform import dns_mx_record_set.mx example.com.
```

<!-- cache-key: cdktf-0.18.0 input-f2608c358a76e252c759888c773fdc9f05b846e571320baecefc4409cb20978e -->
<!-- cache-key: cdktf-0.19.0 input-f2608c358a76e252c759888c773fdc9f05b846e571320baecefc4409cb20978e -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/ns_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Import is supported using the following syntax:
terraform import dns_ns_record_set.www www.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-fad0da20df2be2ff4f065f1ad567de21e716a39115ff97f7ef2f895a01688223 -->
<!-- cache-key: cdktf-0.19.0 input-fad0da20df2be2ff4f065f1ad567de21e716a39115ff97f7ef2f895a01688223 -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/ptr_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Import is supported using the following syntax:
terraform import dns_ptr_record.dns-sd r._dns-sd.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-743f4ec84754c850a3f6d6afd7a39ee5662b7c41485e67365180c6a52169d75e -->
<!-- cache-key: cdktf-0.19.0 input-743f4ec84754c850a3f6d6afd7a39ee5662b7c41485e67365180c6a52169d75e -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/srv_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Import is supported using the following syntax:
terraform import dns_srv_record_set.sip _sip._tcp.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-22ffe02ab7ba511864fe0c2492c236018c65bf3034091ec468a954e13d60b83f -->
<!-- cache-key: cdktf-0.19.0 input-22ffe02ab7ba511864fe0c2492c236018c65bf3034091ec468a954e13d60b83f -->
2 changes: 1 addition & 1 deletion docs/cdktf/python/resources/txt_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Import is supported using the following syntax:
terraform import dns_txt_record_set.example example.com.
```

<!-- cache-key: cdktf-0.18.0 input-3ae29c3c376307a7cc9bf659cc5e8d598d659608764611a985ec4b6f86679821 -->
<!-- cache-key: cdktf-0.19.0 input-3ae29c3c376307a7cc9bf659cc5e8d598d659608764611a985ec4b6f86679821 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/a_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ class MyConvertedCode extends TerraformStack {
- `addrs` (List of String) A list of IP addresses. IP addresses are always sorted to avoid constant changing plans.
- `id` (String) Always set to the host.

<!-- cache-key: cdktf-0.18.0 input-09a4ea93af57ab82ae2783bbb8cb9ae3c6be62f7d0a07c7813ff9ad94e5abd5d -->
<!-- cache-key: cdktf-0.19.0 input-09a4ea93af57ab82ae2783bbb8cb9ae3c6be62f7d0a07c7813ff9ad94e5abd5d -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/aaaa_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ class MyConvertedCode extends TerraformStack {
- `addrs` (List of String) A list of IP addresses. IP addresses are always sorted to avoid constant changing plans.
- `id` (String) Always set to the host.

<!-- cache-key: cdktf-0.18.0 input-7db469a81767808aa5736fa2e189a7fb2686463358a86c8b28dc9ebdfbadcf5f -->
<!-- cache-key: cdktf-0.19.0 input-7db469a81767808aa5736fa2e189a7fb2686463358a86c8b28dc9ebdfbadcf5f -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/cname_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ class MyConvertedCode extends TerraformStack {
- `cname` (String) A CNAME record associated with host.
- `id` (String) Always set to the host.

<!-- cache-key: cdktf-0.18.0 input-526988da4a181b740911573b2974cc2485ac9a74c080ade941094d59429fbc2f -->
<!-- cache-key: cdktf-0.19.0 input-526988da4a181b740911573b2974cc2485ac9a74c080ade941094d59429fbc2f -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/mx_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Read-Only:
- `exchange` (String)
- `preference` (Number)

<!-- cache-key: cdktf-0.18.0 input-9575c80f774c7f1c604fd43b54ccc2d9aa0c8d3674b276eeeb9bb3ac2deda6ce -->
<!-- cache-key: cdktf-0.19.0 input-9575c80f774c7f1c604fd43b54ccc2d9aa0c8d3674b276eeeb9bb3ac2deda6ce -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/ns_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ class MyConvertedCode extends TerraformStack {
- `id` (String) Always set to the domain.
- `nameservers` (List of String) A list of nameservers. Nameservers are always sorted to avoid constant changing plans.

<!-- cache-key: cdktf-0.18.0 input-b7509d9bbecbb92b162ae5c4fe6b7c114b0bf8a6065f82ca109856718298889c -->
<!-- cache-key: cdktf-0.19.0 input-b7509d9bbecbb92b162ae5c4fe6b7c114b0bf8a6065f82ca109856718298889c -->
4 changes: 2 additions & 2 deletions docs/cdktf/typescript/data-sources/ptr_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ class MyConvertedCode extends TerraformStack {
### Read-Only

- `id` (String) Always set to the IP address.
- `ptr` (String) A PTR record associated with `ipAddress`.
- `ptr` (String) A PTR record associated with `ip_address`.

<!-- cache-key: cdktf-0.18.0 input-d6beeacda97f0da0a4355996a8bafb28efe96db4d1eb9c95620d3ef0e5956989 -->
<!-- cache-key: cdktf-0.19.0 input-d6beeacda97f0da0a4355996a8bafb28efe96db4d1eb9c95620d3ef0e5956989 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/srv_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Read-Only:
- `target` (String)
- `weight` (Number)

<!-- cache-key: cdktf-0.18.0 input-c6371097320f1bccbccc38d0a7d7f14ca64338962504c690e8b55f2780dca1df -->
<!-- cache-key: cdktf-0.19.0 input-c6371097320f1bccbccc38d0a7d7f14ca64338962504c690e8b55f2780dca1df -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/data-sources/txt_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ class MyConvertedCode extends TerraformStack {
- `record` (String) The first TXT record.
- `records` (List of String) A list of TXT records.

<!-- cache-key: cdktf-0.18.0 input-8ebca9ff92670e4d1ca03b0569ba41f2cb5c998974060d2b56fd02d99791546f -->
<!-- cache-key: cdktf-0.19.0 input-8ebca9ff92670e4d1ca03b0569ba41f2cb5c998974060d2b56fd02d99791546f -->
10 changes: 5 additions & 5 deletions docs/cdktf/typescript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ class MyConvertedCode extends TerraformStack {

Optional:

- `gssapi` (Block List) A `gssapi` block. Only one `gssapi` block may be in the configuration. Conflicts with use of `keyName`, `keyAlgorithm` and `keySecret`. (see [below for nested schema](#nestedblock--update--gssapi))
- `keyAlgorithm` (String) Required if `keyName` is set. When using TSIG authentication, the algorithm to use for HMAC. Valid values are `hmacMd5`, `hmacSha1`, `hmacSha256` or `hmacSha512`. Value can also be sourced from the DNS_UPDATE_KEYALGORITHM environment variable.
- `gssapi` (Block List) A `gssapi` block. Only one `gssapi` block may be in the configuration. Conflicts with use of `key_name`, `key_algorithm` and `key_secret`. (see [below for nested schema](#nestedblock--update--gssapi))
- `keyAlgorithm` (String) Required if `key_name` is set. When using TSIG authentication, the algorithm to use for HMAC. Valid values are `hmac-md5`, `hmac-sha1`, `hmac-sha256` or `hmac-sha512`. Value can also be sourced from the DNS_UPDATE_KEYALGORITHM environment variable.
- `keyName` (String) The name of the TSIG key used to sign the DNS update messages. Value can also be sourced from the DNS_UPDATE_KEYNAME environment variable.
- `keySecret` (String) Required if `keyName` is set
- `keySecret` (String) Required if `key_name` is set
A Base64-encoded string containing the shared secret to be used for TSIG. Value can also be sourced from the DNS_UPDATE_KEYSECRET environment variable.
- `port` (Number) The target UDP port on the server where updates are sent to. Defaults to `53`. Value can also be sourced from the DNS_UPDATE_PORT environment variable.
- `retries` (Number) How many times to retry on connection timeout. Defaults to `3`. Value can also be sourced from the DNS_UPDATE_RETRIES environment variable.
- `server` (String) The hostname or IP address of the DNS server to send updates to. Value can also be sourced from the DNS_UPDATE_SERVER environment variable.
- `timeout` (String) Timeout for DNS queries. Valid values are durations expressed as `500Ms`, etc. or a plain number which is treated as whole seconds. Value can also be sourced from the DNS_UPDATE_TIMEOUT environment variable.
- `timeout` (String) Timeout for DNS queries. Valid values are durations expressed as `500ms`, etc. or a plain number which is treated as whole seconds. Value can also be sourced from the DNS_UPDATE_TIMEOUT environment variable.
- `transport` (String) Transport to use for DNS queries. Valid values are `udp`, `udp4`, `udp6`, `tcp`, `tcp4`, or `tcp6`. Any UDP transport will retry automatically with the equivalent TCP transport in the event of a truncated response. Defaults to `udp`. Value can also be sourced from the DNS_UPDATE_TRANSPORT environment variable.

<a id="nestedblock--update--gssapi"></a>
Expand All @@ -127,4 +127,4 @@ Optional:
- `realm` (String) The Kerberos realm or Active Directory domain. Value can also be sourced from the DNS_UPDATE_REALM environment variable.
- `username` (String) The name of the user to authenticate as. If not set the current user session will be used. Value can also be sourced from the DNS_UPDATE_USERNAME environment variable.

<!-- cache-key: cdktf-0.18.0 input-e9d4e9807f8ef1b1caf1a5ca0e0557f8226dc5a8c0c28ed2ac43d324ea610807 -->
<!-- cache-key: cdktf-0.19.0 input-e9d4e9807f8ef1b1caf1a5ca0e0557f8226dc5a8c0c28ed2ac43d324ea610807 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/a_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Import is supported using the following syntax:
terraform import dns_a_record_set.www www.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-aefdcf0febd806b3fd7b613871a56b7d43cc2b893062b5e36090321e3e592b15 -->
<!-- cache-key: cdktf-0.19.0 input-aefdcf0febd806b3fd7b613871a56b7d43cc2b893062b5e36090321e3e592b15 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/aaaa_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Import is supported using the following syntax:
terraform import dns_aaaa_record_set.www www.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-e351b2d651318b36501b9a8c9b38822b78f62300c58176c5eda249596aa9dc53 -->
<!-- cache-key: cdktf-0.19.0 input-e351b2d651318b36501b9a8c9b38822b78f62300c58176c5eda249596aa9dc53 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/cname_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Import is supported using the following syntax:
terraform import dns_cname_record.foo foo.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-94fad5b5fba9781dec461d2e21acefc4daf14ee6fd3cb2ed6a6e1187bf94dc26 -->
<!-- cache-key: cdktf-0.19.0 input-94fad5b5fba9781dec461d2e21acefc4daf14ee6fd3cb2ed6a6e1187bf94dc26 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/mx_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ Import is supported using the following syntax:
terraform import dns_mx_record_set.mx example.com.
```

<!-- cache-key: cdktf-0.18.0 input-f2608c358a76e252c759888c773fdc9f05b846e571320baecefc4409cb20978e -->
<!-- cache-key: cdktf-0.19.0 input-f2608c358a76e252c759888c773fdc9f05b846e571320baecefc4409cb20978e -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/ns_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Import is supported using the following syntax:
terraform import dns_ns_record_set.www www.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-fad0da20df2be2ff4f065f1ad567de21e716a39115ff97f7ef2f895a01688223 -->
<!-- cache-key: cdktf-0.19.0 input-fad0da20df2be2ff4f065f1ad567de21e716a39115ff97f7ef2f895a01688223 -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/ptr_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Import is supported using the following syntax:
terraform import dns_ptr_record.dns-sd r._dns-sd.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-743f4ec84754c850a3f6d6afd7a39ee5662b7c41485e67365180c6a52169d75e -->
<!-- cache-key: cdktf-0.19.0 input-743f4ec84754c850a3f6d6afd7a39ee5662b7c41485e67365180c6a52169d75e -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/srv_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ Import is supported using the following syntax:
terraform import dns_srv_record_set.sip _sip._tcp.example.com.
```

<!-- cache-key: cdktf-0.18.0 input-22ffe02ab7ba511864fe0c2492c236018c65bf3034091ec468a954e13d60b83f -->
<!-- cache-key: cdktf-0.19.0 input-22ffe02ab7ba511864fe0c2492c236018c65bf3034091ec468a954e13d60b83f -->
2 changes: 1 addition & 1 deletion docs/cdktf/typescript/resources/txt_record_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Import is supported using the following syntax:
terraform import dns_txt_record_set.example example.com.
```

<!-- cache-key: cdktf-0.18.0 input-3ae29c3c376307a7cc9bf659cc5e8d598d659608764611a985ec4b6f86679821 -->
<!-- cache-key: cdktf-0.19.0 input-3ae29c3c376307a7cc9bf659cc5e8d598d659608764611a985ec4b6f86679821 -->

0 comments on commit 5b296ea

Please sign in to comment.