@cdktf/provider-acme 9.0.3 → 10.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.
package/.jsii CHANGED
@@ -8,8 +8,8 @@
8
8
  "url": "https://hashicorp.com"
9
9
  },
10
10
  "dependencies": {
11
- "cdktf": "^0.18.0",
12
- "constructs": "^10.0.0"
11
+ "cdktf": "^0.19.0",
12
+ "constructs": "^10.3.0"
13
13
  },
14
14
  "dependencyClosure": {
15
15
  "cdktf": {
@@ -72,7 +72,7 @@
72
72
  "stability": "stable"
73
73
  },
74
74
  "homepage": "https://github.com/cdktf/cdktf-provider-acme.git",
75
- "jsiiVersion": "5.2.8 (build 02112e0)",
75
+ "jsiiVersion": "5.2.35 (build f94b17a)",
76
76
  "keywords": [
77
77
  "acme",
78
78
  "cdk",
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "name": "@cdktf/provider-acme",
93
93
  "readme": {
94
- "markdown": "\n# Terraform CDK acme Provider ~> 2.10\n\nThis repo builds and publishes the Terraform acme Provider bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-acme](https://www.npmjs.com/package/@cdktf/provider-acme).\n\n`npm install @cdktf/provider-acme`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-acme](https://pypi.org/project/cdktf-cdktf-provider-acme).\n\n`pipenv install cdktf-cdktf-provider-acme`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Acme`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-acme</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-acme-go`](https://github.com/cdktf/cdktf-provider-acme-go) package.\n\n`go get github.com/cdktf/cdktf-provider-acme-go/acme`\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/@cdktf/provider-acme).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform acme Provider version 1:1. In fact, it always tracks `latest` of `~> 2.10` 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://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [Terraform CDK](https://cdk.tf)\n- [Terraform acme Provider](https://registry.terraform.io/providers/vancluever/acme/2.10.0)\n - This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-acme/releases)\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 [terraform cdk](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### projen\n\nThis is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on projen\n\nThere's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` 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 [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)\n"
94
+ "markdown": "\n# Terraform CDK acme Provider tracks ~> 2.10\n\nThis repo builds and publishes the Terraform acme Provider bindings for [CDK for Terraform](https://cdk.tf).\n\nIs based directly on acme 2.19.0\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-acme](https://www.npmjs.com/package/@cdktf/provider-acme).\n\n`npm install @cdktf/provider-acme`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-acme](https://pypi.org/project/cdktf-cdktf-provider-acme).\n\n`pipenv install cdktf-cdktf-provider-acme`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Acme`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-acme</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-acme-go`](https://github.com/cdktf/cdktf-provider-acme-go) package.\n\n`go get github.com/cdktf/cdktf-provider-acme-go/acme`\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/@cdktf/provider-acme).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform acme Provider version 1:1. In fact, it always tracks `latest` of `~> 2.10` 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://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [Terraform CDK](https://cdk.tf)\n- [Terraform acme Provider](https://registry.terraform.io/providers/vancluever/acme/2.19.0)\n - This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-acme/releases)\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 [terraform cdk](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### projen\n\nThis is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on projen\n\nThere's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` 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 [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)\n"
95
95
  },
96
96
  "repository": {
97
97
  "type": "git",
@@ -105,7 +105,7 @@
105
105
  "line": 7
106
106
  },
107
107
  "readme": {
108
- "markdown": "# `acme_certificate`\n\nRefer to the Terraform Registory for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate).\n"
108
+ "markdown": "# `acme_certificate`\n\nRefer to the Terraform Registory for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate).\n"
109
109
  },
110
110
  "symbolId": "src/certificate/index:"
111
111
  },
@@ -115,7 +115,7 @@
115
115
  "line": 9
116
116
  },
117
117
  "readme": {
118
- "markdown": "# `provider`\n\nRefer to the Terraform Registory for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs).\n"
118
+ "markdown": "# `provider`\n\nRefer to the Terraform Registory for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs).\n"
119
119
  },
120
120
  "symbolId": "src/provider/index:"
121
121
  },
@@ -125,7 +125,7 @@
125
125
  "line": 8
126
126
  },
127
127
  "readme": {
128
- "markdown": "# `acme_registration`\n\nRefer to the Terraform Registory for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration).\n"
128
+ "markdown": "# `acme_registration`\n\nRefer to the Terraform Registory for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration).\n"
129
129
  },
130
130
  "symbolId": "src/registration/index:"
131
131
  }
@@ -160,17 +160,17 @@
160
160
  "base": "cdktf.TerraformResource",
161
161
  "docs": {
162
162
  "stability": "stable",
163
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate acme_certificate}."
163
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate acme_certificate}."
164
164
  },
165
165
  "fqn": "@cdktf/provider-acme.certificate.Certificate",
166
166
  "initializer": {
167
167
  "docs": {
168
168
  "stability": "stable",
169
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate acme_certificate} Resource."
169
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate acme_certificate} Resource."
170
170
  },
171
171
  "locationInModule": {
172
172
  "filename": "src/certificate/index.ts",
173
- "line": 601
173
+ "line": 619
174
174
  },
175
175
  "parameters": [
176
176
  {
@@ -203,16 +203,73 @@
203
203
  "kind": "class",
204
204
  "locationInModule": {
205
205
  "filename": "src/certificate/index.ts",
206
- "line": 583
206
+ "line": 587
207
207
  },
208
208
  "methods": [
209
+ {
210
+ "docs": {
211
+ "stability": "stable",
212
+ "summary": "Generates CDKTF code for importing a Certificate resource upon running \"cdktf plan <stack-name>\"."
213
+ },
214
+ "locationInModule": {
215
+ "filename": "src/certificate/index.ts",
216
+ "line": 604
217
+ },
218
+ "name": "generateConfigForImport",
219
+ "parameters": [
220
+ {
221
+ "docs": {
222
+ "summary": "The scope in which to define this construct."
223
+ },
224
+ "name": "scope",
225
+ "type": {
226
+ "fqn": "constructs.Construct"
227
+ }
228
+ },
229
+ {
230
+ "docs": {
231
+ "summary": "The construct id used in the generated config for the Certificate to import."
232
+ },
233
+ "name": "importToId",
234
+ "type": {
235
+ "primitive": "string"
236
+ }
237
+ },
238
+ {
239
+ "docs": {
240
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#import import section} in the documentation of this resource for the id to use",
241
+ "summary": "The id of the existing Certificate that should be imported."
242
+ },
243
+ "name": "importFromId",
244
+ "type": {
245
+ "primitive": "string"
246
+ }
247
+ },
248
+ {
249
+ "docs": {
250
+ "summary": "? Optional instance of the provider where the Certificate to import is found."
251
+ },
252
+ "name": "provider",
253
+ "optional": true,
254
+ "type": {
255
+ "fqn": "cdktf.TerraformProvider"
256
+ }
257
+ }
258
+ ],
259
+ "returns": {
260
+ "type": {
261
+ "fqn": "cdktf.ImportableResource"
262
+ }
263
+ },
264
+ "static": true
265
+ },
209
266
  {
210
267
  "docs": {
211
268
  "stability": "stable"
212
269
  },
213
270
  "locationInModule": {
214
271
  "filename": "src/certificate/index.ts",
215
- "line": 921
272
+ "line": 956
216
273
  },
217
274
  "name": "putDnsChallenge",
218
275
  "parameters": [
@@ -244,7 +301,7 @@
244
301
  },
245
302
  "locationInModule": {
246
303
  "filename": "src/certificate/index.ts",
247
- "line": 937
304
+ "line": 972
248
305
  },
249
306
  "name": "putHttpChallenge",
250
307
  "parameters": [
@@ -262,7 +319,7 @@
262
319
  },
263
320
  "locationInModule": {
264
321
  "filename": "src/certificate/index.ts",
265
- "line": 953
322
+ "line": 988
266
323
  },
267
324
  "name": "putHttpMemcachedChallenge",
268
325
  "parameters": [
@@ -280,7 +337,7 @@
280
337
  },
281
338
  "locationInModule": {
282
339
  "filename": "src/certificate/index.ts",
283
- "line": 969
340
+ "line": 1004
284
341
  },
285
342
  "name": "putHttpS3Challenge",
286
343
  "parameters": [
@@ -298,7 +355,7 @@
298
355
  },
299
356
  "locationInModule": {
300
357
  "filename": "src/certificate/index.ts",
301
- "line": 985
358
+ "line": 1020
302
359
  },
303
360
  "name": "putHttpWebrootChallenge",
304
361
  "parameters": [
@@ -316,7 +373,7 @@
316
373
  },
317
374
  "locationInModule": {
318
375
  "filename": "src/certificate/index.ts",
319
- "line": 1001
376
+ "line": 1036
320
377
  },
321
378
  "name": "putTlsChallenge",
322
379
  "parameters": [
@@ -334,7 +391,7 @@
334
391
  },
335
392
  "locationInModule": {
336
393
  "filename": "src/certificate/index.ts",
337
- "line": 696
394
+ "line": 715
338
395
  },
339
396
  "name": "resetCertificateP12Password"
340
397
  },
@@ -344,7 +401,7 @@
344
401
  },
345
402
  "locationInModule": {
346
403
  "filename": "src/certificate/index.ts",
347
- "line": 717
404
+ "line": 736
348
405
  },
349
406
  "name": "resetCertificateRequestPem"
350
407
  },
@@ -354,7 +411,7 @@
354
411
  },
