@cdktn/provider-dns 12.0.0 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/.jsii +143 -136
  2. package/README.md +3 -3
  3. package/lib/a-record-set/index.d.ts +8 -8
  4. package/lib/a-record-set/index.js +6 -6
  5. package/lib/aaaa-record-set/index.d.ts +8 -8
  6. package/lib/aaaa-record-set/index.js +6 -6
  7. package/lib/cname-record/index.d.ts +7 -7
  8. package/lib/cname-record/index.js +6 -6
  9. package/lib/data-dns-a-record-set/index.d.ts +4 -4
  10. package/lib/data-dns-a-record-set/index.js +6 -6
  11. package/lib/data-dns-aaaa-record-set/index.d.ts +4 -4
  12. package/lib/data-dns-aaaa-record-set/index.js +6 -6
  13. package/lib/data-dns-cname-record-set/index.d.ts +4 -4
  14. package/lib/data-dns-cname-record-set/index.js +6 -6
  15. package/lib/data-dns-mx-record-set/index.d.ts +4 -4
  16. package/lib/data-dns-mx-record-set/index.js +8 -8
  17. package/lib/data-dns-ns-record-set/index.d.ts +4 -4
  18. package/lib/data-dns-ns-record-set/index.js +6 -6
  19. package/lib/data-dns-ptr-record-set/index.d.ts +4 -4
  20. package/lib/data-dns-ptr-record-set/index.js +6 -6
  21. package/lib/data-dns-srv-record-set/index.d.ts +4 -4
  22. package/lib/data-dns-srv-record-set/index.js +8 -8
  23. package/lib/data-dns-txt-record-set/index.d.ts +4 -4
  24. package/lib/data-dns-txt-record-set/index.js +6 -6
  25. package/lib/mx-record-set/index.d.ts +9 -9
  26. package/lib/mx-record-set/index.js +8 -8
  27. package/lib/ns-record-set/index.d.ts +7 -7
  28. package/lib/ns-record-set/index.js +6 -6
  29. package/lib/provider/index.d.ts +19 -19
  30. package/lib/provider/index.js +6 -6
  31. package/lib/ptr-record/index.d.ts +7 -7
  32. package/lib/ptr-record/index.js +6 -6
  33. package/lib/srv-record-set/index.d.ts +11 -11
  34. package/lib/srv-record-set/index.js +8 -8
  35. package/lib/txt-record-set/index.d.ts +7 -7
  36. package/lib/txt-record-set/index.js +6 -6
  37. package/package.json +12 -4
package/.jsii CHANGED
@@ -72,7 +72,7 @@
72
72
  "stability": "stable"
73
73
  },
74
74
  "homepage": "https://github.com/cdktn-io/cdktn-provider-dns.git",
75
- "jsiiVersion": "5.9.39 (build cdf85b4)",
75
+ "jsiiVersion": "5.9.40 (build 8be98bb)",
76
76
  "keywords": [
77
77
  "cdk",
78
78
  "cdk-terrain",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "name": "@cdktn/provider-dns",
96
96
  "readme": {
97
- "markdown": "\n# CDKTN prebuilt bindings for hashicorp/dns provider version 3.5.0\n\nThis repo builds and publishes the [Terraform dns provider](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs) bindings for [CDK Terrain](https://cdktn.io).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-dns](https://www.npmjs.com/package/@cdktn/provider-dns).\n\n`npm install @cdktn/provider-dns`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-dns](https://pypi.org/project/cdktn-provider-dns).\n\n`pipenv install cdktn-provider-dns`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Dns](https://www.nuget.org/packages/Io.Cdktn.Providers.Dns).\n\n`dotnet add package Io.Cdktn.Providers.Dns`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-dns](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-dns).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-dns</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-dns-go`](https://github.com/cdktn-io/cdktn-provider-dns-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-dns-go/dns/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-dns-go/blob/main/dns/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-dns).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform dns provider version 1:1. In fact, it always tracks `latest` of `~> 3.2` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdktn.io/docs/concepts/providers#import-providers).\n\nThese are the upstream dependencies:\n\n- [CDK Terrain](https://cdktn.io) - Last official release\n- [Terraform dns provider](https://registry.terraform.io/providers/hashicorp/dns/3.5.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
97
+ "markdown": "\n# CDKTN prebuilt bindings for hashicorp/dns provider version 3.6.0\n\nThis repo builds and publishes the [Terraform dns provider](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs) bindings for [CDK Terrain](https://cdktn.io).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-dns](https://www.npmjs.com/package/@cdktn/provider-dns).\n\n`npm install @cdktn/provider-dns`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-dns](https://pypi.org/project/cdktn-provider-dns).\n\n`pipenv install cdktn-provider-dns`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Dns](https://www.nuget.org/packages/Io.Cdktn.Providers.Dns).\n\n`dotnet add package Io.Cdktn.Providers.Dns`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-dns](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-dns).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-dns</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-dns-go`](https://github.com/cdktn-io/cdktn-provider-dns-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-dns-go/dns/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-dns-go/blob/main/dns/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-dns).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform dns provider version 1:1. In fact, it always tracks `latest` of `~> 3.2` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdktn.io/docs/concepts/providers#import-providers).\n\nThese are the upstream dependencies:\n\n- [CDK Terrain](https://cdktn.io) - Last official release\n- [Terraform dns provider](https://registry.terraform.io/providers/hashicorp/dns/3.6.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
98
98
  },
99
99
  "repository": {
100
100
  "type": "git",
@@ -108,7 +108,7 @@
108
108
  "line": 7
109
109
  },
110
110
  "readme": {
111
- "markdown": "# `dns_a_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_a_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set).\n"
111
+ "markdown": "# `dns_a_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_a_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set).\n"
112
112
  },
113
113
  "symbolId": "src/a-record-set/index:"
114
114
  },
@@ -118,7 +118,7 @@
118
118
  "line": 8
119
119
  },
120
120
  "readme": {
121
- "markdown": "# `dns_aaaa_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_aaaa_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set).\n"
121
+ "markdown": "# `dns_aaaa_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_aaaa_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set).\n"
122
122
  },
123
123
  "symbolId": "src/aaaa-record-set/index:"
124
124
  },
@@ -128,7 +128,7 @@
128
128
  "line": 9
129
129
  },
130
130
  "readme": {
131
- "markdown": "# `dns_cname_record`\n\nRefer to the Terraform Registry for docs: [`dns_cname_record`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record).\n"
131
+ "markdown": "# `dns_cname_record`\n\nRefer to the Terraform Registry for docs: [`dns_cname_record`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record).\n"
132
132
  },
133
133
  "symbolId": "src/cname-record/index:"
134
134
  },
@@ -138,7 +138,7 @@
138
138
  "line": 15
139
139
  },
140
140
  "readme": {
141
- "markdown": "# `data_dns_a_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_a_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set).\n"
141
+ "markdown": "# `data_dns_a_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_a_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set).\n"
142
142
  },
143
143
  "symbolId": "src/data-dns-a-record-set/index:"
144
144
  },
@@ -148,7 +148,7 @@
148
148
  "line": 16
149
149
  },
150
150
  "readme": {
151
- "markdown": "# `data_dns_aaaa_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_aaaa_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set).\n"
151
+ "markdown": "# `data_dns_aaaa_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_aaaa_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set).\n"
152
152
  },
153
153
  "symbolId": "src/data-dns-aaaa-record-set/index:"
154
154
  },
@@ -158,7 +158,7 @@
158
158
  "line": 17
159
159
  },
160
160
  "readme": {
161
- "markdown": "# `data_dns_cname_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_cname_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set).\n"
161
+ "markdown": "# `data_dns_cname_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_cname_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set).\n"
162
162
  },
163
163
  "symbolId": "src/data-dns-cname-record-set/index:"
164
164
  },
@@ -168,7 +168,7 @@
168
168
  "line": 18
169
169
  },
170
170
  "readme": {
171
- "markdown": "# `data_dns_mx_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_mx_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set).\n"
171
+ "markdown": "# `data_dns_mx_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_mx_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set).\n"
172
172
  },
173
173
  "symbolId": "src/data-dns-mx-record-set/index:"
174
174
  },
@@ -178,7 +178,7 @@
178
178
  "line": 19
179
179
  },
180
180
  "readme": {
181
- "markdown": "# `data_dns_ns_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_ns_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set).\n"
181
+ "markdown": "# `data_dns_ns_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_ns_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set).\n"
182
182
  },
183
183
  "symbolId": "src/data-dns-ns-record-set/index:"
184
184
  },
@@ -188,7 +188,7 @@
188
188
  "line": 20
189
189
  },
190
190
  "readme": {
191
- "markdown": "# `data_dns_ptr_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_ptr_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set).\n"
191
+ "markdown": "# `data_dns_ptr_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_ptr_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set).\n"
192
192
  },
193
193
  "symbolId": "src/data-dns-ptr-record-set/index:"
194
194
  },
@@ -198,7 +198,7 @@
198
198
  "line": 21
199
199
  },
200
200
  "readme": {
201
- "markdown": "# `data_dns_srv_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_srv_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set).\n"
201
+ "markdown": "# `data_dns_srv_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_srv_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set).\n"
202
202
  },
203
203
  "symbolId": "src/data-dns-srv-record-set/index:"
204
204
  },
@@ -208,7 +208,7 @@
208
208
  "line": 22
209
209
  },
210
210
  "readme": {
211
- "markdown": "# `data_dns_txt_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_txt_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set).\n"
211
+ "markdown": "# `data_dns_txt_record_set`\n\nRefer to the Terraform Registry for docs: [`data_dns_txt_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set).\n"
212
212
  },
213
213
  "symbolId": "src/data-dns-txt-record-set/index:"
214
214
  },
@@ -218,7 +218,7 @@
218
218
  "line": 10
219
219
  },
220
220
  "readme": {
221
- "markdown": "# `dns_mx_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_mx_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set).\n"
221
+ "markdown": "# `dns_mx_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_mx_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set).\n"
222
222
  },
223
223
  "symbolId": "src/mx-record-set/index:"
224
224
  },
@@ -228,7 +228,7 @@
228
228
  "line": 11
229
229
  },
230
230
  "readme": {
231
- "markdown": "# `dns_ns_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_ns_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set).\n"
231
+ "markdown": "# `dns_ns_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_ns_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set).\n"
232
232
  },
233
233
  "symbolId": "src/ns-record-set/index:"
234
234
  },
@@ -238,7 +238,7 @@
238
238
  "line": 23
239
239
  },
240
240
  "readme": {
241
- "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`dns`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs).\n"
241
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`dns`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs).\n"
242
242
  },
243
243
  "symbolId": "src/provider/index:"
244
244
  },
@@ -248,7 +248,7 @@
248
248
  "line": 12
249
249
  },
250
250
  "readme": {
251
- "markdown": "# `dns_ptr_record`\n\nRefer to the Terraform Registry for docs: [`dns_ptr_record`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record).\n"
251
+ "markdown": "# `dns_ptr_record`\n\nRefer to the Terraform Registry for docs: [`dns_ptr_record`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record).\n"
252
252
  },
253
253
  "symbolId": "src/ptr-record/index:"
254
254
  },
@@ -258,7 +258,7 @@
258
258
  "line": 13
259
259
  },
260
260
  "readme": {
261
- "markdown": "# `dns_srv_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_srv_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set).\n"
261
+ "markdown": "# `dns_srv_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_srv_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set).\n"
262
262
  },
263
263
  "symbolId": "src/srv-record-set/index:"
264
264
  },
@@ -268,7 +268,7 @@
268
268
  "line": 14
269
269
  },
270
270
  "readme": {
271
- "markdown": "# `dns_txt_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_txt_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set).\n"
271
+ "markdown": "# `dns_txt_record_set`\n\nRefer to the Terraform Registry for docs: [`dns_txt_record_set`](https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set).\n"
272
272
  },
273
273
  "symbolId": "src/txt-record-set/index:"
274
274
  }
@@ -282,6 +282,13 @@
282
282
  "moduleName": "github.com/cdktn-io/cdktn-provider-dns-go",
283
283
  "packageName": "dns"
284
284
  },
285
+ "java": {
286
+ "maven": {
287
+ "artifactId": "cdktn-provider-dns",
288
+ "groupId": "io.cdktn"
289
+ },
290
+ "package": "io.cdktn.providers.dns"
291
+ },
285
292
  "js": {
286
293
  "npm": "@cdktn/provider-dns"
287
294
  },
@@ -296,13 +303,13 @@
296
303
  "base": "cdktn.TerraformResource",
297
304
  "docs": {
298
305
  "stability": "stable",
299
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set dns_a_record_set}."
306
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set dns_a_record_set}."
300
307
  },
301
308
  "fqn": "@cdktn/provider-dns.aRecordSet.ARecordSet",
302
309
  "initializer": {
303
310
  "docs": {
304
311
  "stability": "stable",
305
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set dns_a_record_set} Resource."
312
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set dns_a_record_set} Resource."
306
313
  },
307
314
  "locationInModule": {
308
315
  "filename": "src/a-record-set/index.ts",
@@ -373,7 +380,7 @@
373
380
  },