355
412
  "locationInModule": {
356
413
  "filename": "src/certificate/index.ts",
357
- "line": 665
414
+ "line": 684
358
415
  },
359
416
  "name": "resetCertTimeout"
360
417
  },
@@ -364,7 +421,7 @@
364
421
  },
365
422
  "locationInModule": {
366
423
  "filename": "src/certificate/index.ts",
367
- "line": 738
424
+ "line": 757
368
425
  },
369
426
  "name": "resetCommonName"
370
427
  },
@@ -374,7 +431,7 @@
374
431
  },
375
432
  "locationInModule": {
376
433
  "filename": "src/certificate/index.ts",
377
- "line": 754
434
+ "line": 773
378
435
  },
379
436
  "name": "resetDisableCompletePropagation"
380
437
  },
@@ -384,7 +441,7 @@
384
441
  },
385
442
  "locationInModule": {
386
443
  "filename": "src/certificate/index.ts",
387
- "line": 924
444
+ "line": 959
388
445
  },
389
446
  "name": "resetDnsChallenge"
390
447
  },
@@ -394,7 +451,7 @@
394
451
  },
395
452
  "locationInModule": {
396
453
  "filename": "src/certificate/index.ts",
397
- "line": 940
454
+ "line": 975
398
455
  },
399
456
  "name": "resetHttpChallenge"
400
457
  },
@@ -404,7 +461,7 @@
404
461
  },
405
462
  "locationInModule": {
406
463
  "filename": "src/certificate/index.ts",
407
- "line": 956
464
+ "line": 991
408
465
  },
409
466
  "name": "resetHttpMemcachedChallenge"
410
467
  },
@@ -414,7 +471,7 @@
414
471
  },
415
472
  "locationInModule": {
416
473
  "filename": "src/certificate/index.ts",
417
- "line": 972
474
+ "line": 1007
418
475
  },
419
476
  "name": "resetHttpS3Challenge"
420
477
  },
@@ -424,7 +481,7 @@
424
481
  },
425
482
  "locationInModule": {
426
483
  "filename": "src/certificate/index.ts",
427
- "line": 988
484
+ "line": 1023
428
485
  },
429
486
  "name": "resetHttpWebrootChallenge"
430
487
  },
@@ -434,7 +491,7 @@
434
491
  },
435
492
  "locationInModule": {
436
493
  "filename": "src/certificate/index.ts",
437
- "line": 770
494
+ "line": 789
438
495
  },
439
496
  "name": "resetId"
440
497
  },
@@ -444,7 +501,7 @@
444
501
  },
445
502
  "locationInModule": {
446
503
  "filename": "src/certificate/index.ts",
447
- "line": 791
504
+ "line": 810
448
505
  },
449
506
  "name": "resetKeyType"
450
507
  },
@@ -454,7 +511,7 @@
454
511
  },
455
512
  "locationInModule": {
456
513
  "filename": "src/certificate/index.ts",
457
- "line": 807
514
+ "line": 826
458
515
  },
459
516
  "name": "resetMinDaysRemaining"
460
517
  },
@@ -464,7 +521,7 @@
464
521
  },
465
522
  "locationInModule": {
466
523
  "filename": "src/certificate/index.ts",
467
- "line": 823
524
+ "line": 842
468
525
  },
469
526
  "name": "resetMustStaple"
470
527
  },
@@ -474,7 +531,7 @@
474
531
  },
475
532
  "locationInModule": {
476
533
  "filename": "src/certificate/index.ts",
477
- "line": 839
534
+ "line": 858
478
535
  },
479
536
  "name": "resetPreCheckDelay"
480
537
  },
@@ -484,7 +541,7 @@
484
541
  },
485
542
  "locationInModule": {
486
543
  "filename": "src/certificate/index.ts",
487
- "line": 855
544
+ "line": 874
488
545
  },
489
546
  "name": "resetPreferredChain"
490
547
  },
@@ -494,7 +551,7 @@
494
551
  },
495
552
  "locationInModule": {
496
553
  "filename": "src/certificate/index.ts",
497
- "line": 876
554
+ "line": 895
498
555
  },
499
556
  "name": "resetRecursiveNameservers"
500
557
  },
@@ -504,7 +561,7 @@
504
561
  },
505
562
  "locationInModule": {
506
563
  "filename": "src/certificate/index.ts",
507
- "line": 892
564
+ "line": 911
508
565
  },
509
566
  "name": "resetRevokeCertificateOnDestroy"
510
567
  },
@@ -514,7 +571,17 @@
514
571
  },
515
572
  "locationInModule": {
516
573
  "filename": "src/certificate/index.ts",
517
- "line": 908
574
+ "line": 927
575
+ },
576
+ "name": "resetRevokeCertificateReason"
577
+ },
578
+ {
579
+ "docs": {
580
+ "stability": "stable"
581
+ },
582
+ "locationInModule": {
583
+ "filename": "src/certificate/index.ts",
584
+ "line": 943
518
585
  },
519
586
  "name": "resetSubjectAlternativeNames"
520
587
  },
@@ -524,7 +591,7 @@
524
591
  },
525
592
  "locationInModule": {
526
593
  "filename": "src/certificate/index.ts",
527
- "line": 1004
594
+ "line": 1039
528
595
  },
529
596
  "name": "resetTlsChallenge"
530
597
  },
@@ -534,7 +601,7 @@
534
601
  },
535
602
  "locationInModule": {
536
603
  "filename": "src/certificate/index.ts",
537
- "line": 1016
604
+ "line": 1051
538
605
  },
539
606
  "name": "synthesizeAttributes",
540
607
  "overrides": "cdktf.TerraformResource",
@@ -562,7 +629,7 @@
562
629
  "immutable": true,
563
630
  "locationInModule": {
564
631
  "filename": "src/certificate/index.ts",
565
- "line": 588
632
+ "line": 592
566
633
  },
567
634
  "name": "tfResourceType",
568
635
  "static": true,
@@ -577,7 +644,7 @@
577
644
  "immutable": true,
578
645
  "locationInModule": {
579
646
  "filename": "src/certificate/index.ts",
580
- "line": 674
647
+ "line": 693
581
648
  },
582
649
  "name": "certificateDomain",