374
381
  {
375
382
  "docs": {
376
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#import import section} in the documentation of this resource for the id to use",
383
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#import import section} in the documentation of this resource for the id to use",
377
384
  "summary": "The id of the existing ARecordSet that should be imported."
378
385
  },
379
386
  "name": "importFromId",
@@ -667,7 +674,7 @@
667
674
  {
668
675
  "abstract": true,
669
676
  "docs": {
670
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#addresses ARecordSet#addresses}",
677
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#addresses ARecordSet#addresses}",
671
678
  "stability": "stable",
672
679
  "summary": "The IPv4 addresses this record set will point to."
673
680
  },
@@ -689,7 +696,7 @@
689
696
  {
690
697
  "abstract": true,
691
698
  "docs": {
692
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#zone ARecordSet#zone}",
699
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#zone ARecordSet#zone}",
693
700
  "stability": "stable",
694
701
  "summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
695
702
  },
@@ -708,7 +715,7 @@
708
715
  "docs": {
709
716
  "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
710
717
  "stability": "stable",
711
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#id ARecordSet#id}."
718
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#id ARecordSet#id}."
712
719
  },
713
720
  "immutable": true,
714
721
  "locationInModule": {
@@ -724,7 +731,7 @@
724
731
  {
725
732
  "abstract": true,
726
733
  "docs": {
727
- "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#name ARecordSet#name}",
734
+ "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#name ARecordSet#name}",
728
735
  "stability": "stable",
729
736
  "summary": "The name of the record set."
730
737
  },
@@ -742,7 +749,7 @@
742
749
  {
743
750
  "abstract": true,
744
751
  "docs": {
745
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/a_record_set#ttl ARecordSet#ttl}",
752
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/a_record_set#ttl ARecordSet#ttl}",
746
753
  "stability": "stable",
747
754
  "summary": "The TTL of the record set. Defaults to `3600`."
748
755
  },
@@ -765,13 +772,13 @@
765
772
  "base": "cdktn.TerraformResource",
766
773
  "docs": {
767
774
  "stability": "stable",
768
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set dns_aaaa_record_set}."
775
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set dns_aaaa_record_set}."
769
776
  },
770
777
  "fqn": "@cdktn/provider-dns.aaaaRecordSet.AaaaRecordSet",
771
778
  "initializer": {
772
779
  "docs": {
773
780
  "stability": "stable",
774
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set dns_aaaa_record_set} Resource."
781
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set dns_aaaa_record_set} Resource."
775
782
  },
776
783
  "locationInModule": {
777
784
  "filename": "src/aaaa-record-set/index.ts",
@@ -842,7 +849,7 @@
842
849
  },
843
850
  {
844
851
  "docs": {
845
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#import import section} in the documentation of this resource for the id to use",
852
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#import import section} in the documentation of this resource for the id to use",
846
853
  "summary": "The id of the existing AaaaRecordSet that should be imported."
847
854
  },
848
855
  "name": "importFromId",
@@ -1136,7 +1143,7 @@
1136
1143
  {
1137
1144
  "abstract": true,
1138
1145
  "docs": {
1139
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#addresses AaaaRecordSet#addresses}",
1146
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#addresses AaaaRecordSet#addresses}",
1140
1147
  "stability": "stable",
1141
1148
  "summary": "The IPv6 addresses this record set will point to."
1142
1149
  },
@@ -1158,7 +1165,7 @@
1158
1165
  {
1159
1166
  "abstract": true,
1160
1167
  "docs": {
1161
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#zone AaaaRecordSet#zone}",
1168
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#zone AaaaRecordSet#zone}",
1162
1169
  "stability": "stable",
1163
1170
  "summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
1164
1171
  },
@@ -1177,7 +1184,7 @@
1177
1184
  "docs": {
1178
1185
  "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
1179
1186
  "stability": "stable",
1180
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#id AaaaRecordSet#id}."
1187
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#id AaaaRecordSet#id}."
1181
1188
  },
1182
1189
  "immutable": true,
1183
1190
  "locationInModule": {
@@ -1193,7 +1200,7 @@
1193
1200
  {
1194
1201
  "abstract": true,
1195
1202
  "docs": {
1196
- "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#name AaaaRecordSet#name}",
1203
+ "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#name AaaaRecordSet#name}",
1197
1204
  "stability": "stable",
1198
1205
  "summary": "The name of the record set."
1199
1206
  },
@@ -1211,7 +1218,7 @@
1211
1218
  {
1212
1219
  "abstract": true,
1213
1220
  "docs": {
1214
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/aaaa_record_set#ttl AaaaRecordSet#ttl}",
1221
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/aaaa_record_set#ttl AaaaRecordSet#ttl}",
1215
1222
  "stability": "stable",
1216
1223
  "summary": "The TTL of the record set. Defaults to `3600`."
1217
1224
  },
@@ -1234,13 +1241,13 @@
1234
1241
  "base": "cdktn.TerraformResource",
1235
1242
  "docs": {
1236
1243
  "stability": "stable",
1237
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record dns_cname_record}."
1244
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record dns_cname_record}."
1238
1245
  },
1239
1246
  "fqn": "@cdktn/provider-dns.cnameRecord.CnameRecord",
1240
1247
  "initializer": {
1241
1248
  "docs": {
1242
1249
  "stability": "stable",
1243
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record dns_cname_record} Resource."
1250
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record dns_cname_record} Resource."
1244
1251
  },
1245
1252
  "locationInModule": {
1246
1253
  "filename": "src/cname-record/index.ts",
@@ -1311,7 +1318,7 @@
1311
1318
  },
1312
1319
  {
1313
1320
  "docs": {
1314
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#import import section} in the documentation of this resource for the id to use",
1321
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#import import section} in the documentation of this resource for the id to use",
1315
1322
  "summary": "The id of the existing CnameRecord that should be imported."
1316
1323
  },
1317
1324
  "name": "importFromId",
@@ -1561,7 +1568,7 @@
1561
1568
  {
1562
1569
  "abstract": true,
1563
1570
  "docs": {
1564
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#cname CnameRecord#cname}",
1571
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#cname CnameRecord#cname}",
1565
1572
  "stability": "stable",
1566
1573
  "summary": "The canonical name this record will point to."
1567
1574
  },
@@ -1578,7 +1585,7 @@
1578
1585
  {
1579
1586
  "abstract": true,
1580
1587
  "docs": {
1581
- "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#name CnameRecord#name}",
1588
+ "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#name CnameRecord#name}",
1582
1589
  "stability": "stable",
1583
1590
  "summary": "The name of the record."
1584
1591
  },
@@ -1595,7 +1602,7 @@
1595
1602
  {
1596
1603
  "abstract": true,
1597
1604
  "docs": {
1598
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#zone CnameRecord#zone}",
1605
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#zone CnameRecord#zone}",
1599
1606
  "stability": "stable",
1600
1607
  "summary": "DNS zone the record belongs to. It must be an FQDN, that is, include the trailing dot."
1601
1608
  },
@@ -1612,7 +1619,7 @@
1612
1619
  {
1613
1620
  "abstract": true,
1614
1621
  "docs": {
1615
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/cname_record#ttl CnameRecord#ttl}",
1622
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/cname_record#ttl CnameRecord#ttl}",
1616
1623
  "stability": "stable",
1617
1624
  "summary": "The TTL of the record set. Defaults to `3600`."
1618
1625
  },
@@ -1635,13 +1642,13 @@
1635
1642
  "base": "cdktn.TerraformDataSource",
1636
1643
  "docs": {
1637
1644
  "stability": "stable",
1638
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set dns_a_record_set}."
1645
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set dns_a_record_set}."
1639
1646
  },
1640
1647
  "fqn": "@cdktn/provider-dns.dataDnsARecordSet.DataDnsARecordSet",
1641
1648
  "initializer": {
1642
1649
  "docs": {
1643
1650
  "stability": "stable",
1644
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set dns_a_record_set} Data Source."
1651
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set dns_a_record_set} Data Source."
1645
1652
  },
1646
1653
  "locationInModule": {
1647
1654
  "filename": "src/data-dns-a-record-set/index.ts",
@@ -1712,7 +1719,7 @@
1712
1719
  },
1713
1720
  {
1714
1721
  "docs": {
1715
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set#import import section} in the documentation of this resource for the id to use",
1722
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set#import import section} in the documentation of this resource for the id to use",
1716
1723
  "summary": "The id of the existing DataDnsARecordSet that should be imported."
1717
1724
  },
1718
1725
  "name": "importFromId",
@@ -1887,7 +1894,7 @@
1887
1894
  {
1888
1895
  "abstract": true,
1889
1896
  "docs": {
1890
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/a_record_set#host DataDnsARecordSet#host}",
1897
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/a_record_set#host DataDnsARecordSet#host}",
1891
1898
  "stability": "stable",
1892
1899
  "summary": "Host to look up."
1893
1900
  },
@@ -1909,13 +1916,13 @@
1909
1916
  "base": "cdktn.TerraformDataSource",
1910
1917
  "docs": {
1911
1918
  "stability": "stable",
1912
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set dns_aaaa_record_set}."
1919
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set dns_aaaa_record_set}."
1913
1920
  },
1914
1921
  "fqn": "@cdktn/provider-dns.dataDnsAaaaRecordSet.DataDnsAaaaRecordSet",
1915
1922
  "initializer": {
1916
1923
  "docs": {
1917
1924
  "stability": "stable",
1918
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set dns_aaaa_record_set} Data Source."
1925
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set dns_aaaa_record_set} Data Source."
1919
1926
  },
1920
1927
  "locationInModule": {
1921
1928
  "filename": "src/data-dns-aaaa-record-set/index.ts",
@@ -1986,7 +1993,7 @@
1986
1993
  },
1987
1994
  {
1988
1995
  "docs": {
1989
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set#import import section} in the documentation of this resource for the id to use",
1996
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set#import import section} in the documentation of this resource for the id to use",
1990
1997
  "summary": "The id of the existing DataDnsAaaaRecordSet that should be imported."
1991
1998
  },
1992
1999
  "name": "importFromId",
@@ -2161,7 +2168,7 @@
2161
2168
  {
2162
2169
  "abstract": true,
2163
2170
  "docs": {
2164
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/aaaa_record_set#host DataDnsAaaaRecordSet#host}",
2171
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/aaaa_record_set#host DataDnsAaaaRecordSet#host}",
2165
2172
  "stability": "stable",
2166
2173
  "summary": "Host to look up."
2167
2174
  },
@@ -2183,13 +2190,13 @@
2183
2190
  "base": "cdktn.TerraformDataSource",
2184
2191
  "docs": {
2185
2192
  "stability": "stable",
2186
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set dns_cname_record_set}."
2193
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set dns_cname_record_set}."
2187
2194
  },
2188
2195
  "fqn": "@cdktn/provider-dns.dataDnsCnameRecordSet.DataDnsCnameRecordSet",
2189
2196
  "initializer": {
2190
2197
  "docs": {
2191
2198
  "stability": "stable",
2192
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set dns_cname_record_set} Data Source."
2199
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set dns_cname_record_set} Data Source."
2193
2200
  },
2194
2201
  "locationInModule": {
2195
2202
  "filename": "src/data-dns-cname-record-set/index.ts",
@@ -2260,7 +2267,7 @@
2260
2267
  },
2261
2268
  {
2262
2269
  "docs": {
2263
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set#import import section} in the documentation of this resource for the id to use",
2270
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set#import import section} in the documentation of this resource for the id to use",
2264
2271
  "summary": "The id of the existing DataDnsCnameRecordSet that should be imported."
2265
2272
  },
2266
2273
  "name": "importFromId",
@@ -2430,7 +2437,7 @@
2430
2437
  {
2431
2438
  "abstract": true,
2432
2439
  "docs": {
2433
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/cname_record_set#host DataDnsCnameRecordSet#host}",
2440
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/cname_record_set#host DataDnsCnameRecordSet#host}",
2434
2441
  "stability": "stable",
2435
2442
  "summary": "Host to look up."
2436
2443
  },
@@ -2452,13 +2459,13 @@
2452
2459
  "base": "cdktn.TerraformDataSource",
2453
2460
  "docs": {
2454
2461
  "stability": "stable",
2455
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set dns_mx_record_set}."
2462
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set dns_mx_record_set}."
2456
2463
  },
2457
2464
  "fqn": "@cdktn/provider-dns.dataDnsMxRecordSet.DataDnsMxRecordSet",
2458
2465
  "initializer": {
2459
2466
  "docs": {
2460
2467
  "stability": "stable",
2461
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set dns_mx_record_set} Data Source."
2468
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set dns_mx_record_set} Data Source."
2462
2469
  },
2463
2470
  "locationInModule": {
2464
2471
  "filename": "src/data-dns-mx-record-set/index.ts",
@@ -2529,7 +2536,7 @@
2529
2536
  },
2530
2537
  {
2531
2538
  "docs": {
2532
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set#import import section} in the documentation of this resource for the id to use",
2539
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set#import import section} in the documentation of this resource for the id to use",
2533
2540
  "summary": "The id of the existing DataDnsMxRecordSet that should be imported."
2534
2541
  },
2535
2542
  "name": "importFromId",
@@ -2699,7 +2706,7 @@
2699
2706
  {
2700
2707
  "abstract": true,
2701
2708
  "docs": {
2702
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/mx_record_set#domain DataDnsMxRecordSet#domain}",
2709
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/mx_record_set#domain DataDnsMxRecordSet#domain}",
2703
2710
  "stability": "stable",
2704
2711
  "summary": "Domain to look up."
2705
2712
  },
@@ -2926,13 +2933,13 @@
2926
2933
  "base": "cdktn.TerraformDataSource",
2927
2934
  "docs": {
2928
2935
  "stability": "stable",
2929
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set dns_ns_record_set}."
2936
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set dns_ns_record_set}."
2930
2937
  },
2931
2938
  "fqn": "@cdktn/provider-dns.dataDnsNsRecordSet.DataDnsNsRecordSet",
2932
2939
  "initializer": {
2933
2940
  "docs": {
2934
2941
  "stability": "stable",
2935
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set dns_ns_record_set} Data Source."
2942
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set dns_ns_record_set} Data Source."
2936
2943
  },
2937
2944
  "locationInModule": {
2938
2945
  "filename": "src/data-dns-ns-record-set/index.ts",
@@ -3003,7 +3010,7 @@
3003
3010
  },
3004
3011
  {
3005
3012
  "docs": {
3006
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set#import import section} in the documentation of this resource for the id to use",
3013
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set#import import section} in the documentation of this resource for the id to use",
3007
3014
  "summary": "The id of the existing DataDnsNsRecordSet that should be imported."
3008
3015
  },
3009
3016
  "name": "importFromId",
@@ -3178,7 +3185,7 @@
3178
3185
  {
3179
3186
  "abstract": true,
3180
3187
  "docs": {
3181
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ns_record_set#host DataDnsNsRecordSet#host}",
3188
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ns_record_set#host DataDnsNsRecordSet#host}",
3182
3189
  "stability": "stable",
3183
3190
  "summary": "Host to look up."
3184
3191
  },
@@ -3200,13 +3207,13 @@
3200
3207
  "base": "cdktn.TerraformDataSource",
3201
3208
  "docs": {
3202
3209
  "stability": "stable",
3203
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set dns_ptr_record_set}."
3210
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set dns_ptr_record_set}."
3204
3211
  },
3205
3212
  "fqn": "@cdktn/provider-dns.dataDnsPtrRecordSet.DataDnsPtrRecordSet",
3206
3213
  "initializer": {
3207
3214
  "docs": {
3208
3215
  "stability": "stable",
3209
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set dns_ptr_record_set} Data Source."
3216
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set dns_ptr_record_set} Data Source."
3210
3217
  },
3211
3218
  "locationInModule": {
3212
3219
  "filename": "src/data-dns-ptr-record-set/index.ts",
@@ -3277,7 +3284,7 @@
3277
3284
  },
3278
3285
  {
3279
3286
  "docs": {
3280
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set#import import section} in the documentation of this resource for the id to use",
3287
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set#import import section} in the documentation of this resource for the id to use",
3281
3288
  "summary": "The id of the existing DataDnsPtrRecordSet that should be imported."
3282
3289
  },
3283
3290
  "name": "importFromId",
@@ -3447,7 +3454,7 @@
3447
3454
  {
3448
3455
  "abstract": true,
3449
3456
  "docs": {
3450
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/ptr_record_set#ip_address DataDnsPtrRecordSet#ip_address}",
3457
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/ptr_record_set#ip_address DataDnsPtrRecordSet#ip_address}",
3451
3458
  "stability": "stable",
3452
3459
  "summary": "IP address to look up."
3453
3460
  },
@@ -3469,13 +3476,13 @@
3469
3476
  "base": "cdktn.TerraformDataSource",
3470
3477
  "docs": {
3471
3478
  "stability": "stable",
3472
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set dns_srv_record_set}."
3479
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set dns_srv_record_set}."
3473
3480
  },
3474
3481
  "fqn": "@cdktn/provider-dns.dataDnsSrvRecordSet.DataDnsSrvRecordSet",
3475
3482
  "initializer": {
3476
3483
  "docs": {
3477
3484
  "stability": "stable",
3478
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set dns_srv_record_set} Data Source."
3485
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set dns_srv_record_set} Data Source."
3479
3486
  },
3480
3487
  "locationInModule": {
3481
3488
  "filename": "src/data-dns-srv-record-set/index.ts",
@@ -3546,7 +3553,7 @@
3546
3553
  },
3547
3554
  {
3548
3555
  "docs": {
3549
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set#import import section} in the documentation of this resource for the id to use",
3556
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set#import import section} in the documentation of this resource for the id to use",
3550
3557
  "summary": "The id of the existing DataDnsSrvRecordSet that should be imported."
3551
3558
  },
3552
3559
  "name": "importFromId",
@@ -3716,7 +3723,7 @@
3716
3723
  {
3717
3724
  "abstract": true,
3718
3725
  "docs": {
3719
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/srv_record_set#service DataDnsSrvRecordSet#service}",
3726
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/srv_record_set#service DataDnsSrvRecordSet#service}",
3720
3727
  "stability": "stable",
3721
3728
  "summary": "Service to look up."
3722
3729
  },
@@ -3971,13 +3978,13 @@
3971
3978
  "base": "cdktn.TerraformDataSource",
3972
3979
  "docs": {
3973
3980
  "stability": "stable",
3974
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set dns_txt_record_set}."
3981
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set dns_txt_record_set}."
3975
3982
  },
3976
3983
  "fqn": "@cdktn/provider-dns.dataDnsTxtRecordSet.DataDnsTxtRecordSet",
3977
3984
  "initializer": {
3978
3985
  "docs": {
3979
3986
  "stability": "stable",
3980
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set dns_txt_record_set} Data Source."
3987
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set dns_txt_record_set} Data Source."
3981
3988
  },
3982
3989
  "locationInModule": {
3983
3990
  "filename": "src/data-dns-txt-record-set/index.ts",
@@ -4048,7 +4055,7 @@
4048
4055
  },
4049
4056
  {
4050
4057
  "docs": {
4051
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set#import import section} in the documentation of this resource for the id to use",
4058
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set#import import section} in the documentation of this resource for the id to use",
4052
4059
  "summary": "The id of the existing DataDnsTxtRecordSet that should be imported."
4053
4060
  },
4054
4061
  "name": "importFromId",
@@ -4237,7 +4244,7 @@
4237
4244
  {
4238
4245
  "abstract": true,
4239
4246
  "docs": {
4240
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/data-sources/txt_record_set#host DataDnsTxtRecordSet#host}",
4247
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/data-sources/txt_record_set#host DataDnsTxtRecordSet#host}",
4241
4248
  "stability": "stable",
4242
4249
  "summary": "Host to look up."
4243
4250
  },
@@ -4259,13 +4266,13 @@
4259
4266
  "base": "cdktn.TerraformResource",
4260
4267
  "docs": {
4261
4268
  "stability": "stable",
4262
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set dns_mx_record_set}."
4269
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set dns_mx_record_set}."
4263
4270
  },
4264
4271
  "fqn": "@cdktn/provider-dns.mxRecordSet.MxRecordSet",
4265
4272
  "initializer": {
4266
4273
  "docs": {
4267
4274
  "stability": "stable",
4268
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set dns_mx_record_set} Resource."
4275
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set dns_mx_record_set} Resource."
4269
4276
  },