583
650
  "type": {
@@ -591,7 +658,7 @@
591
658
  "immutable": true,
592
659
  "locationInModule": {
593
660
  "filename": "src/certificate/index.ts",
594
- "line": 679
661
+ "line": 698
595
662
  },
596
663
  "name": "certificateNotAfter",
597
664
  "type": {
@@ -605,7 +672,7 @@
605
672
  "immutable": true,
606
673
  "locationInModule": {
607
674
  "filename": "src/certificate/index.ts",
608
- "line": 684
675
+ "line": 703
609
676
  },
610
677
  "name": "certificateP12",
611
678
  "type": {
@@ -619,7 +686,7 @@
619
686
  "immutable": true,
620
687
  "locationInModule": {
621
688
  "filename": "src/certificate/index.ts",
622
- "line": 705
689
+ "line": 724
623
690
  },
624
691
  "name": "certificatePem",
625
692
  "type": {
@@ -633,7 +700,7 @@
633
700
  "immutable": true,
634
701
  "locationInModule": {
635
702
  "filename": "src/certificate/index.ts",
636
- "line": 726
703
+ "line": 745
637
704
  },
638
705
  "name": "certificateUrl",
639
706
  "type": {
@@ -647,7 +714,7 @@
647
714
  "immutable": true,
648
715
  "locationInModule": {
649
716
  "filename": "src/certificate/index.ts",
650
- "line": 918
717
+ "line": 953
651
718
  },
652
719
  "name": "dnsChallenge",
653
720
  "type": {
@@ -661,7 +728,7 @@
661
728
  "immutable": true,
662
729
  "locationInModule": {
663
730
  "filename": "src/certificate/index.ts",
664
- "line": 934
731
+ "line": 969
665
732
  },
666
733
  "name": "httpChallenge",
667
734
  "type": {
@@ -675,7 +742,7 @@
675
742
  "immutable": true,
676
743
  "locationInModule": {
677
744
  "filename": "src/certificate/index.ts",
678
- "line": 950
745
+ "line": 985
679
746
  },
680
747
  "name": "httpMemcachedChallenge",
681
748
  "type": {
@@ -689,7 +756,7 @@
689
756
  "immutable": true,
690
757
  "locationInModule": {
691
758
  "filename": "src/certificate/index.ts",
692
- "line": 966
759
+ "line": 1001
693
760
  },
694
761
  "name": "httpS3Challenge",
695
762
  "type": {
@@ -703,7 +770,7 @@
703
770
  "immutable": true,
704
771
  "locationInModule": {
705
772
  "filename": "src/certificate/index.ts",
706
- "line": 982
773
+ "line": 1017
707
774
  },
708
775
  "name": "httpWebrootChallenge",
709
776
  "type": {
@@ -717,7 +784,7 @@
717
784
  "immutable": true,
718
785
  "locationInModule": {
719
786
  "filename": "src/certificate/index.ts",
720
- "line": 779
787
+ "line": 798
721
788
  },
722
789
  "name": "issuerPem",
723
790
  "type": {
@@ -731,7 +798,7 @@
731
798
  "immutable": true,
732
799
  "locationInModule": {
733
800
  "filename": "src/certificate/index.ts",
734
- "line": 864
801
+ "line": 883
735
802
  },
736
803
  "name": "privateKeyPem",
737
804
  "type": {
@@ -745,7 +812,7 @@
745
812
  "immutable": true,
746
813
  "locationInModule": {
747
814
  "filename": "src/certificate/index.ts",
748
- "line": 998
815
+ "line": 1033
749
816
  },
750
817
  "name": "tlsChallenge",
751
818
  "type": {
@@ -759,7 +826,7 @@
759
826
  "immutable": true,
760
827
  "locationInModule": {
761
828
  "filename": "src/certificate/index.ts",
762
- "line": 653
829
+ "line": 672
763
830
  },
764
831
  "name": "accountKeyPemInput",
765
832
  "optional": true,
@@ -774,7 +841,7 @@
774
841
  "immutable": true,
775
842
  "locationInModule": {
776
843
  "filename": "src/certificate/index.ts",
777
- "line": 700
844
+ "line": 719
778
845
  },
779
846
  "name": "certificateP12PasswordInput",
780
847
  "optional": true,
@@ -789,7 +856,7 @@
789
856
  "immutable": true,
790
857
  "locationInModule": {
791
858
  "filename": "src/certificate/index.ts",
792
- "line": 721
859
+ "line": 740
793
860
  },
794
861
  "name": "certificateRequestPemInput",
795
862
  "optional": true,
@@ -804,7 +871,7 @@
804
871
  "immutable": true,
805
872
  "locationInModule": {
806
873
  "filename": "src/certificate/index.ts",
807
- "line": 669
874
+ "line": 688
808
875
  },
809
876
  "name": "certTimeoutInput",
810
877
  "optional": true,
@@ -819,7 +886,7 @@
819
886
  "immutable": true,
820
887
  "locationInModule": {
821
888
  "filename": "src/certificate/index.ts",
822
- "line": 742
889
+ "line": 761
823
890
  },
824
891
  "name": "commonNameInput",
825
892
  "optional": true,
@@ -834,7 +901,7 @@
834
901
  "immutable": true,
835
902
  "locationInModule": {
836
903
  "filename": "src/certificate/index.ts",
837
- "line": 758
904
+ "line": 777
838
905
  },
839
906
  "name": "disableCompletePropagationInput",
840
907
  "optional": true,
@@ -858,7 +925,7 @@
858
925
  "immutable": true,
859
926
  "locationInModule": {
860
927
  "filename": "src/certificate/index.ts",
861
- "line": 928
928
+ "line": 963
862
929
  },
863
930
  "name": "dnsChallengeInput",
864
931
  "optional": true,
@@ -887,7 +954,7 @@
887
954
  "immutable": true,
888
955
  "locationInModule": {
889
956
  "filename": "src/certificate/index.ts",
890
- "line": 944
957
+ "line": 979
891
958
  },
892
959
  "name": "httpChallengeInput",
893
960
  "optional": true,
@@ -902,7 +969,7 @@
902
969
  "immutable": true,
903
970
  "locationInModule": {
904
971
  "filename": "src/certificate/index.ts",
905
- "line": 960
972
+ "line": 995
906
973
  },
907
974
  "name": "httpMemcachedChallengeInput",
908
975
  "optional": true,
@@ -917,7 +984,7 @@
917
984
  "immutable": true,
918
985
  "locationInModule": {
919
986
  "filename": "src/certificate/index.ts",
920
- "line": 976
987
+ "line": 1011
921
988
  },
922
989
  "name": "httpS3ChallengeInput",
923
990
  "optional": true,
@@ -932,7 +999,7 @@
932
999
  "immutable": true,
933
1000
  "locationInModule": {
934
1001
  "filename": "src/certificate/index.ts",
935
- "line": 992
1002
+ "line": 1027
936
1003
  },
937
1004
  "name": "httpWebrootChallengeInput",
938
1005
  "optional": true,
@@ -947,7 +1014,7 @@
947
1014
  "immutable": true,
948
1015
  "locationInModule": {
949
1016
  "filename": "src/certificate/index.ts",
950
- "line": 774
1017
+ "line": 793
951
1018
  },
952
1019
  "name": "idInput",
953
1020
  "optional": true,
@@ -962,7 +1029,7 @@
962
1029
  "immutable": true,
963
1030
  "locationInModule": {
964
1031
  "filename": "src/certificate/index.ts",
965
- "line": 795
1032
+ "line": 814
966
1033
  },
967
1034
  "name": "keyTypeInput",
968
1035
  "optional": true,
@@ -977,7 +1044,7 @@
977
1044
  "immutable": true,
978
1045
  "locationInModule": {
979
1046
  "filename": "src/certificate/index.ts",
980
- "line": 811
1047
+ "line": 830
981
1048
  },
982
1049
  "name": "minDaysRemainingInput",
983
1050
  "optional": true,
@@ -992,7 +1059,7 @@
992
1059
  "immutable": true,
993
1060
  "locationInModule": {
994
1061
  "filename": "src/certificate/index.ts",
995
- "line": 827
1062
+ "line": 846
996
1063
  },
997
1064
  "name": "mustStapleInput",
998
1065
  "optional": true,
@@ -1016,7 +1083,7 @@
1016
1083
  "immutable": true,
1017
1084
  "locationInModule": {
1018
1085
  "filename": "src/certificate/index.ts",
1019
- "line": 843
1086
+ "line": 862
1020
1087
  },
1021
1088
  "name": "preCheckDelayInput",
1022
1089
  "optional": true,
@@ -1031,7 +1098,7 @@
1031
1098
  "immutable": true,
1032
1099
  "locationInModule": {
1033
1100
  "filename": "src/certificate/index.ts",
1034
- "line": 859
1101
+ "line": 878
1035
1102
  },
1036
1103
  "name": "preferredChainInput",
1037
1104
  "optional": true,
@@ -1046,7 +1113,7 @@
1046
1113
  "immutable": true,
1047
1114
  "locationInModule": {
1048
1115
  "filename": "src/certificate/index.ts",
1049
- "line": 880
1116
+ "line": 899
1050
1117
  },
1051
1118
  "name": "recursiveNameserversInput",
1052
1119
  "optional": true,
@@ -1066,7 +1133,7 @@
1066
1133
  "immutable": true,
1067
1134
  "locationInModule": {
1068
1135
  "filename": "src/certificate/index.ts",
1069
- "line": 896
1136
+ "line": 915
1070
1137
  },
1071
1138
  "name": "revokeCertificateOnDestroyInput",
1072
1139
  "optional": true,
@@ -1090,7 +1157,22 @@
1090
1157
  "immutable": true,
1091
1158
  "locationInModule": {
1092
1159
  "filename": "src/certificate/index.ts",
1093
- "line": 912
1160
+ "line": 931
1161
+ },
1162
+ "name": "revokeCertificateReasonInput",
1163
+ "optional": true,
1164
+ "type": {
1165
+ "primitive": "string"
1166
+ }
1167
+ },
1168
+ {
1169
+ "docs": {
1170
+ "stability": "stable"
1171
+ },
1172
+ "immutable": true,
1173
+ "locationInModule": {
1174
+ "filename": "src/certificate/index.ts",
1175
+ "line": 947
1094
1176
  },
1095
1177
  "name": "subjectAlternativeNamesInput",
1096
1178
  "optional": true,
@@ -1110,7 +1192,7 @@
1110
1192
  "immutable": true,
1111
1193
  "locationInModule": {
1112
1194
  "filename": "src/certificate/index.ts",
1113
- "line": 1008
1195
+ "line": 1043
1114
1196
  },
1115
1197
  "name": "tlsChallengeInput",
1116
1198
  "optional": true,
@@ -1124,7 +1206,7 @@
1124
1206
  },
1125
1207
  "locationInModule": {
1126
1208
  "filename": "src/certificate/index.ts",
1127
- "line": 646
1209
+ "line": 665
1128
1210
  },
1129
1211
  "name": "accountKeyPem",
1130
1212
  "type": {
@@ -1137,7 +1219,7 @@
1137
1219
  },
1138
1220
  "locationInModule": {
1139
1221
  "filename": "src/certificate/index.ts",
1140
- "line": 690
1222
+ "line": 709
1141
1223
  },
1142
1224
  "name": "certificateP12Password",
1143
1225
  "type": {
@@ -1150,7 +1232,7 @@
1150
1232
  },
1151
1233
  "locationInModule": {
1152
1234
  "filename": "src/certificate/index.ts",
1153
- "line": 711
1235
+ "line": 730
1154
1236
  },
1155
1237
  "name": "certificateRequestPem",
1156
1238
  "type": {
@@ -1163,7 +1245,7 @@
1163
1245
  },
1164
1246
  "locationInModule": {
1165
1247
  "filename": "src/certificate/index.ts",
1166
- "line": 659
1248
+ "line": 678
1167
1249
  },
1168
1250
  "name": "certTimeout",
1169
1251
  "type": {
@@ -1176,7 +1258,7 @@
1176
1258
  },
1177
1259
  "locationInModule": {
1178
1260
  "filename": "src/certificate/index.ts",
1179
- "line": 732
1261
+ "line": 751
1180
1262
  },
1181
1263
  "name": "commonName",
1182
1264
  "type": {
@@ -1189,7 +1271,7 @@
1189
1271
  },
1190
1272
  "locationInModule": {
1191
1273
  "filename": "src/certificate/index.ts",
1192
- "line": 748
1274
+ "line": 767
1193
1275
  },
1194
1276
  "name": "disableCompletePropagation",
1195
1277
  "type": {
@@ -1211,7 +1293,7 @@
1211
1293
  },
1212
1294
  "locationInModule": {
1213
1295
  "filename": "src/certificate/index.ts",
1214
- "line": 764
1296
+ "line": 783
1215
1297
  },
1216
1298
  "name": "id",
1217
1299
  "type": {
@@ -1224,7 +1306,7 @@
1224
1306
  },
1225
1307
  "locationInModule": {
1226
1308
  "filename": "src/certificate/index.ts",
1227
- "line": 785
1309
+ "line": 804
1228
1310
  },
1229
1311
  "name": "keyType",
1230
1312
  "type": {
@@ -1237,7 +1319,7 @@
1237
1319
  },
1238
1320
  "locationInModule": {
1239
1321
  "filename": "src/certificate/index.ts",
1240
- "line": 801
1322
+ "line": 820
1241
1323
  },
1242
1324
  "name": "minDaysRemaining",
1243
1325
  "type": {
@@ -1250,7 +1332,7 @@
1250
1332
  },
1251
1333
  "locationInModule": {
1252
1334
  "filename": "src/certificate/index.ts",
1253
- "line": 817
1335
+ "line": 836
1254
1336
  },
1255
1337
  "name": "mustStaple",
1256
1338
  "type": {
@@ -1272,7 +1354,7 @@
1272
1354
  },
1273
1355
  "locationInModule": {
1274
1356
  "filename": "src/certificate/index.ts",
1275
- "line": 833
1357
+ "line": 852
1276
1358
  },
1277
1359
  "name": "preCheckDelay",
1278
1360
  "type": {
@@ -1285,7 +1367,7 @@
1285
1367
  },
1286
1368
  "locationInModule": {
1287
1369
  "filename": "src/certificate/index.ts",
1288
- "line": 849
1370
+ "line": 868
1289
1371
  },
1290
1372
  "name": "preferredChain",
1291
1373
  "type": {
@@ -1298,7 +1380,7 @@
1298
1380
  },
1299
1381
  "locationInModule": {
1300
1382
  "filename": "src/certificate/index.ts",
1301
- "line": 870
1383
+ "line": 889
1302
1384
  },
1303
1385
  "name": "recursiveNameservers",
1304
1386
  "type": {
@@ -1316,7 +1398,7 @@
1316
1398
  },
1317
1399
  "locationInModule": {
1318
1400
  "filename": "src/certificate/index.ts",
1319
- "line": 886
1401
+ "line": 905
1320
1402
  },
1321
1403
  "name": "revokeCertificateOnDestroy",
1322
1404
  "type": {
@@ -1338,7 +1420,20 @@
1338
1420
  },
1339
1421
  "locationInModule": {
1340
1422
  "filename": "src/certificate/index.ts",
1341
- "line": 902
1423
+ "line": 921
1424
+ },
1425
+ "name": "revokeCertificateReason",
1426
+ "type": {
1427
+ "primitive": "string"
1428
+ }
1429
+ },
1430
+ {
1431
+ "docs": {
1432
+ "stability": "stable"
1433
+ },
1434
+ "locationInModule": {
1435
+ "filename": "src/certificate/index.ts",
1436
+ "line": 937
1342
1437
  },
1343
1438
  "name": "subjectAlternativeNames",
1344
1439
  "type": {
@@ -1375,7 +1470,7 @@
1375
1470
  "abstract": true,
1376
1471
  "docs": {
1377
1472
  "stability": "stable",
1378
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
1473
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
1379
1474
  },
1380
1475
  "immutable": true,
1381
1476
  "locationInModule": {
@@ -1391,7 +1486,7 @@
1391
1486
  "abstract": true,
1392
1487
  "docs": {
1393
1488
  "stability": "stable",
1394
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1489
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1395
1490
  },
1396
1491
  "immutable": true,
1397
1492
  "locationInModule": {
@@ -1408,7 +1503,7 @@
1408
1503
  "abstract": true,
1409
1504
  "docs": {
1410
1505
  "stability": "stable",
1411
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1506
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1412
1507
  },
1413
1508
  "immutable": true,
1414
1509
  "locationInModule": {
@@ -1425,7 +1520,7 @@
1425
1520
  "abstract": true,
1426
1521
  "docs": {
1427
1522
  "stability": "stable",
1428
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
1523
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
1429
1524
  },
1430
1525
  "immutable": true,
1431
1526
  "locationInModule": {
@@ -1442,7 +1537,7 @@
1442
1537
  "abstract": true,
1443
1538
  "docs": {
1444
1539
  "stability": "stable",
1445
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#common_name Certificate#common_name}."
1540
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#common_name Certificate#common_name}."
1446
1541
  },
1447
1542
  "immutable": true,
1448
1543
  "locationInModule": {
@@ -1459,7 +1554,7 @@
1459
1554
  "abstract": true,
1460
1555
  "docs": {
1461
1556
  "stability": "stable",
1462
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1557
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1463
1558
  },
1464
1559
  "immutable": true,
1465
1560
  "locationInModule": {
@@ -1484,14 +1579,14 @@
1484
1579
  {
1485
1580
  "abstract": true,
1486
1581
  "docs": {
1487
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
1582
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
1488
1583
  "stability": "stable",
1489
1584
  "summary": "dns_challenge block."
1490
1585
  },
1491
1586
  "immutable": true,
1492
1587
  "locationInModule": {
1493
1588
  "filename": "src/certificate/index.ts",
1494
- "line": 83
1589
+ "line": 87
1495
1590
  },
1496
1591
  "name": "dnsChallenge",
1497
1592
  "optional": true,
@@ -1516,14 +1611,14 @@
1516
1611
  {
1517
1612
  "abstract": true,
1518
1613
  "docs": {
1519
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
1614
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
1520
1615
  "stability": "stable",
1521
1616
  "summary": "http_challenge block."
1522
1617
  },
1523
1618
  "immutable": true,
1524
1619
  "locationInModule": {
1525
1620
  "filename": "src/certificate/index.ts",
1526
- "line": 89
1621
+ "line": 93
1527
1622
  },
1528
1623
  "name": "httpChallenge",
1529
1624
  "optional": true,
@@ -1534,14 +1629,14 @@
1534
1629
  {
1535
1630
  "abstract": true,
1536
1631
  "docs": {
1537
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1632
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1538
1633
  "stability": "stable",
1539
1634
  "summary": "http_memcached_challenge block."
1540
1635
  },
1541
1636
  "immutable": true,
1542
1637
  "locationInModule": {
1543
1638
  "filename": "src/certificate/index.ts",
1544
- "line": 95
1639
+ "line": 99
1545
1640
  },
1546
1641
  "name": "httpMemcachedChallenge",
1547
1642
  "optional": true,
@@ -1552,14 +1647,14 @@
1552
1647
  {
1553
1648
  "abstract": true,
1554
1649
  "docs": {
1555
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
1650
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
1556
1651
  "stability": "stable",
1557
1652
  "summary": "http_s3_challenge block."
1558
1653
  },
1559
1654
  "immutable": true,
1560
1655
  "locationInModule": {
1561
1656
  "filename": "src/certificate/index.ts",
1562
- "line": 101
1657
+ "line": 105
1563
1658
  },
1564
1659
  "name": "httpS3Challenge",
1565
1660
  "optional": true,
@@ -1570,14 +1665,14 @@
1570
1665
  {
1571
1666
  "abstract": true,
1572
1667
  "docs": {
1573
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1668
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1574
1669
  "stability": "stable",
1575
1670
  "summary": "http_webroot_challenge block."
1576
1671
  },
1577
1672
  "immutable": true,
1578
1673
  "locationInModule": {
1579
1674
  "filename": "src/certificate/index.ts",
1580
- "line": 107
1675
+ "line": 111
1581
1676
  },
1582
1677
  "name": "httpWebrootChallenge",
1583
1678
  "optional": true,
@@ -1590,7 +1685,7 @@
1590
1685
  "docs": {
1591
1686
  "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.",
1592
1687
  "stability": "stable",
1593
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#id Certificate#id}."
1688
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#id Certificate#id}."
1594
1689
  },
1595
1690
  "immutable": true,
1596
1691
  "locationInModule": {
@@ -1607,7 +1702,7 @@
1607
1702
  "abstract": true,
1608
1703
  "docs": {
1609
1704
  "stability": "stable",
1610
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#key_type Certificate#key_type}."
1705
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#key_type Certificate#key_type}."
1611
1706
  },
1612
1707
  "immutable": true,
1613
1708
  "locationInModule": {
@@ -1624,7 +1719,7 @@
1624
1719
  "abstract": true,
1625
1720
  "docs": {
1626
1721
  "stability": "stable",
1627
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
1722
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
1628
1723
  },
1629
1724
  "immutable": true,
1630
1725
  "locationInModule": {
@@ -1641,7 +1736,7 @@
1641
1736
  "abstract": true,
1642
1737
  "docs": {
1643
1738
  "stability": "stable",
1644
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#must_staple Certificate#must_staple}."
1739
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#must_staple Certificate#must_staple}."
1645
1740
  },
1646
1741
  "immutable": true,
1647
1742
  "locationInModule": {
@@ -1667,7 +1762,7 @@
1667
1762
  "abstract": true,
1668
1763
  "docs": {
1669
1764
  "stability": "stable",
1670
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
1765
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
1671
1766
  },
1672
1767
  "immutable": true,
1673
1768
  "locationInModule": {
@@ -1684,7 +1779,7 @@
1684
1779
  "abstract": true,
1685
1780
  "docs": {
1686
1781
  "stability": "stable",
1687
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
1782
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
1688
1783
  },
1689
1784
  "immutable": true,
1690
1785
  "locationInModule": {
@@ -1701,7 +1796,7 @@
1701
1796
  "abstract": true,
1702
1797
  "docs": {
1703
1798
  "stability": "stable",
1704
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1799
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1705
1800
  },
1706
1801
  "immutable": true,
1707
1802
  "locationInModule": {
@@ -1723,7 +1818,7 @@
1723
1818
  "abstract": true,
1724
1819
  "docs": {
1725
1820
  "stability": "stable",
1726
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1821
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1727
1822
  },
1728
1823
  "immutable": true,
1729
1824
  "locationInModule": {
@@ -1749,13 +1844,30 @@
1749
1844
  "abstract": true,
1750
1845
  "docs": {
1751
1846
  "stability": "stable",
1752
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1847
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
1753
1848
  },
1754
1849
  "immutable": true,
1755
1850
  "locationInModule": {
1756
1851
  "filename": "src/certificate/index.ts",
1757
1852
  "line": 77
1758
1853
  },
1854
+ "name": "revokeCertificateReason",
1855
+ "optional": true,
1856
+ "type": {
1857
+ "primitive": "string"
1858
+ }
1859
+ },
1860
+ {
1861
+ "abstract": true,
1862
+ "docs": {
1863
+ "stability": "stable",
1864
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1865
+ },
1866
+ "immutable": true,
1867
+ "locationInModule": {
1868
+ "filename": "src/certificate/index.ts",
1869
+ "line": 81
1870
+ },
1759
1871
  "name": "subjectAlternativeNames",
1760
1872
  "optional": true,
1761
1873
  "type": {
@@ -1770,14 +1882,14 @@
1770
1882
  {
1771
1883
  "abstract": true,
1772
1884
  "docs": {
1773
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
1885
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
1774
1886
  "stability": "stable",
1775
1887
  "summary": "tls_challenge block."
1776
1888
  },
1777
1889
  "immutable": true,
1778
1890
  "locationInModule": {
1779
1891
  "filename": "src/certificate/index.ts",
1780
- "line": 113
1892
+ "line": 117
1781
1893
  },
1782
1894
  "name": "tlsChallenge",
1783
1895
  "optional": true,
@@ -1798,7 +1910,7 @@
1798
1910
  "kind": "interface",
1799
1911
  "locationInModule": {
1800
1912
  "filename": "src/certificate/index.ts",
1801
- "line": 115
1913
+ "line": 119
1802
1914
  },
1803
1915
  "name": "CertificateDnsChallenge",
1804
1916
  "namespace": "certificate",
@@ -1807,12 +1919,12 @@
1807
1919
  "abstract": true,
1808
1920
  "docs": {
1809
1921
  "stability": "stable",
1810
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#provider Certificate#provider}."
1922
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#provider Certificate#provider}."
1811
1923
  },
1812
1924
  "immutable": true,
1813
1925
  "locationInModule": {
1814
1926
  "filename": "src/certificate/index.ts",
1815
- "line": 123
1927
+ "line": 127
1816
1928
  },
1817
1929
  "name": "provider",
1818
1930
  "type": {
@@ -1823,12 +1935,12 @@
1823
1935
  "abstract": true,
1824
1936
  "docs": {
1825
1937
  "stability": "stable",
1826
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#config Certificate#config}."
1938
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#config Certificate#config}."
1827
1939
  },
1828
1940
  "immutable": true,
1829
1941
  "locationInModule": {
1830
1942
  "filename": "src/certificate/index.ts",
1831
- "line": 119
1943
+ "line": 123
1832
1944
  },
1833
1945
  "name": "config",
1834
1946
  "optional": true,
@@ -1857,7 +1969,7 @@
1857
1969
  },
1858
1970
  "locationInModule": {
1859
1971
  "filename": "src/certificate/index.ts",
1860
- "line": 225
1972
+ "line": 229
1861
1973
  },
1862
1974
  "parameters": [
1863
1975
  {
@@ -1892,7 +2004,7 @@
1892
2004
  "kind": "class",
1893
2005
  "locationInModule": {
1894
2006
  "filename": "src/certificate/index.ts",
1895
- "line": 217
2007
+ "line": 221
1896
2008
  },
1897
2009
  "methods": [
1898
2010
  {
@@ -1901,7 +2013,7 @@
1901
2013
  },
1902
2014
  "locationInModule": {
1903
2015
  "filename": "src/certificate/index.ts",
1904
- "line": 232
2016
+ "line": 236
1905
2017
  },
1906
2018
  "name": "get",
1907
2019
  "parameters": [
@@ -1932,7 +2044,7 @@
1932
2044
  },
1933
2045
  "locationInModule": {
1934
2046
  "filename": "src/certificate/index.ts",
1935
- "line": 225
2047
+ "line": 229
1936
2048
  },
1937
2049
  "name": "terraformAttribute",
1938
2050
  "overrides": "cdktf.ComplexList",
@@ -1948,7 +2060,7 @@
1948
2060
  },
1949
2061
  "locationInModule": {
1950
2062
  "filename": "src/certificate/index.ts",
1951
- "line": 225
2063
+ "line": 229
1952
2064
  },
1953
2065
  "name": "terraformResource",
1954
2066
  "overrides": "cdktf.ComplexList",
@@ -1964,7 +2076,7 @@
1964
2076
  },
1965
2077
  "locationInModule": {
1966
2078
  "filename": "src/certificate/index.ts",
1967
- "line": 225
2079
+ "line": 229
1968
2080
  },
1969
2081
  "name": "wrapsSet",
1970
2082
  "overrides": "cdktf.ComplexList",
@@ -1979,7 +2091,7 @@
1979
2091
  },
1980
2092
  "locationInModule": {
1981
2093
  "filename": "src/certificate/index.ts",
1982
- "line": 218
2094
+ "line": 222
1983
2095
  },
1984
2096
  "name": "internalValue",
1985
2097
  "optional": true,
@@ -2017,7 +2129,7 @@
2017
2129
  },
2018
2130
  "locationInModule": {
2019
2131
  "filename": "src/certificate/index.ts",
2020
- "line": 147
2132
+ "line": 151
2021
2133
  },
2022
2134
  "parameters": [
2023
2135
  {
@@ -2061,7 +2173,7 @@
2061
2173
  "kind": "class",
2062
2174
  "locationInModule": {
2063
2175
  "filename": "src/certificate/index.ts",
2064
- "line": 137
2176
+ "line": 141
2065
2177
  },
2066
2178
  "methods": [
2067
2179
  {
@@ -2070,7 +2182,7 @@
2070
2182
  },
2071
2183
  "locationInModule": {
2072
2184
  "filename": "src/certificate/index.ts",
2073
- "line": 195
2185
+ "line": 199
2074
2186
  },
2075
2187
  "name": "resetConfig"
2076
2188
  }
@@ -2085,7 +2197,7 @@
2085
2197
  "immutable": true,
2086
2198
  "locationInModule": {
2087
2199
  "filename": "src/certificate/index.ts",
2088
- "line": 199
2200
+ "line": 203
2089
2201
  },
2090
2202
  "name": "configInput",
2091
2203
  "optional": true,
@@ -2105,7 +2217,7 @@
2105
2217
  "immutable": true,
2106
2218
  "locationInModule": {
2107
2219
  "filename": "src/certificate/index.ts",
2108
- "line": 212
2220
+ "line": 216
2109
2221
  },
2110
2222
  "name": "providerInput",
2111
2223
  "optional": true,
@@ -2119,7 +2231,7 @@
2119
2231
  },
2120
2232
  "locationInModule": {
2121
2233
  "filename": "src/certificate/index.ts",
2122
- "line": 189
2234
+ "line": 193
2123
2235
  },
2124
2236
  "name": "config",
2125
2237
  "type": {
@@ -2137,7 +2249,7 @@
2137
2249
  },
2138
2250
  "locationInModule": {
2139
2251
  "filename": "src/certificate/index.ts",
2140
- "line": 205
2252
+ "line": 209
2141
2253
  },
2142
2254
  "name": "provider",
2143
2255
  "type": {
@@ -2150,7 +2262,7 @@
2150
2262
  },
2151
2263
  "locationInModule": {
2152
2264
  "filename": "src/certificate/index.ts",
2153
- "line": 151
2265
+ "line": 155
2154
2266
  },
2155
2267
  "name": "internalValue",
2156
2268
  "optional": true,
@@ -2180,7 +2292,7 @@
2180
2292
  "kind": "interface",
2181
2293
  "locationInModule": {
2182
2294
  "filename": "src/certificate/index.ts",
2183
- "line": 236
2295
+ "line": 240
2184
2296
  },
2185
2297
  "name": "CertificateHttpChallenge",
2186
2298
  "namespace": "certificate",
@@ -2189,12 +2301,12 @@
2189
2301
  "abstract": true,
2190
2302
  "docs": {
2191
2303
  "stability": "stable",
2192
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#port Certificate#port}."
2304
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#port Certificate#port}."
2193
2305
  },
2194
2306
  "immutable": true,
2195
2307
  "locationInModule": {
2196
2308
  "filename": "src/certificate/index.ts",
2197
- "line": 240
2309
+ "line": 244
2198
2310
  },
2199
2311
  "name": "port",
2200
2312
  "optional": true,
@@ -2206,12 +2318,12 @@
2206
2318
  "abstract": true,
2207
2319
  "docs": {
2208
2320
  "stability": "stable",
2209
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
2321
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
2210
2322
  },
2211
2323
  "immutable": true,
2212
2324
  "locationInModule": {
2213
2325
  "filename": "src/certificate/index.ts",
2214
- "line": 244
2326
+ "line": 248
2215
2327
  },
2216
2328
  "name": "proxyHeader",
2217
2329
  "optional": true,
@@ -2235,7 +2347,7 @@
2235
2347
  },
2236
2348
  "locationInModule": {
2237
2349
  "filename": "src/certificate/index.ts",
2238
- "line": 265
2350
+ "line": 269
2239
2351
  },
2240
2352
  "parameters": [
2241
2353
  {
@@ -2261,7 +2373,7 @@
2261
2373
  "kind": "class",
2262
2374
  "locationInModule": {
2263
2375
  "filename": "src/certificate/index.ts",
2264
- "line": 258
2376
+ "line": 262
2265
2377
  },
2266
2378
  "methods": [
2267
2379
  {
@@ -2270,7 +2382,7 @@
2270
2382
  },
2271
2383
  "locationInModule": {
2272
2384
  "filename": "src/certificate/index.ts",
2273
- "line": 304
2385
+ "line": 308
2274
2386
  },
2275
2387
  "name": "resetPort"
2276
2388
  },
@@ -2280,7 +2392,7 @@
2280
2392
  },
2281
2393
  "locationInModule": {
2282
2394
  "filename": "src/certificate/index.ts",
2283
- "line": 320
2395
+ "line": 324
2284
2396
  },
2285
2397
  "name": "resetProxyHeader"
2286
2398
  }
@@ -2295,7 +2407,7 @@
2295
2407
  "immutable": true,
2296
2408
  "locationInModule": {
2297
2409
  "filename": "src/certificate/index.ts",
2298
- "line": 308
2410
+ "line": 312
2299
2411
  },
2300
2412
  "name": "portInput",
2301
2413
  "optional": true,
@@ -2310,7 +2422,7 @@
2310
2422
  "immutable": true,
2311
2423
  "locationInModule": {
2312
2424
  "filename": "src/certificate/index.ts",
2313
- "line": 324
2425
+ "line": 328
2314
2426
  },
2315
2427
  "name": "proxyHeaderInput",
2316
2428
  "optional": true,
@@ -2324,7 +2436,7 @@
2324
2436
  },
2325
2437
  "locationInModule": {
2326
2438
  "filename": "src/certificate/index.ts",
2327
- "line": 298
2439
+ "line": 302
2328
2440
  },
2329
2441
  "name": "port",
2330
2442
  "type": {
@@ -2337,7 +2449,7 @@
2337
2449
  },
2338
2450
  "locationInModule": {
2339
2451
  "filename": "src/certificate/index.ts",
2340
- "line": 314
2452
+ "line": 318
2341
2453
  },
2342
2454
  "name": "proxyHeader",
2343
2455
  "type": {
@@ -2350,7 +2462,7 @@
2350
2462
  },
2351
2463
  "locationInModule": {
2352
2464
  "filename": "src/certificate/index.ts",
2353
- "line": 269
2465
+ "line": 273
2354
2466
  },
2355
2467
  "name": "internalValue",
2356
2468
  "optional": true,
@@ -2371,7 +2483,7 @@
2371
2483
  "kind": "interface",
2372
2484
  "locationInModule": {
2373
2485
  "filename": "src/certificate/index.ts",
2374
- "line": 328
2486
+ "line": 332
2375
2487
  },
2376
2488
  "name": "CertificateHttpMemcachedChallenge",
2377
2489
  "namespace": "certificate",
@@ -2380,12 +2492,12 @@
2380
2492
  "abstract": true,
2381
2493
  "docs": {
2382
2494
  "stability": "stable",
2383
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#hosts Certificate#hosts}."
2495
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#hosts Certificate#hosts}."
2384
2496
  },
2385
2497
  "immutable": true,
2386
2498
  "locationInModule": {
2387
2499
  "filename": "src/certificate/index.ts",
2388
- "line": 332
2500
+ "line": 336
2389
2501
  },
2390
2502
  "name": "hosts",
2391
2503
  "type": {
@@ -2413,7 +2525,7 @@
2413
2525
  },
2414
2526
  "locationInModule": {
2415
2527
  "filename": "src/certificate/index.ts",
2416
- "line": 352
2528
+ "line": 356
2417
2529
  },
2418
2530
  "parameters": [
2419
2531
  {
@@ -2439,7 +2551,7 @@
2439
2551
  "kind": "class",
2440
2552
  "locationInModule": {
2441
2553
  "filename": "src/certificate/index.ts",
2442
- "line": 345
2554
+ "line": 349
2443
2555
  },
2444
2556
  "name": "CertificateHttpMemcachedChallengeOutputReference",
2445
2557
  "namespace": "certificate",
@@ -2451,7 +2563,7 @@
2451
2563
  "immutable": true,
2452
2564
  "locationInModule": {
2453
2565
  "filename": "src/certificate/index.ts",
2454
- "line": 386
2566
+ "line": 390
2455
2567
  },
2456
2568
  "name": "hostsInput",
2457
2569
  "optional": true,
@@ -2470,7 +2582,7 @@
2470
2582
  },
2471
2583
  "locationInModule": {
2472
2584
  "filename": "src/certificate/index.ts",
2473
- "line": 379
2585
+ "line": 383
2474
2586
  },
2475
2587
  "name": "hosts",
2476
2588
  "type": {
@@ -2488,7 +2600,7 @@
2488
2600
  },
2489
2601
  "locationInModule": {
2490
2602
  "filename": "src/certificate/index.ts",
2491
- "line": 356
2603
+ "line": 360
2492
2604
  },
2493
2605
  "name": "internalValue",
2494
2606
  "optional": true,
@@ -2509,7 +2621,7 @@
2509
2621
  "kind": "interface",
2510
2622
  "locationInModule": {
2511
2623
  "filename": "src/certificate/index.ts",
2512
- "line": 390
2624
+ "line": 394
2513
2625
  },
2514
2626
  "name": "CertificateHttpS3Challenge",
2515
2627
  "namespace": "certificate",
@@ -2518,12 +2630,12 @@
2518
2630
  "abstract": true,
2519
2631
  "docs": {
2520
2632
  "stability": "stable",
2521
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
2633
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
2522
2634
  },
2523
2635
  "immutable": true,
2524
2636
  "locationInModule": {
2525
2637
  "filename": "src/certificate/index.ts",
2526
- "line": 394
2638
+ "line": 398
2527
2639
  },
2528
2640
  "name": "s3Bucket",
2529
2641
  "type": {
@@ -2546,7 +2658,7 @@
2546
2658
  },
2547
2659
  "locationInModule": {
2548
2660
  "filename": "src/certificate/index.ts",
2549
- "line": 414
2661
+ "line": 418
2550
2662
  },
2551
2663
  "parameters": [
2552
2664
  {
@@ -2572,7 +2684,7 @@
2572
2684
  "kind": "class",
2573
2685
  "locationInModule": {
2574
2686
  "filename": "src/certificate/index.ts",
2575
- "line": 407
2687
+ "line": 411
2576
2688
  },
2577
2689
  "name": "CertificateHttpS3ChallengeOutputReference",
2578
2690
  "namespace": "certificate",
@@ -2584,7 +2696,7 @@
2584
2696
  "immutable": true,
2585
2697
  "locationInModule": {
2586
2698
  "filename": "src/certificate/index.ts",
2587
- "line": 448
2699
+ "line": 452
2588
2700
  },
2589
2701
  "name": "s3BucketInput",
2590
2702
  "optional": true,
@@ -2598,7 +2710,7 @@
2598
2710
  },
2599
2711
  "locationInModule": {
2600
2712
  "filename": "src/certificate/index.ts",
2601
- "line": 441
2713
+ "line": 445
2602
2714
  },
2603
2715
  "name": "s3Bucket",
2604
2716
  "type": {
@@ -2611,7 +2723,7 @@
2611
2723
  },
2612
2724
  "locationInModule": {
2613
2725
  "filename": "src/certificate/index.ts",
2614
- "line": 418
2726
+ "line": 422
2615
2727
  },
2616
2728
  "name": "internalValue",
2617
2729
  "optional": true,
@@ -2632,7 +2744,7 @@
2632
2744
  "kind": "interface",
2633
2745
  "locationInModule": {
2634
2746
  "filename": "src/certificate/index.ts",
2635
- "line": 452
2747
+ "line": 456
2636
2748
  },
2637
2749
  "name": "CertificateHttpWebrootChallenge",
2638
2750
  "namespace": "certificate",
@@ -2641,12 +2753,12 @@
2641
2753
  "abstract": true,
2642
2754
  "docs": {
2643
2755
  "stability": "stable",
2644
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#directory Certificate#directory}."
2756
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#directory Certificate#directory}."
2645
2757
  },
2646
2758
  "immutable": true,
2647
2759
  "locationInModule": {
2648
2760
  "filename": "src/certificate/index.ts",
2649
- "line": 456
2761
+ "line": 460
2650
2762
  },
2651
2763
  "name": "directory",
2652
2764
  "type": {
@@ -2669,7 +2781,7 @@
2669
2781
  },
2670
2782
  "locationInModule": {
2671
2783
  "filename": "src/certificate/index.ts",
2672
- "line": 476
2784
+ "line": 480
2673
2785
  },
2674
2786
  "parameters": [
2675
2787
  {
@@ -2695,7 +2807,7 @@
2695
2807
  "kind": "class",
2696
2808
  "locationInModule": {
2697
2809
  "filename": "src/certificate/index.ts",
2698
- "line": 469
2810
+ "line": 473
2699
2811
  },
2700
2812
  "name": "CertificateHttpWebrootChallengeOutputReference",
2701
2813
  "namespace": "certificate",
@@ -2707,7 +2819,7 @@
2707
2819
  "immutable": true,
2708
2820
  "locationInModule": {
2709
2821
  "filename": "src/certificate/index.ts",
2710
- "line": 510
2822
+ "line": 514
2711
2823
  },
2712
2824
  "name": "directoryInput",
2713
2825
  "optional": true,
@@ -2721,7 +2833,7 @@
2721
2833
  },
2722
2834
  "locationInModule": {
2723
2835
  "filename": "src/certificate/index.ts",
2724
- "line": 503
2836
+ "line": 507
2725
2837
  },
2726
2838
  "name": "directory",
2727
2839
  "type": {
@@ -2734,7 +2846,7 @@
2734
2846
  },
2735
2847
  "locationInModule": {
2736
2848
  "filename": "src/certificate/index.ts",
2737
- "line": 480
2849
+ "line": 484
2738
2850
  },
2739
2851
  "name": "internalValue",
2740
2852
  "optional": true,
@@ -2755,7 +2867,7 @@
2755
2867
  "kind": "interface",
2756
2868
  "locationInModule": {
2757
2869
  "filename": "src/certificate/index.ts",
2758
- "line": 514
2870
+ "line": 518
2759
2871
  },
2760
2872
  "name": "CertificateTlsChallenge",
2761
2873
  "namespace": "certificate",
@@ -2764,12 +2876,12 @@
2764
2876
  "abstract": true,
2765
2877
  "docs": {
2766
2878
  "stability": "stable",
2767
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#port Certificate#port}."
2879
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#port Certificate#port}."
2768
2880
  },
2769
2881
  "immutable": true,
2770
2882
  "locationInModule": {
2771
2883
  "filename": "src/certificate/index.ts",
2772
- "line": 518
2884
+ "line": 522
2773
2885
  },
2774
2886
  "name": "port",
2775
2887
  "optional": true,
@@ -2793,7 +2905,7 @@
2793
2905
  },
2794
2906
  "locationInModule": {
2795
2907
  "filename": "src/certificate/index.ts",
2796
- "line": 538
2908
+ "line": 542
2797
2909
  },
2798
2910
  "parameters": [
2799
2911
  {
@@ -2819,7 +2931,7 @@
2819
2931
  "kind": "class",
2820
2932
  "locationInModule": {
2821
2933
  "filename": "src/certificate/index.ts",
2822
- "line": 531
2934
+ "line": 535
2823
2935
  },
2824
2936
  "methods": [
2825
2937
  {
@@ -2828,7 +2940,7 @@
2828
2940
  },
2829
2941
  "locationInModule": {
2830
2942
  "filename": "src/certificate/index.ts",
2831
- "line": 571
2943
+ "line": 575
2832
2944
  },
2833
2945
  "name": "resetPort"
2834
2946
  }
@@ -2843,7 +2955,7 @@
2843
2955
  "immutable": true,
2844
2956
  "locationInModule": {
2845
2957
  "filename": "src/certificate/index.ts",
2846
- "line": 575
2958
+ "line": 579
2847
2959
  },
2848
2960
  "name": "portInput",
2849
2961
  "optional": true,
@@ -2857,7 +2969,7 @@
2857
2969
  },
2858
2970
  "locationInModule": {
2859
2971
  "filename": "src/certificate/index.ts",
2860
- "line": 565
2972
+ "line": 569
2861
2973
  },
2862
2974
  "name": "port",
2863
2975
  "type": {
@@ -2870,7 +2982,7 @@
2870
2982
  },
2871
2983
  "locationInModule": {
2872
2984
  "filename": "src/certificate/index.ts",
2873
- "line": 542
2985
+ "line": 546
2874
2986
  },
2875
2987
  "name": "internalValue",
2876
2988
  "optional": true,
@@ -2886,17 +2998,17 @@
2886
2998
  "base": "cdktf.TerraformProvider",
2887
2999
  "docs": {
2888
3000
  "stability": "stable",
2889
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs acme}."
3001
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs acme}."
2890
3002
  },
2891
3003
  "fqn": "@cdktf/provider-acme.provider.AcmeProvider",
2892
3004
  "initializer": {
2893
3005
  "docs": {
2894
3006
  "stability": "stable",
2895
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs acme} Resource."
3007
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs acme} Resource."
2896
3008
  },
2897
3009
  "locationInModule": {
2898
3010
  "filename": "src/provider/index.ts",
2899
- "line": 48
3011
+ "line": 62
2900
3012
  },
2901
3013
  "parameters": [
2902
3014
  {
@@ -2932,13 +3044,70 @@
2932
3044
  "line": 30
2933
3045
  },
2934
3046
  "methods": [
3047
+ {
3048
+ "docs": {
3049
+ "stability": "stable",
3050
+ "summary": "Generates CDKTF code for importing a AcmeProvider resource upon running \"cdktf plan <stack-name>\"."
3051
+ },
3052
+ "locationInModule": {
3053
+ "filename": "src/provider/index.ts",
3054
+ "line": 47
3055
+ },
3056
+ "name": "generateConfigForImport",
3057
+ "parameters": [
3058
+ {
3059
+ "docs": {
3060
+ "summary": "The scope in which to define this construct."
3061
+ },
3062
+ "name": "scope",
3063
+ "type": {
3064
+ "fqn": "constructs.Construct"
3065
+ }
3066
+ },
3067
+ {
3068
+ "docs": {
3069
+ "summary": "The construct id used in the generated config for the AcmeProvider to import."
3070
+ },
3071
+ "name": "importToId",
3072
+ "type": {
3073
+ "primitive": "string"
3074
+ }
3075
+ },
3076
+ {
3077
+ "docs": {
3078
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs#import import section} in the documentation of this resource for the id to use",
3079
+ "summary": "The id of the existing AcmeProvider that should be imported."
3080
+ },
3081
+ "name": "importFromId",
3082
+ "type": {
3083
+ "primitive": "string"
3084
+ }
3085
+ },
3086
+ {
3087
+ "docs": {
3088
+ "summary": "? Optional instance of the provider where the AcmeProvider to import is found."
3089
+ },
3090
+ "name": "provider",
3091
+ "optional": true,
3092
+ "type": {
3093
+ "fqn": "cdktf.TerraformProvider"
3094
+ }
3095
+ }
3096
+ ],
3097
+ "returns": {
3098
+ "type": {
3099
+ "fqn": "cdktf.ImportableResource"
3100
+ }
3101
+ },
3102
+ "static": true
3103
+ },
2935
3104
  {
2936
3105
  "docs": {
2937
3106
  "stability": "stable"
2938
3107
  },
2939
3108
  "locationInModule": {
2940
3109
  "filename": "src/provider/index.ts",
2941
- "line": 87
3110
+ "line": 101
2942
3111
  },
2943
3112
  "name": "resetAlias"
2944
3113
  },
@@ -2948,7 +3117,7 @@
2948
3117
  },
2949
3118
  "locationInModule": {
2950
3119
  "filename": "src/provider/index.ts",
2951
- "line": 99
3120
+ "line": 113
2952
3121
  },
2953
3122
  "name": "synthesizeAttributes",
2954
3123
  "overrides": "cdktf.TerraformProvider",
@@ -2991,7 +3160,7 @@
2991
3160
  "immutable": true,
2992
3161
  "locationInModule": {
2993
3162
  "filename": "src/provider/index.ts",
2994
- "line": 91
3163
+ "line": 105
2995
3164
  },
2996
3165
  "name": "aliasInput",
2997
3166
  "optional": true,
@@ -3006,7 +3175,7 @@
3006
3175
  "immutable": true,
3007
3176
  "locationInModule": {
3008
3177
  "filename": "src/provider/index.ts",
3009
- "line": 75
3178
+ "line": 89
3010
3179
  },
3011
3180
  "name": "serverUrlInput",
3012
3181
  "optional": true,
@@ -3020,7 +3189,7 @@
3020
3189
  },
3021
3190
  "locationInModule": {
3022
3191
  "filename": "src/provider/index.ts",
3023
- "line": 81
3192
+ "line": 95
3024
3193
  },
3025
3194
  "name": "alias",
3026
3195
  "optional": true,
@@ -3035,7 +3204,7 @@
3035
3204
  },
3036
3205
  "locationInModule": {
3037
3206
  "filename": "src/provider/index.ts",
3038
- "line": 68
3207
+ "line": 82
3039
3208
  },
3040
3209
  "name": "serverUrl",
3041
3210
  "optional": true,
@@ -3065,7 +3234,7 @@
3065
3234
  "abstract": true,
3066
3235
  "docs": {
3067
3236
  "stability": "stable",
3068
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs#server_url AcmeProvider#server_url}."
3237
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs#server_url AcmeProvider#server_url}."
3069
3238
  },
3070
3239
  "immutable": true,
3071
3240
  "locationInModule": {
@@ -3080,7 +3249,7 @@
3080
3249
  {
3081
3250
  "abstract": true,
3082
3251
  "docs": {
3083
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs#alias AcmeProvider#alias}",
3252
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs#alias AcmeProvider#alias}",
3084
3253
  "stability": "stable",
3085
3254
  "summary": "Alias name."
3086
3255
  },
@@ -3103,17 +3272,17 @@
3103
3272
  "base": "cdktf.TerraformResource",
3104
3273
  "docs": {
3105
3274
  "stability": "stable",
3106
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration acme_registration}."
3275
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration acme_registration}."
3107
3276
  },
3108
3277
  "fqn": "@cdktf/provider-acme.registration.Registration",
3109
3278
  "initializer": {
3110
3279
  "docs": {
3111
3280
  "stability": "stable",
3112
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration acme_registration} Resource."
3281
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration acme_registration} Resource."
3113
3282
  },
3114
3283
  "locationInModule": {
3115
3284
  "filename": "src/registration/index.ts",
3116
- "line": 145
3285
+ "line": 159
3117
3286
  },
3118
3287
  "parameters": [
3119
3288
  {
@@ -3149,13 +3318,70 @@
3149
3318
  "line": 127
3150
3319
  },
3151
3320
  "methods": [
3321
+ {
3322
+ "docs": {
3323
+ "stability": "stable",
3324
+ "summary": "Generates CDKTF code for importing a Registration resource upon running \"cdktf plan <stack-name>\"."
3325
+ },
3326
+ "locationInModule": {
3327
+ "filename": "src/registration/index.ts",
3328
+ "line": 144
3329
+ },
3330
+ "name": "generateConfigForImport",
3331
+ "parameters": [
3332
+ {
3333
+ "docs": {
3334
+ "summary": "The scope in which to define this construct."
3335
+ },
3336
+ "name": "scope",
3337
+ "type": {
3338
+ "fqn": "constructs.Construct"
3339
+ }
3340
+ },
3341
+ {
3342
+ "docs": {
3343
+ "summary": "The construct id used in the generated config for the Registration to import."
3344
+ },
3345
+ "name": "importToId",
3346
+ "type": {
3347
+ "primitive": "string"
3348
+ }
3349
+ },
3350
+ {
3351
+ "docs": {
3352
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
3353
+ "summary": "The id of the existing Registration that should be imported."
3354
+ },
3355
+ "name": "importFromId",
3356
+ "type": {
3357
+ "primitive": "string"
3358
+ }
3359
+ },
3360
+ {
3361
+ "docs": {
3362
+ "summary": "? Optional instance of the provider where the Registration to import is found."
3363
+ },
3364
+ "name": "provider",
3365
+ "optional": true,
3366
+ "type": {
3367
+ "fqn": "cdktf.TerraformProvider"
3368
+ }
3369
+ }
3370
+ ],
3371
+ "returns": {
3372
+ "type": {
3373
+ "fqn": "cdktf.ImportableResource"
3374
+ }
3375
+ },
3376
+ "static": true
3377
+ },
3152
3378
  {
3153
3379
  "docs": {
3154
3380
  "stability": "stable"
3155
3381
  },
3156
3382
  "locationInModule": {
3157
3383
  "filename": "src/registration/index.ts",
3158
- "line": 223
3384
+ "line": 237
3159
3385
  },
3160
3386
  "name": "putExternalAccountBinding",
3161
3387
  "parameters": [
@@ -3173,7 +3399,7 @@
3173
3399
  },
3174
3400
  "locationInModule": {
3175
3401
  "filename": "src/registration/index.ts",
3176
- "line": 226
3402
+ "line": 240
3177
3403
  },
3178
3404
  "name": "resetExternalAccountBinding"
3179
3405
  },
@@ -3183,7 +3409,7 @@
3183
3409
  },
3184
3410
  "locationInModule": {
3185
3411
  "filename": "src/registration/index.ts",
3186
- "line": 205
3412
+ "line": 219
3187
3413
  },
3188
3414
  "name": "resetId"
3189
3415
  },
@@ -3193,7 +3419,7 @@
3193
3419
  },
3194
3420
  "locationInModule": {
3195
3421
  "filename": "src/registration/index.ts",
3196
- "line": 238
3422
+ "line": 252
3197
3423
  },
3198
3424
  "name": "synthesizeAttributes",
3199
3425
  "overrides": "cdktf.TerraformResource",
@@ -3236,7 +3462,7 @@
3236
3462
  "immutable": true,
3237
3463
  "locationInModule": {
3238
3464
  "filename": "src/registration/index.ts",
3239
- "line": 220
3465
+ "line": 234
3240
3466
  },
3241
3467
  "name": "externalAccountBinding",
3242
3468
  "type": {
@@ -3250,7 +3476,7 @@
3250
3476
  "immutable": true,
3251
3477
  "locationInModule": {
3252
3478
  "filename": "src/registration/index.ts",
3253
- "line": 214
3479
+ "line": 228
3254
3480
  },
3255
3481
  "name": "registrationUrl",
3256
3482
  "type": {
@@ -3264,7 +3490,7 @@
3264
3490
  "immutable": true,
3265
3491
  "locationInModule": {
3266
3492
  "filename": "src/registration/index.ts",
3267
- "line": 180
3493
+ "line": 194
3268
3494
  },
3269
3495
  "name": "accountKeyPemInput",
3270
3496
  "optional": true,
@@ -3279,7 +3505,7 @@
3279
3505
  "immutable": true,
3280
3506
  "locationInModule": {
3281
3507
  "filename": "src/registration/index.ts",
3282
- "line": 193
3508
+ "line": 207
3283
3509
  },
3284
3510
  "name": "emailAddressInput",
3285
3511
  "optional": true,
@@ -3294,7 +3520,7 @@
3294
3520
  "immutable": true,
3295
3521
  "locationInModule": {
3296
3522
  "filename": "src/registration/index.ts",
3297
- "line": 230
3523
+ "line": 244
3298
3524
  },
3299
3525
  "name": "externalAccountBindingInput",
3300
3526
  "optional": true,
@@ -3309,7 +3535,7 @@
3309
3535
  "immutable": true,
3310
3536
  "locationInModule": {
3311
3537
  "filename": "src/registration/index.ts",
3312
- "line": 209
3538
+ "line": 223
3313
3539
  },
3314
3540
  "name": "idInput",
3315
3541
  "optional": true,
@@ -3323,7 +3549,7 @@
3323
3549
  },
3324
3550
  "locationInModule": {
3325
3551
  "filename": "src/registration/index.ts",
3326
- "line": 173
3552
+ "line": 187
3327
3553
  },
3328
3554
  "name": "accountKeyPem",
3329
3555
  "type": {
@@ -3336,7 +3562,7 @@
3336
3562
  },
3337
3563
  "locationInModule": {
3338
3564
  "filename": "src/registration/index.ts",
3339
- "line": 186
3565
+ "line": 200
3340
3566
  },
3341
3567
  "name": "emailAddress",
3342
3568
  "type": {
@@ -3349,7 +3575,7 @@
3349
3575
  },
3350
3576
  "locationInModule": {
3351
3577
  "filename": "src/registration/index.ts",
3352
- "line": 199
3578
+ "line": 213
3353
3579
  },
3354
3580
  "name": "id",
3355
3581
  "type": {
@@ -3381,7 +3607,7 @@
3381
3607
  "abstract": true,
3382
3608
  "docs": {
3383
3609
  "stability": "stable",
3384
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
3610
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
3385
3611
  },
3386
3612
  "immutable": true,
3387
3613
  "locationInModule": {
@@ -3397,7 +3623,7 @@
3397
3623
  "abstract": true,
3398
3624
  "docs": {
3399
3625
  "stability": "stable",
3400
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration#email_address Registration#email_address}."
3626
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#email_address Registration#email_address}."
3401
3627
  },
3402
3628
  "immutable": true,
3403
3629
  "locationInModule": {
@@ -3412,7 +3638,7 @@
3412
3638
  {
3413
3639
  "abstract": true,
3414
3640
  "docs": {
3415
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
3641
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
3416
3642
  "stability": "stable",
3417
3643
  "summary": "external_account_binding block."
3418
3644
  },
@@ -3432,7 +3658,7 @@
3432
3658
  "docs": {
3433
3659
  "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.",
3434
3660
  "stability": "stable",
3435
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration#id Registration#id}."
3661
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#id Registration#id}."
3436
3662
  },
3437
3663
  "immutable": true,
3438
3664
  "locationInModule": {
@@ -3467,7 +3693,7 @@
3467
3693
  "abstract": true,
3468
3694
  "docs": {
3469
3695
  "stability": "stable",
3470
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
3696
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
3471
3697
  },
3472
3698
  "immutable": true,
3473
3699
  "locationInModule": {
@@ -3483,7 +3709,7 @@
3483
3709
  "abstract": true,
3484
3710
  "docs": {
3485
3711
  "stability": "stable",
3486
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration#key_id Registration#key_id}."
3712
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#key_id Registration#key_id}."
3487
3713
  },
3488
3714
  "immutable": true,
3489
3715
  "locationInModule": {
@@ -3616,6 +3842,6 @@
3616
3842
  "symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
3617
3843
  }
3618
3844
  },
3619
- "version": "9.0.3",
3620
- "fingerprint": "oKN8kjxlQ8RHYOn4MeYeJg7Sxu8ZME3mT+4tqhrayNk="
3845
+ "version": "10.1.0",
3846
+ "fingerprint": "TmSAoIfDiz4RYqp8HkjXGVxNgXyA91O/wBsz2k3mOfc="
3621
3847
  }