4270
4277
  "locationInModule": {
4271
4278
  "filename": "src/mx-record-set/index.ts",
@@ -4336,7 +4343,7 @@
4336
4343
  },
4337
4344
  {
4338
4345
  "docs": {
4339
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#import import section} in the documentation of this resource for the id to use",
4346
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#import import section} in the documentation of this resource for the id to use",
4340
4347
  "summary": "The id of the existing MxRecordSet that should be imported."
4341
4348
  },
4342
4349
  "name": "importFromId",
@@ -4653,7 +4660,7 @@
4653
4660
  {
4654
4661
  "abstract": true,
4655
4662
  "docs": {
4656
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#zone MxRecordSet#zone}",
4663
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#zone MxRecordSet#zone}",
4657
4664
  "stability": "stable",
4658
4665
  "summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
4659
4666
  },
@@ -4670,7 +4677,7 @@
4670
4677
  {
4671
4678
  "abstract": true,
4672
4679
  "docs": {
4673
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#mx MxRecordSet#mx}",
4680
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#mx MxRecordSet#mx}",
4674
4681
  "stability": "stable",
4675
4682
  "summary": "mx block."
4676
4683
  },
@@ -4702,7 +4709,7 @@
4702
4709
  {
4703
4710
  "abstract": true,
4704
4711
  "docs": {
4705
- "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#name MxRecordSet#name}",
4712
+ "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#name MxRecordSet#name}",
4706
4713
  "stability": "stable",
4707
4714
  "summary": "The name of the record set."
4708
4715
  },
@@ -4720,7 +4727,7 @@
4720
4727
  {
4721
4728
  "abstract": true,
4722
4729
  "docs": {
4723
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#ttl MxRecordSet#ttl}",
4730
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#ttl MxRecordSet#ttl}",
4724
4731
  "stability": "stable",
4725
4732
  "summary": "The TTL of the record set. Defaults to `3600`."
4726
4733
  },
@@ -4756,7 +4763,7 @@
4756
4763
  {
4757
4764
  "abstract": true,
4758
4765
  "docs": {
4759
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#exchange MxRecordSet#exchange}",
4766
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#exchange MxRecordSet#exchange}",
4760
4767
  "stability": "stable",
4761
4768
  "summary": "The FQDN of the mail exchange, include the trailing dot."
4762
4769
  },
@@ -4773,7 +4780,7 @@
4773
4780
  {
4774
4781
  "abstract": true,
4775
4782
  "docs": {
4776
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/mx_record_set#preference MxRecordSet#preference}",
4783
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/mx_record_set#preference MxRecordSet#preference}",
4777
4784
  "stability": "stable",
4778
4785
  "summary": "The preference for the record."
4779
4786
  },
@@ -5051,13 +5058,13 @@
5051
5058
  "base": "cdktn.TerraformResource",
5052
5059
  "docs": {
5053
5060
  "stability": "stable",
5054
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set dns_ns_record_set}."
5061
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set dns_ns_record_set}."
5055
5062
  },
5056
5063
  "fqn": "@cdktn/provider-dns.nsRecordSet.NsRecordSet",
5057
5064
  "initializer": {
5058
5065
  "docs": {
5059
5066
  "stability": "stable",
5060
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set dns_ns_record_set} Resource."
5067
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set dns_ns_record_set} Resource."
5061
5068
  },
5062
5069
  "locationInModule": {
5063
5070
  "filename": "src/ns-record-set/index.ts",
@@ -5128,7 +5135,7 @@
5128
5135
  },
5129
5136
  {
5130
5137
  "docs": {
5131
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#import import section} in the documentation of this resource for the id to use",
5138
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#import import section} in the documentation of this resource for the id to use",
5132
5139
  "summary": "The id of the existing NsRecordSet that should be imported."
5133
5140
  },
5134
5141
  "name": "importFromId",
@@ -5388,7 +5395,7 @@
5388
5395
  {
5389
5396
  "abstract": true,
5390
5397
  "docs": {
5391
- "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#name NsRecordSet#name}",
5398
+ "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#name NsRecordSet#name}",
5392
5399
  "stability": "stable",
5393
5400
  "summary": "The name of the record set."
5394
5401
  },
@@ -5405,7 +5412,7 @@
5405
5412
  {
5406
5413
  "abstract": true,
5407
5414
  "docs": {
5408
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#nameservers NsRecordSet#nameservers}",
5415
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#nameservers NsRecordSet#nameservers}",
5409
5416
  "stability": "stable",
5410
5417
  "summary": "The nameservers this record set will point to."
5411
5418
  },
@@ -5427,7 +5434,7 @@
5427
5434
  {
5428
5435
  "abstract": true,
5429
5436
  "docs": {
5430
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#zone NsRecordSet#zone}",
5437
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#zone NsRecordSet#zone}",
5431
5438
  "stability": "stable",
5432
5439
  "summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
5433
5440
  },
@@ -5444,7 +5451,7 @@
5444
5451
  {
5445
5452
  "abstract": true,
5446
5453
  "docs": {
5447
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ns_record_set#ttl NsRecordSet#ttl}",
5454
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ns_record_set#ttl NsRecordSet#ttl}",
5448
5455
  "stability": "stable",
5449
5456
  "summary": "The TTL of the record set. Defaults to `3600`."
5450
5457
  },
@@ -5467,13 +5474,13 @@
5467
5474
  "base": "cdktn.TerraformProvider",
5468
5475
  "docs": {
5469
5476
  "stability": "stable",
5470
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs dns}."
5477
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs dns}."
5471
5478
  },
5472
5479
  "fqn": "@cdktn/provider-dns.provider.DnsProvider",
5473
5480
  "initializer": {
5474
5481
  "docs": {
5475
5482
  "stability": "stable",
5476
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs dns} Resource."
5483
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs dns} Resource."
5477
5484
  },
5478
5485
  "locationInModule": {
5479
5486
  "filename": "src/provider/index.ts",
@@ -5545,7 +5552,7 @@
5545
5552
  },
5546
5553
  {
5547
5554
  "docs": {
5548
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#import import section} in the documentation of this resource for the id to use",
5555
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#import import section} in the documentation of this resource for the id to use",
5549
5556
  "summary": "The id of the existing DnsProvider that should be imported."
5550
5557
  },
5551
5558
  "name": "importFromId",
@@ -5763,7 +5770,7 @@
5763
5770
  {
5764
5771
  "abstract": true,
5765
5772
  "docs": {
5766
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#alias DnsProvider#alias}",
5773
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#alias DnsProvider#alias}",
5767
5774
  "stability": "stable",
5768
5775
  "summary": "Alias name."
5769
5776
  },
@@ -5781,7 +5788,7 @@
5781
5788
  {
5782
5789
  "abstract": true,
5783
5790
  "docs": {
5784
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#update DnsProvider#update}",
5791
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#update DnsProvider#update}",
5785
5792
  "stability": "stable",
5786
5793
  "summary": "update block."
5787
5794
  },
@@ -5831,7 +5838,7 @@
5831
5838
  {
5832
5839
  "abstract": true,
5833
5840
  "docs": {
5834
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#gssapi DnsProvider#gssapi}",
5841
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#gssapi DnsProvider#gssapi}",
5835
5842
  "stability": "stable",
5836
5843
  "summary": "gssapi block."
5837
5844
  },
@@ -5863,7 +5870,7 @@
5863
5870
  {
5864
5871
  "abstract": true,
5865
5872
  "docs": {
5866
- "remarks": "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.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#key_algorithm DnsProvider#key_algorithm}",
5873
+ "remarks": "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.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#key_algorithm DnsProvider#key_algorithm}",
5867
5874
  "stability": "stable",
5868
5875
  "summary": "Required if `key_name` is set."
5869
5876
  },
@@ -5881,7 +5888,7 @@
5881
5888
  {
5882
5889
  "abstract": true,
5883
5890
  "docs": {
5884
- "remarks": "Value can also be sourced from the DNS_UPDATE_KEYNAME environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#key_name DnsProvider#key_name}",
5891
+ "remarks": "Value can also be sourced from the DNS_UPDATE_KEYNAME environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#key_name DnsProvider#key_name}",
5885
5892
  "stability": "stable",
5886
5893
  "summary": "The name of the TSIG key used to sign the DNS update messages."
5887
5894
  },
@@ -5899,7 +5906,7 @@
5899
5906
  {
5900
5907
  "abstract": true,
5901
5908
  "docs": {
5902
- "remarks": "Value can also be sourced from the DNS_UPDATE_KEYSECRET environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#key_secret DnsProvider#key_secret}",
5909
+ "remarks": "Value can also be sourced from the DNS_UPDATE_KEYSECRET environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#key_secret DnsProvider#key_secret}",
5903
5910
  "stability": "stable",
5904
5911
  "summary": "Required if `key_name` is set A Base64-encoded string containing the shared secret to be used for TSIG."
5905
5912
  },
@@ -5917,7 +5924,7 @@
5917
5924
  {
5918
5925
  "abstract": true,
5919
5926
  "docs": {
5920
- "remarks": "Defaults to `53`. Value can also be sourced from the DNS_UPDATE_PORT environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#port DnsProvider#port}",
5927
+ "remarks": "Defaults to `53`. Value can also be sourced from the DNS_UPDATE_PORT environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#port DnsProvider#port}",
5921
5928
  "stability": "stable",
5922
5929
  "summary": "The target UDP port on the server where updates are sent to."
5923
5930
  },
@@ -5935,7 +5942,7 @@
5935
5942
  {
5936
5943
  "abstract": true,
5937
5944
  "docs": {
5938
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#recursive DnsProvider#recursive}",
5945
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#recursive DnsProvider#recursive}",
5939
5946
  "stability": "stable",
5940
5947
  "summary": "Enable the Recursion Desired (RD) flag on DNS queries."
5941
5948
  },
@@ -5962,7 +5969,7 @@
5962
5969
  {
5963
5970
  "abstract": true,
5964
5971
  "docs": {
5965
- "remarks": "Defaults to `3`. Value can also be sourced from the DNS_UPDATE_RETRIES environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#retries DnsProvider#retries}",
5972
+ "remarks": "Defaults to `3`. Value can also be sourced from the DNS_UPDATE_RETRIES environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#retries DnsProvider#retries}",
5966
5973
  "stability": "stable",
5967
5974
  "summary": "How many times to retry on connection timeout."
5968
5975
  },
@@ -5980,7 +5987,7 @@
5980
5987
  {
5981
5988
  "abstract": true,
5982
5989
  "docs": {
5983
- "remarks": "Value can also be sourced from the DNS_UPDATE_SERVER environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#server DnsProvider#server}",
5990
+ "remarks": "Value can also be sourced from the DNS_UPDATE_SERVER environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#server DnsProvider#server}",
5984
5991
  "stability": "stable",
5985
5992
  "summary": "The hostname or IP address of the DNS server to send updates to."
5986
5993
  },
@@ -5998,7 +6005,7 @@
5998
6005
  {
5999
6006
  "abstract": true,
6000
6007
  "docs": {
6001
- "remarks": "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.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#timeout DnsProvider#timeout}",
6008
+ "remarks": "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.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#timeout DnsProvider#timeout}",
6002
6009
  "stability": "stable",
6003
6010
  "summary": "Timeout for DNS queries."
6004
6011
  },
@@ -6016,7 +6023,7 @@
6016
6023
  {
6017
6024
  "abstract": true,
6018
6025
  "docs": {
6019
- "remarks": "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.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#transport DnsProvider#transport}",
6026
+ "remarks": "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.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#transport DnsProvider#transport}",
6020
6027
  "stability": "stable",
6021
6028
  "summary": "Transport to use for DNS queries."
6022
6029
  },
@@ -6052,7 +6059,7 @@
6052
6059
  {
6053
6060
  "abstract": true,
6054
6061
  "docs": {
6055
- "remarks": "The path to a keytab file containing a key for `username`. Value can also be sourced from the DNS_UPDATE_KEYTAB environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#keytab DnsProvider#keytab}",
6062
+ "remarks": "The path to a keytab file containing a key for `username`. Value can also be sourced from the DNS_UPDATE_KEYTAB environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#keytab DnsProvider#keytab}",
6056
6063
  "stability": "stable",
6057
6064
  "summary": "This or `password` is required if `username` is set, not supported on Windows."
6058
6065
  },
@@ -6070,7 +6077,7 @@
6070
6077
  {
6071
6078
  "abstract": true,
6072
6079
  "docs": {
6073
- "remarks": "The matching password for `username`. Value can also be sourced from the DNS_UPDATE_PASSWORD environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#password DnsProvider#password}",
6080
+ "remarks": "The matching password for `username`. Value can also be sourced from the DNS_UPDATE_PASSWORD environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#password DnsProvider#password}",
6074
6081
  "stability": "stable",
6075
6082
  "summary": "This or `keytab` is required if `username` is set."
6076
6083
  },
@@ -6088,7 +6095,7 @@
6088
6095
  {
6089
6096
  "abstract": true,
6090
6097
  "docs": {
6091
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#realm DnsProvider#realm}",
6098
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#realm DnsProvider#realm}",
6092
6099
  "stability": "stable",
6093
6100
  "summary": "The Kerberos realm or Active Directory domain. Value can also be sourced from the DNS_UPDATE_REALM environment variable."
6094
6101
  },
@@ -6106,7 +6113,7 @@
6106
6113
  {
6107
6114
  "abstract": true,
6108
6115
  "docs": {
6109
- "remarks": "If not set the current user session will be used. Value can also be sourced from the DNS_UPDATE_USERNAME environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs#username DnsProvider#username}",
6116
+ "remarks": "If not set the current user session will be used. Value can also be sourced from the DNS_UPDATE_USERNAME environment variable.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs#username DnsProvider#username}",
6110
6117
  "stability": "stable",
6111
6118
  "summary": "The name of the user to authenticate as."
6112
6119
  },
@@ -6129,13 +6136,13 @@
6129
6136
  "base": "cdktn.TerraformResource",
6130
6137
  "docs": {
6131
6138
  "stability": "stable",
6132
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record dns_ptr_record}."
6139
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record dns_ptr_record}."
6133
6140
  },
6134
6141
  "fqn": "@cdktn/provider-dns.ptrRecord.PtrRecord",
6135
6142
  "initializer": {
6136
6143
  "docs": {
6137
6144
  "stability": "stable",
6138
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record dns_ptr_record} Resource."
6145
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record dns_ptr_record} Resource."
6139
6146
  },
6140
6147
  "locationInModule": {
6141
6148
  "filename": "src/ptr-record/index.ts",
@@ -6206,7 +6213,7 @@
6206
6213
  },
6207
6214
  {
6208
6215
  "docs": {
6209
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#import import section} in the documentation of this resource for the id to use",
6216
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#import import section} in the documentation of this resource for the id to use",
6210
6217
  "summary": "The id of the existing PtrRecord that should be imported."
6211
6218
  },
6212
6219
  "name": "importFromId",
@@ -6466,7 +6473,7 @@
6466
6473
  {
6467
6474
  "abstract": true,
6468
6475
  "docs": {
6469
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#ptr PtrRecord#ptr}",
6476
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#ptr PtrRecord#ptr}",
6470
6477
  "stability": "stable",
6471
6478
  "summary": "The canonical name this record will point to."
6472
6479
  },
@@ -6483,7 +6490,7 @@
6483
6490
  {
6484
6491
  "abstract": true,
6485
6492
  "docs": {
6486
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#zone PtrRecord#zone}",
6493
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#zone PtrRecord#zone}",
6487
6494
  "stability": "stable",
6488
6495
  "summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
6489
6496
  },
@@ -6500,7 +6507,7 @@
6500
6507
  {
6501
6508
  "abstract": true,
6502
6509
  "docs": {
6503
- "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#name PtrRecord#name}",
6510
+ "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#name PtrRecord#name}",
6504
6511
  "stability": "stable",
6505
6512
  "summary": "The name of the record."
6506
6513
  },
@@ -6518,7 +6525,7 @@
6518
6525
  {
6519
6526
  "abstract": true,
6520
6527
  "docs": {
6521
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/ptr_record#ttl PtrRecord#ttl}",
6528
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/ptr_record#ttl PtrRecord#ttl}",
6522
6529
  "stability": "stable",
6523
6530
  "summary": "The TTL of the record. Defaults to `3600`."
6524
6531
  },
@@ -6541,13 +6548,13 @@
6541
6548
  "base": "cdktn.TerraformResource",
6542
6549
  "docs": {
6543
6550
  "stability": "stable",
6544
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set dns_srv_record_set}."
6551
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set dns_srv_record_set}."
6545
6552
  },
6546
6553
  "fqn": "@cdktn/provider-dns.srvRecordSet.SrvRecordSet",
6547
6554
  "initializer": {
6548
6555
  "docs": {
6549
6556
  "stability": "stable",
6550
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set dns_srv_record_set} Resource."
6557
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set dns_srv_record_set} Resource."
6551
6558
  },
6552
6559
  "locationInModule": {
6553
6560
  "filename": "src/srv-record-set/index.ts",
@@ -6618,7 +6625,7 @@
6618
6625
  },
6619
6626
  {
6620
6627
  "docs": {
6621
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#import import section} in the documentation of this resource for the id to use",
6628
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#import import section} in the documentation of this resource for the id to use",
6622
6629
  "summary": "The id of the existing SrvRecordSet that should be imported."
6623
6630
  },
6624
6631
  "name": "importFromId",
@@ -6925,7 +6932,7 @@
6925
6932
  {
6926
6933
  "abstract": true,
6927
6934
  "docs": {
6928
- "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#name SrvRecordSet#name}",
6935
+ "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#name SrvRecordSet#name}",
6929
6936
  "stability": "stable",
6930
6937
  "summary": "The name of the record set."
6931
6938
  },
@@ -6942,7 +6949,7 @@
6942
6949
  {
6943
6950
  "abstract": true,
6944
6951
  "docs": {
6945
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#zone SrvRecordSet#zone}",
6952
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#zone SrvRecordSet#zone}",
6946
6953
  "stability": "stable",
6947
6954
  "summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
6948
6955
  },
@@ -6959,7 +6966,7 @@
6959
6966
  {
6960
6967
  "abstract": true,
6961
6968
  "docs": {
6962
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#srv SrvRecordSet#srv}",
6969
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#srv SrvRecordSet#srv}",
6963
6970
  "stability": "stable",
6964
6971
  "summary": "srv block."
6965
6972
  },
@@ -6991,7 +6998,7 @@
6991
6998
  {
6992
6999
  "abstract": true,
6993
7000
  "docs": {
6994
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#ttl SrvRecordSet#ttl}",
7001
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#ttl SrvRecordSet#ttl}",
6995
7002
  "stability": "stable",
6996
7003
  "summary": "The TTL of the record set. Defaults to `3600`."
6997
7004
  },
@@ -7027,7 +7034,7 @@
7027
7034
  {
7028
7035
  "abstract": true,
7029
7036
  "docs": {
7030
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#port SrvRecordSet#port}",
7037
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#port SrvRecordSet#port}",
7031
7038
  "stability": "stable",
7032
7039
  "summary": "The port for the service on the target."
7033
7040
  },
@@ -7044,7 +7051,7 @@
7044
7051
  {
7045
7052
  "abstract": true,
7046
7053
  "docs": {
7047
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#priority SrvRecordSet#priority}",
7054
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#priority SrvRecordSet#priority}",
7048
7055
  "stability": "stable",
7049
7056
  "summary": "The priority for the record."
7050
7057
  },
@@ -7061,7 +7068,7 @@
7061
7068
  {
7062
7069
  "abstract": true,
7063
7070
  "docs": {
7064
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#target SrvRecordSet#target}",
7071
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#target SrvRecordSet#target}",
7065
7072
  "stability": "stable",
7066
7073
  "summary": "The FQDN of the target, include the trailing dot."
7067
7074
  },
@@ -7078,7 +7085,7 @@
7078
7085
  {
7079
7086
  "abstract": true,
7080
7087
  "docs": {
7081
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/srv_record_set#weight SrvRecordSet#weight}",
7088
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/srv_record_set#weight SrvRecordSet#weight}",
7082
7089
  "stability": "stable",
7083
7090
  "summary": "The weight for the record."
7084
7091
  },
@@ -7412,13 +7419,13 @@
7412
7419
  "base": "cdktn.TerraformResource",
7413
7420
  "docs": {
7414
7421
  "stability": "stable",
7415
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set dns_txt_record_set}."
7422
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set dns_txt_record_set}."
7416
7423
  },
7417
7424
  "fqn": "@cdktn/provider-dns.txtRecordSet.TxtRecordSet",
7418
7425
  "initializer": {
7419
7426
  "docs": {
7420
7427
  "stability": "stable",
7421
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set dns_txt_record_set} Resource."
7428
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set dns_txt_record_set} Resource."
7422
7429
  },
7423
7430
  "locationInModule": {
7424
7431
  "filename": "src/txt-record-set/index.ts",
@@ -7489,7 +7496,7 @@
7489
7496
  },
7490
7497
  {
7491
7498
  "docs": {
7492
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#import import section} in the documentation of this resource for the id to use",
7499
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#import import section} in the documentation of this resource for the id to use",
7493
7500
  "summary": "The id of the existing TxtRecordSet that should be imported."
7494
7501
  },
7495
7502
  "name": "importFromId",
@@ -7759,7 +7766,7 @@
7759
7766
  {
7760
7767
  "abstract": true,
7761
7768
  "docs": {
7762
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#txt TxtRecordSet#txt}",
7769
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#txt TxtRecordSet#txt}",
7763
7770
  "stability": "stable",
7764
7771
  "summary": "The text records this record set will be set to."
7765
7772
  },
@@ -7781,7 +7788,7 @@
7781
7788
  {
7782
7789
  "abstract": true,
7783
7790
  "docs": {
7784
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#zone TxtRecordSet#zone}",
7791
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#zone TxtRecordSet#zone}",
7785
7792
  "stability": "stable",
7786
7793
  "summary": "DNS zone the record set belongs to. It must be an FQDN, that is, include the trailing dot."
7787
7794
  },
@@ -7798,7 +7805,7 @@
7798
7805
  {
7799
7806
  "abstract": true,
7800
7807
  "docs": {
7801
- "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#name TxtRecordSet#name}",
7808
+ "remarks": "The `zone` argument will be appended to this value to create the full record path.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#name TxtRecordSet#name}",
7802
7809
  "stability": "stable",
7803
7810
  "summary": "The name of the record set."
7804
7811
  },
@@ -7816,7 +7823,7 @@
7816
7823
  {
7817
7824
  "abstract": true,
7818
7825
  "docs": {
7819
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.5.0/docs/resources/txt_record_set#ttl TxtRecordSet#ttl}",
7826
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/dns/3.6.0/docs/resources/txt_record_set#ttl TxtRecordSet#ttl}",
7820
7827
  "stability": "stable",
7821
7828
  "summary": "The TTL of the record set. Defaults to `3600`."
7822
7829
  },
@@ -7835,6 +7842,6 @@
7835
7842
  "symbolId": "src/txt-record-set/index:TxtRecordSetConfig"
7836
7843
  }
7837
7844
  },
7838
- "version": "12.0.0",
7839
- "fingerprint": "xIbcu7J0SZy5e+FHmF2a0rr3x3cIoCAM0eqabu9wvus="
7845
+ "version": "12.1.0",
7846
+ "fingerprint": "NT48E5P+2ZtXGFS0Bhow/9MOlCgc2KuywZD0amj7wGg="
7840
7847
  }