@cdktf/provider-acme 8.0.1 → 9.0.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 +371 -173
- package/lib/certificate/index.d.ts +60 -28
- package/lib/certificate/index.js +87 -16
- package/lib/lazy-index.d.ts +4 -0
- package/lib/lazy-index.js +10 -0
- package/lib/provider/index.d.ts +4 -4
- package/lib/provider/index.js +5 -5
- package/lib/registration/index.d.ts +8 -8
- package/lib/registration/index.js +6 -6
- package/package.json +6 -6
package/.jsii
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"url": "https://hashicorp.com"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
|
-
"cdktf": "^0.
|
11
|
+
"cdktf": "^0.18.0",
|
12
12
|
"constructs": "^10.0.0"
|
13
13
|
},
|
14
14
|
"dependencyClosure": {
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"stability": "stable"
|
73
73
|
},
|
74
74
|
"homepage": "https://github.com/cdktf/cdktf-provider-acme.git",
|
75
|
-
"jsiiVersion": "5.1.
|
75
|
+
"jsiiVersion": "5.1.11 (build 1dfe48d)",
|
76
76
|
"keywords": [
|
77
77
|
"acme",
|
78
78
|
"cdk",
|
@@ -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.
|
108
|
+
"markdown": "# `acme_certificate`\n\nRefer to the Terraform Registory for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.17.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.
|
118
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registory for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.17.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.
|
128
|
+
"markdown": "# `acme_registration`\n\nRefer to the Terraform Registory for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.17.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.
|
163
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.17.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.
|
169
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate acme_certificate} Resource."
|
170
170
|
},
|
171
171
|
"locationInModule": {
|
172
172
|
"filename": "src/certificate/index.ts",
|
173
|
-
"line":
|
173
|
+
"line": 597
|
174
174
|
},
|
175
175
|
"parameters": [
|
176
176
|
{
|
@@ -203,7 +203,7 @@
|
|
203
203
|
"kind": "class",
|
204
204
|
"locationInModule": {
|
205
205
|
"filename": "src/certificate/index.ts",
|
206
|
-
"line":
|
206
|
+
"line": 579
|
207
207
|
},
|
208
208
|
"methods": [
|
209
209
|
{
|
@@ -212,7 +212,7 @@
|
|
212
212
|
},
|
213
213
|
"locationInModule": {
|
214
214
|
"filename": "src/certificate/index.ts",
|
215
|
-
"line":
|
215
|
+
"line": 900
|
216
216
|
},
|
217
217
|
"name": "putDnsChallenge",
|
218
218
|
"parameters": [
|
@@ -244,7 +244,7 @@
|
|
244
244
|
},
|
245
245
|
"locationInModule": {
|
246
246
|
"filename": "src/certificate/index.ts",
|
247
|
-
"line":
|
247
|
+
"line": 916
|
248
248
|
},
|
249
249
|
"name": "putHttpChallenge",
|
250
250
|
"parameters": [
|
@@ -262,7 +262,7 @@
|
|
262
262
|
},
|
263
263
|
"locationInModule": {
|
264
264
|
"filename": "src/certificate/index.ts",
|
265
|
-
"line":
|
265
|
+
"line": 932
|
266
266
|
},
|
267
267
|
"name": "putHttpMemcachedChallenge",
|
268
268
|
"parameters": [
|
@@ -280,7 +280,25 @@
|
|
280
280
|
},
|
281
281
|
"locationInModule": {
|
282
282
|
"filename": "src/certificate/index.ts",
|
283
|
-
"line":
|
283
|
+
"line": 948
|
284
|
+
},
|
285
|
+
"name": "putHttpS3Challenge",
|
286
|
+
"parameters": [
|
287
|
+
{
|
288
|
+
"name": "value",
|
289
|
+
"type": {
|
290
|
+
"fqn": "@cdktf/provider-acme.certificate.CertificateHttpS3Challenge"
|
291
|
+
}
|
292
|
+
}
|
293
|
+
]
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"docs": {
|
297
|
+
"stability": "stable"
|
298
|
+
},
|
299
|
+
"locationInModule": {
|
300
|
+
"filename": "src/certificate/index.ts",
|
301
|
+
"line": 964
|
284
302
|
},
|
285
303
|
"name": "putHttpWebrootChallenge",
|
286
304
|
"parameters": [
|
@@ -298,7 +316,7 @@
|
|
298
316
|
},
|
299
317
|
"locationInModule": {
|
300
318
|
"filename": "src/certificate/index.ts",
|
301
|
-
"line":
|
319
|
+
"line": 980
|
302
320
|
},
|
303
321
|
"name": "putTlsChallenge",
|
304
322
|
"parameters": [
|
@@ -316,7 +334,7 @@
|
|
316
334
|
},
|
317
335
|
"locationInModule": {
|
318
336
|
"filename": "src/certificate/index.ts",
|
319
|
-
"line":
|
337
|
+
"line": 675
|
320
338
|
},
|
321
339
|
"name": "resetCertificateP12Password"
|
322
340
|
},
|
@@ -326,7 +344,7 @@
|
|
326
344
|
},
|
327
345
|
"locationInModule": {
|
328
346
|
"filename": "src/certificate/index.ts",
|
329
|
-
"line":
|
347
|
+
"line": 696
|
330
348
|
},
|
331
349
|
"name": "resetCertificateRequestPem"
|
332
350
|
},
|
@@ -336,7 +354,7 @@
|
|
336
354
|
},
|
337
355
|
"locationInModule": {
|
338
356
|
"filename": "src/certificate/index.ts",
|
339
|
-
"line":
|
357
|
+
"line": 717
|
340
358
|
},
|
341
359
|
"name": "resetCommonName"
|
342
360
|
},
|
@@ -346,7 +364,7 @@
|
|
346
364
|
},
|
347
365
|
"locationInModule": {
|
348
366
|
"filename": "src/certificate/index.ts",
|
349
|
-
"line":
|
367
|
+
"line": 733
|
350
368
|
},
|
351
369
|
"name": "resetDisableCompletePropagation"
|
352
370
|
},
|
@@ -356,7 +374,7 @@
|
|
356
374
|
},
|
357
375
|
"locationInModule": {
|
358
376
|
"filename": "src/certificate/index.ts",
|
359
|
-
"line":
|
377
|
+
"line": 903
|
360
378
|
},
|
361
379
|
"name": "resetDnsChallenge"
|
362
380
|
},
|
@@ -366,7 +384,7 @@
|
|
366
384
|
},
|
367
385
|
"locationInModule": {
|
368
386
|
"filename": "src/certificate/index.ts",
|
369
|
-
"line":
|
387
|
+
"line": 919
|
370
388
|
},
|
371
389
|
"name": "resetHttpChallenge"
|
372
390
|
},
|
@@ -376,7 +394,7 @@
|
|
376
394
|
},
|
377
395
|
"locationInModule": {
|
378
396
|
"filename": "src/certificate/index.ts",
|
379
|
-
"line":
|
397
|
+
"line": 935
|
380
398
|
},
|
381
399
|
"name": "resetHttpMemcachedChallenge"
|
382
400
|
},
|
@@ -386,7 +404,17 @@
|
|
386
404
|
},
|
387
405
|
"locationInModule": {
|
388
406
|
"filename": "src/certificate/index.ts",
|
389
|
-
"line":
|
407
|
+
"line": 951
|
408
|
+
},
|
409
|
+
"name": "resetHttpS3Challenge"
|
410
|
+
},
|
411
|
+
{
|
412
|
+
"docs": {
|
413
|
+
"stability": "stable"
|
414
|
+
},
|
415
|
+
"locationInModule": {
|
416
|
+
"filename": "src/certificate/index.ts",
|
417
|
+
"line": 967
|
390
418
|
},
|
391
419
|
"name": "resetHttpWebrootChallenge"
|
392
420
|
},
|
@@ -396,7 +424,7 @@
|
|
396
424
|
},
|
397
425
|
"locationInModule": {
|
398
426
|
"filename": "src/certificate/index.ts",
|
399
|
-
"line":
|
427
|
+
"line": 749
|
400
428
|
},
|
401
429
|
"name": "resetId"
|
402
430
|
},
|
@@ -406,7 +434,7 @@
|
|
406
434
|
},
|
407
435
|
"locationInModule": {
|
408
436
|
"filename": "src/certificate/index.ts",
|
409
|
-
"line":
|
437
|
+
"line": 770
|
410
438
|
},
|
411
439
|
"name": "resetKeyType"
|
412
440
|
},
|
@@ -416,7 +444,7 @@
|
|
416
444
|
},
|
417
445
|
"locationInModule": {
|
418
446
|
"filename": "src/certificate/index.ts",
|
419
|
-
"line":
|
447
|
+
"line": 786
|
420
448
|
},
|
421
449
|
"name": "resetMinDaysRemaining"
|
422
450
|
},
|
@@ -426,7 +454,7 @@
|
|
426
454
|
},
|
427
455
|
"locationInModule": {
|
428
456
|
"filename": "src/certificate/index.ts",
|
429
|
-
"line":
|
457
|
+
"line": 802
|
430
458
|
},
|
431
459
|
"name": "resetMustStaple"
|
432
460
|
},
|
@@ -436,7 +464,7 @@
|
|
436
464
|
},
|
437
465
|
"locationInModule": {
|
438
466
|
"filename": "src/certificate/index.ts",
|
439
|
-
"line":
|
467
|
+
"line": 818
|
440
468
|
},
|
441
469
|
"name": "resetPreCheckDelay"
|
442
470
|
},
|
@@ -446,7 +474,7 @@
|
|
446
474
|
},
|
447
475
|
"locationInModule": {
|
448
476
|
"filename": "src/certificate/index.ts",
|
449
|
-
"line":
|
477
|
+
"line": 834
|
450
478
|
},
|
451
479
|
"name": "resetPreferredChain"
|
452
480
|
},
|
@@ -456,7 +484,7 @@
|
|
456
484
|
},
|
457
485
|
"locationInModule": {
|
458
486
|
"filename": "src/certificate/index.ts",
|
459
|
-
"line":
|
487
|
+
"line": 855
|
460
488
|
},
|
461
489
|
"name": "resetRecursiveNameservers"
|
462
490
|
},
|
@@ -466,7 +494,7 @@
|
|
466
494
|
},
|
467
495
|
"locationInModule": {
|
468
496
|
"filename": "src/certificate/index.ts",
|
469
|
-
"line":
|
497
|
+
"line": 871
|
470
498
|
},
|
471
499
|
"name": "resetRevokeCertificateOnDestroy"
|
472
500
|
},
|
@@ -476,7 +504,7 @@
|
|
476
504
|
},
|
477
505
|
"locationInModule": {
|
478
506
|
"filename": "src/certificate/index.ts",
|
479
|
-
"line":
|
507
|
+
"line": 887
|
480
508
|
},
|
481
509
|
"name": "resetSubjectAlternativeNames"
|
482
510
|
},
|
@@ -486,7 +514,7 @@
|
|
486
514
|
},
|
487
515
|
"locationInModule": {
|
488
516
|
"filename": "src/certificate/index.ts",
|
489
|
-
"line":
|
517
|
+
"line": 983
|
490
518
|
},
|
491
519
|
"name": "resetTlsChallenge"
|
492
520
|
},
|
@@ -496,7 +524,7 @@
|
|
496
524
|
},
|
497
525
|
"locationInModule": {
|
498
526
|
"filename": "src/certificate/index.ts",
|
499
|
-
"line":
|
527
|
+
"line": 995
|
500
528
|
},
|
501
529
|
"name": "synthesizeAttributes",
|
502
530
|
"overrides": "cdktf.TerraformResource",
|
@@ -524,7 +552,7 @@
|
|
524
552
|
"immutable": true,
|
525
553
|
"locationInModule": {
|
526
554
|
"filename": "src/certificate/index.ts",
|
527
|
-
"line":
|
555
|
+
"line": 584
|
528
556
|
},
|
529
557
|
"name": "tfResourceType",
|
530
558
|
"static": true,
|
@@ -539,7 +567,7 @@
|
|
539
567
|
"immutable": true,
|
540
568
|
"locationInModule": {
|
541
569
|
"filename": "src/certificate/index.ts",
|
542
|
-
"line":
|
570
|
+
"line": 653
|
543
571
|
},
|
544
572
|
"name": "certificateDomain",
|
545
573
|
"type": {
|
@@ -553,7 +581,7 @@
|
|
553
581
|
"immutable": true,
|
554
582
|
"locationInModule": {
|
555
583
|
"filename": "src/certificate/index.ts",
|
556
|
-
"line":
|
584
|
+
"line": 658
|
557
585
|
},
|
558
586
|
"name": "certificateNotAfter",
|
559
587
|
"type": {
|
@@ -567,7 +595,7 @@
|
|
567
595
|
"immutable": true,
|
568
596
|
"locationInModule": {
|
569
597
|
"filename": "src/certificate/index.ts",
|
570
|
-
"line":
|
598
|
+
"line": 663
|
571
599
|
},
|
572
600
|
"name": "certificateP12",
|
573
601
|
"type": {
|
@@ -581,7 +609,7 @@
|
|
581
609
|
"immutable": true,
|
582
610
|
"locationInModule": {
|
583
611
|
"filename": "src/certificate/index.ts",
|
584
|
-
"line":
|
612
|
+
"line": 684
|
585
613
|
},
|
586
614
|
"name": "certificatePem",
|
587
615
|
"type": {
|
@@ -595,7 +623,7 @@
|
|
595
623
|
"immutable": true,
|
596
624
|
"locationInModule": {
|
597
625
|
"filename": "src/certificate/index.ts",
|
598
|
-
"line":
|
626
|
+
"line": 705
|
599
627
|
},
|
600
628
|
"name": "certificateUrl",
|
601
629
|
"type": {
|
@@ -609,7 +637,7 @@
|
|
609
637
|
"immutable": true,
|
610
638
|
"locationInModule": {
|
611
639
|
"filename": "src/certificate/index.ts",
|
612
|
-
"line":
|
640
|
+
"line": 897
|
613
641
|
},
|
614
642
|
"name": "dnsChallenge",
|
615
643
|
"type": {
|
@@ -623,7 +651,7 @@
|
|
623
651
|
"immutable": true,
|
624
652
|
"locationInModule": {
|
625
653
|
"filename": "src/certificate/index.ts",
|
626
|
-
"line":
|
654
|
+
"line": 913
|
627
655
|
},
|
628
656
|
"name": "httpChallenge",
|
629
657
|
"type": {
|
@@ -637,7 +665,7 @@
|
|
637
665
|
"immutable": true,
|
638
666
|
"locationInModule": {
|
639
667
|
"filename": "src/certificate/index.ts",
|
640
|
-
"line":
|
668
|
+
"line": 929
|
641
669
|
},
|
642
670
|
"name": "httpMemcachedChallenge",
|
643
671
|
"type": {
|
@@ -651,7 +679,21 @@
|
|
651
679
|
"immutable": true,
|
652
680
|
"locationInModule": {
|
653
681
|
"filename": "src/certificate/index.ts",
|
654
|
-
"line":
|
682
|
+
"line": 945
|
683
|
+
},
|
684
|
+
"name": "httpS3Challenge",
|
685
|
+
"type": {
|
686
|
+
"fqn": "@cdktf/provider-acme.certificate.CertificateHttpS3ChallengeOutputReference"
|
687
|
+
}
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"docs": {
|
691
|
+
"stability": "stable"
|
692
|
+
},
|
693
|
+
"immutable": true,
|
694
|
+
"locationInModule": {
|
695
|
+
"filename": "src/certificate/index.ts",
|
696
|
+
"line": 961
|
655
697
|
},
|
656
698
|
"name": "httpWebrootChallenge",
|
657
699
|
"type": {
|
@@ -665,7 +707,7 @@
|
|
665
707
|
"immutable": true,
|
666
708
|
"locationInModule": {
|
667
709
|
"filename": "src/certificate/index.ts",
|
668
|
-
"line":
|
710
|
+
"line": 758
|
669
711
|
},
|
670
712
|
"name": "issuerPem",
|
671
713
|
"type": {
|
@@ -679,7 +721,7 @@
|
|
679
721
|
"immutable": true,
|
680
722
|
"locationInModule": {
|
681
723
|
"filename": "src/certificate/index.ts",
|
682
|
-
"line":
|
724
|
+
"line": 843
|
683
725
|
},
|
684
726
|
"name": "privateKeyPem",
|
685
727
|
"type": {
|
@@ -693,7 +735,7 @@
|
|
693
735
|
"immutable": true,
|
694
736
|
"locationInModule": {
|
695
737
|
"filename": "src/certificate/index.ts",
|
696
|
-
"line":
|
738
|
+
"line": 977
|
697
739
|
},
|
698
740
|
"name": "tlsChallenge",
|
699
741
|
"type": {
|
@@ -707,7 +749,7 @@
|
|
707
749
|
"immutable": true,
|
708
750
|
"locationInModule": {
|
709
751
|
"filename": "src/certificate/index.ts",
|
710
|
-
"line":
|
752
|
+
"line": 648
|
711
753
|
},
|
712
754
|
"name": "accountKeyPemInput",
|
713
755
|
"optional": true,
|
@@ -722,7 +764,7 @@
|
|
722
764
|
"immutable": true,
|
723
765
|
"locationInModule": {
|
724
766
|
"filename": "src/certificate/index.ts",
|
725
|
-
"line":
|
767
|
+
"line": 679
|
726
768
|
},
|
727
769
|
"name": "certificateP12PasswordInput",
|
728
770
|
"optional": true,
|
@@ -737,7 +779,7 @@
|
|
737
779
|
"immutable": true,
|
738
780
|
"locationInModule": {
|
739
781
|
"filename": "src/certificate/index.ts",
|
740
|
-
"line":
|
782
|
+
"line": 700
|
741
783
|
},
|
742
784
|
"name": "certificateRequestPemInput",
|
743
785
|
"optional": true,
|
@@ -752,7 +794,7 @@
|
|
752
794
|
"immutable": true,
|
753
795
|
"locationInModule": {
|
754
796
|
"filename": "src/certificate/index.ts",
|
755
|
-
"line":
|
797
|
+
"line": 721
|
756
798
|
},
|
757
799
|
"name": "commonNameInput",
|
758
800
|
"optional": true,
|
@@ -767,7 +809,7 @@
|
|
767
809
|
"immutable": true,
|
768
810
|
"locationInModule": {
|
769
811
|
"filename": "src/certificate/index.ts",
|
770
|
-
"line":
|
812
|
+
"line": 737
|
771
813
|
},
|
772
814
|
"name": "disableCompletePropagationInput",
|
773
815
|
"optional": true,
|
@@ -791,7 +833,7 @@
|
|
791
833
|
"immutable": true,
|
792
834
|
"locationInModule": {
|
793
835
|
"filename": "src/certificate/index.ts",
|
794
|
-
"line":
|
836
|
+
"line": 907
|
795
837
|
},
|
796
838
|
"name": "dnsChallengeInput",
|
797
839
|
"optional": true,
|
@@ -820,7 +862,7 @@
|
|
820
862
|
"immutable": true,
|
821
863
|
"locationInModule": {
|
822
864
|
"filename": "src/certificate/index.ts",
|
823
|
-
"line":
|
865
|
+
"line": 923
|
824
866
|
},
|
825
867
|
"name": "httpChallengeInput",
|
826
868
|
"optional": true,
|
@@ -835,7 +877,7 @@
|
|
835
877
|
"immutable": true,
|
836
878
|
"locationInModule": {
|
837
879
|
"filename": "src/certificate/index.ts",
|
838
|
-
"line":
|
880
|
+
"line": 939
|
839
881
|
},
|
840
882
|
"name": "httpMemcachedChallengeInput",
|
841
883
|
"optional": true,
|
@@ -850,7 +892,22 @@
|
|
850
892
|
"immutable": true,
|
851
893
|
"locationInModule": {
|
852
894
|
"filename": "src/certificate/index.ts",
|
853
|
-
"line":
|
895
|
+
"line": 955
|
896
|
+
},
|
897
|
+
"name": "httpS3ChallengeInput",
|
898
|
+
"optional": true,
|
899
|
+
"type": {
|
900
|
+
"fqn": "@cdktf/provider-acme.certificate.CertificateHttpS3Challenge"
|
901
|
+
}
|
902
|
+
},
|
903
|
+
{
|
904
|
+
"docs": {
|
905
|
+
"stability": "stable"
|
906
|
+
},
|
907
|
+
"immutable": true,
|
908
|
+
"locationInModule": {
|
909
|
+
"filename": "src/certificate/index.ts",
|
910
|
+
"line": 971
|
854
911
|
},
|
855
912
|
"name": "httpWebrootChallengeInput",
|
856
913
|
"optional": true,
|
@@ -865,7 +922,7 @@
|
|
865
922
|
"immutable": true,
|
866
923
|
"locationInModule": {
|
867
924
|
"filename": "src/certificate/index.ts",
|
868
|
-
"line":
|
925
|
+
"line": 753
|
869
926
|
},
|
870
927
|
"name": "idInput",
|
871
928
|
"optional": true,
|
@@ -880,7 +937,7 @@
|
|
880
937
|
"immutable": true,
|
881
938
|
"locationInModule": {
|
882
939
|
"filename": "src/certificate/index.ts",
|
883
|
-
"line":
|
940
|
+
"line": 774
|
884
941
|
},
|
885
942
|
"name": "keyTypeInput",
|
886
943
|
"optional": true,
|
@@ -895,7 +952,7 @@
|
|
895
952
|
"immutable": true,
|
896
953
|
"locationInModule": {
|
897
954
|
"filename": "src/certificate/index.ts",
|
898
|
-
"line":
|
955
|
+
"line": 790
|
899
956
|
},
|
900
957
|
"name": "minDaysRemainingInput",
|
901
958
|
"optional": true,
|
@@ -910,7 +967,7 @@
|
|
910
967
|
"immutable": true,
|
911
968
|
"locationInModule": {
|
912
969
|
"filename": "src/certificate/index.ts",
|
913
|
-
"line":
|
970
|
+
"line": 806
|
914
971
|
},
|
915
972
|
"name": "mustStapleInput",
|
916
973
|
"optional": true,
|
@@ -934,7 +991,7 @@
|
|
934
991
|
"immutable": true,
|
935
992
|
"locationInModule": {
|
936
993
|
"filename": "src/certificate/index.ts",
|
937
|
-
"line":
|
994
|
+
"line": 822
|
938
995
|
},
|
939
996
|
"name": "preCheckDelayInput",
|
940
997
|
"optional": true,
|
@@ -949,7 +1006,7 @@
|
|
949
1006
|
"immutable": true,
|
950
1007
|
"locationInModule": {
|
951
1008
|
"filename": "src/certificate/index.ts",
|
952
|
-
"line":
|
1009
|
+
"line": 838
|
953
1010
|
},
|
954
1011
|
"name": "preferredChainInput",
|
955
1012
|
"optional": true,
|
@@ -964,7 +1021,7 @@
|
|
964
1021
|
"immutable": true,
|
965
1022
|
"locationInModule": {
|
966
1023
|
"filename": "src/certificate/index.ts",
|
967
|
-
"line":
|
1024
|
+
"line": 859
|
968
1025
|
},
|
969
1026
|
"name": "recursiveNameserversInput",
|
970
1027
|
"optional": true,
|
@@ -984,7 +1041,7 @@
|
|
984
1041
|
"immutable": true,
|
985
1042
|
"locationInModule": {
|
986
1043
|
"filename": "src/certificate/index.ts",
|
987
|
-
"line":
|
1044
|
+
"line": 875
|
988
1045
|
},
|
989
1046
|
"name": "revokeCertificateOnDestroyInput",
|
990
1047
|
"optional": true,
|
@@ -1008,7 +1065,7 @@
|
|
1008
1065
|
"immutable": true,
|
1009
1066
|
"locationInModule": {
|
1010
1067
|
"filename": "src/certificate/index.ts",
|
1011
|
-
"line":
|
1068
|
+
"line": 891
|
1012
1069
|
},
|
1013
1070
|
"name": "subjectAlternativeNamesInput",
|
1014
1071
|
"optional": true,
|
@@ -1028,7 +1085,7 @@
|
|
1028
1085
|
"immutable": true,
|
1029
1086
|
"locationInModule": {
|
1030
1087
|
"filename": "src/certificate/index.ts",
|
1031
|
-
"line":
|
1088
|
+
"line": 987
|
1032
1089
|
},
|
1033
1090
|
"name": "tlsChallengeInput",
|
1034
1091
|
"optional": true,
|
@@ -1042,7 +1099,7 @@
|
|
1042
1099
|
},
|
1043
1100
|
"locationInModule": {
|
1044
1101
|
"filename": "src/certificate/index.ts",
|
1045
|
-
"line":
|
1102
|
+
"line": 641
|
1046
1103
|
},
|
1047
1104
|
"name": "accountKeyPem",
|
1048
1105
|
"type": {
|
@@ -1055,7 +1112,7 @@
|
|
1055
1112
|
},
|
1056
1113
|
"locationInModule": {
|
1057
1114
|
"filename": "src/certificate/index.ts",
|
1058
|
-
"line":
|
1115
|
+
"line": 669
|
1059
1116
|
},
|
1060
1117
|
"name": "certificateP12Password",
|
1061
1118
|
"type": {
|
@@ -1068,7 +1125,7 @@
|
|
1068
1125
|
},
|
1069
1126
|
"locationInModule": {
|
1070
1127
|
"filename": "src/certificate/index.ts",
|
1071
|
-
"line":
|
1128
|
+
"line": 690
|
1072
1129
|
},
|
1073
1130
|
"name": "certificateRequestPem",
|
1074
1131
|
"type": {
|
@@ -1081,7 +1138,7 @@
|
|
1081
1138
|
},
|
1082
1139
|
"locationInModule": {
|
1083
1140
|
"filename": "src/certificate/index.ts",
|
1084
|
-
"line":
|
1141
|
+
"line": 711
|
1085
1142
|
},
|
1086
1143
|
"name": "commonName",
|
1087
1144
|
"type": {
|
@@ -1094,7 +1151,7 @@
|
|
1094
1151
|
},
|
1095
1152
|
"locationInModule": {
|
1096
1153
|
"filename": "src/certificate/index.ts",
|
1097
|
-
"line":
|
1154
|
+
"line": 727
|
1098
1155
|
},
|
1099
1156
|
"name": "disableCompletePropagation",
|
1100
1157
|
"type": {
|
@@ -1116,7 +1173,7 @@
|
|
1116
1173
|
},
|
1117
1174
|
"locationInModule": {
|
1118
1175
|
"filename": "src/certificate/index.ts",
|
1119
|
-
"line":
|
1176
|
+
"line": 743
|
1120
1177
|
},
|
1121
1178
|
"name": "id",
|
1122
1179
|
"type": {
|
@@ -1129,7 +1186,7 @@
|
|
1129
1186
|
},
|
1130
1187
|
"locationInModule": {
|
1131
1188
|
"filename": "src/certificate/index.ts",
|
1132
|
-
"line":
|
1189
|
+
"line": 764
|
1133
1190
|
},
|
1134
1191
|
"name": "keyType",
|
1135
1192
|
"type": {
|
@@ -1142,7 +1199,7 @@
|
|
1142
1199
|
},
|
1143
1200
|
"locationInModule": {
|
1144
1201
|
"filename": "src/certificate/index.ts",
|
1145
|
-
"line":
|
1202
|
+
"line": 780
|
1146
1203
|
},
|
1147
1204
|
"name": "minDaysRemaining",
|
1148
1205
|
"type": {
|
@@ -1155,7 +1212,7 @@
|
|
1155
1212
|
},
|
1156
1213
|
"locationInModule": {
|
1157
1214
|
"filename": "src/certificate/index.ts",
|
1158
|
-
"line":
|
1215
|
+
"line": 796
|
1159
1216
|
},
|
1160
1217
|
"name": "mustStaple",
|
1161
1218
|
"type": {
|
@@ -1177,7 +1234,7 @@
|
|
1177
1234
|
},
|
1178
1235
|
"locationInModule": {
|
1179
1236
|
"filename": "src/certificate/index.ts",
|
1180
|
-
"line":
|
1237
|
+
"line": 812
|
1181
1238
|
},
|
1182
1239
|
"name": "preCheckDelay",
|
1183
1240
|
"type": {
|
@@ -1190,7 +1247,7 @@
|
|
1190
1247
|
},
|
1191
1248
|
"locationInModule": {
|
1192
1249
|
"filename": "src/certificate/index.ts",
|
1193
|
-
"line":
|
1250
|
+
"line": 828
|
1194
1251
|
},
|
1195
1252
|
"name": "preferredChain",
|
1196
1253
|
"type": {
|
@@ -1203,7 +1260,7 @@
|
|
1203
1260
|
},
|
1204
1261
|
"locationInModule": {
|
1205
1262
|
"filename": "src/certificate/index.ts",
|
1206
|
-
"line":
|
1263
|
+
"line": 849
|
1207
1264
|
},
|
1208
1265
|
"name": "recursiveNameservers",
|
1209
1266
|
"type": {
|
@@ -1221,7 +1278,7 @@
|
|
1221
1278
|
},
|
1222
1279
|
"locationInModule": {
|
1223
1280
|
"filename": "src/certificate/index.ts",
|
1224
|
-
"line":
|
1281
|
+
"line": 865
|
1225
1282
|
},
|
1226
1283
|
"name": "revokeCertificateOnDestroy",
|
1227
1284
|
"type": {
|
@@ -1243,7 +1300,7 @@
|
|
1243
1300
|
},
|
1244
1301
|
"locationInModule": {
|
1245
1302
|
"filename": "src/certificate/index.ts",
|
1246
|
-
"line":
|
1303
|
+
"line": 881
|
1247
1304
|
},
|
1248
1305
|
"name": "subjectAlternativeNames",
|
1249
1306
|
"type": {
|
@@ -1280,7 +1337,7 @@
|
|
1280
1337
|
"abstract": true,
|
1281
1338
|
"docs": {
|
1282
1339
|
"stability": "stable",
|
1283
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1340
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
|
1284
1341
|
},
|
1285
1342
|
"immutable": true,
|
1286
1343
|
"locationInModule": {
|
@@ -1296,7 +1353,7 @@
|
|
1296
1353
|
"abstract": true,
|
1297
1354
|
"docs": {
|
1298
1355
|
"stability": "stable",
|
1299
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1356
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
|
1300
1357
|
},
|
1301
1358
|
"immutable": true,
|
1302
1359
|
"locationInModule": {
|
@@ -1313,7 +1370,7 @@
|
|
1313
1370
|
"abstract": true,
|
1314
1371
|
"docs": {
|
1315
1372
|
"stability": "stable",
|
1316
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1373
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
|
1317
1374
|
},
|
1318
1375
|
"immutable": true,
|
1319
1376
|
"locationInModule": {
|
@@ -1330,7 +1387,7 @@
|
|
1330
1387
|
"abstract": true,
|
1331
1388
|
"docs": {
|
1332
1389
|
"stability": "stable",
|
1333
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1390
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#common_name Certificate#common_name}."
|
1334
1391
|
},
|
1335
1392
|
"immutable": true,
|
1336
1393
|
"locationInModule": {
|
@@ -1347,7 +1404,7 @@
|
|
1347
1404
|
"abstract": true,
|
1348
1405
|
"docs": {
|
1349
1406
|
"stability": "stable",
|
1350
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1407
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
|
1351
1408
|
},
|
1352
1409
|
"immutable": true,
|
1353
1410
|
"locationInModule": {
|
@@ -1372,7 +1429,7 @@
|
|
1372
1429
|
{
|
1373
1430
|
"abstract": true,
|
1374
1431
|
"docs": {
|
1375
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1432
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
|
1376
1433
|
"stability": "stable",
|
1377
1434
|
"summary": "dns_challenge block."
|
1378
1435
|
},
|
@@ -1404,7 +1461,7 @@
|
|
1404
1461
|
{
|
1405
1462
|
"abstract": true,
|
1406
1463
|
"docs": {
|
1407
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1464
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
|
1408
1465
|
"stability": "stable",
|
1409
1466
|
"summary": "http_challenge block."
|
1410
1467
|
},
|
@@ -1422,7 +1479,7 @@
|
|
1422
1479
|
{
|
1423
1480
|
"abstract": true,
|
1424
1481
|
"docs": {
|
1425
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1482
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
|
1426
1483
|
"stability": "stable",
|
1427
1484
|
"summary": "http_memcached_challenge block."
|
1428
1485
|
},
|
@@ -1440,15 +1497,33 @@
|
|
1440
1497
|
{
|
1441
1498
|
"abstract": true,
|
1442
1499
|
"docs": {
|
1443
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1500
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
|
1444
1501
|
"stability": "stable",
|
1445
|
-
"summary": "
|
1502
|
+
"summary": "http_s3_challenge block."
|
1446
1503
|
},
|
1447
1504
|
"immutable": true,
|
1448
1505
|
"locationInModule": {
|
1449
1506
|
"filename": "src/certificate/index.ts",
|
1450
1507
|
"line": 97
|
1451
1508
|
},
|
1509
|
+
"name": "httpS3Challenge",
|
1510
|
+
"optional": true,
|
1511
|
+
"type": {
|
1512
|
+
"fqn": "@cdktf/provider-acme.certificate.CertificateHttpS3Challenge"
|
1513
|
+
}
|
1514
|
+
},
|
1515
|
+
{
|
1516
|
+
"abstract": true,
|
1517
|
+
"docs": {
|
1518
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
|
1519
|
+
"stability": "stable",
|
1520
|
+
"summary": "http_webroot_challenge block."
|
1521
|
+
},
|
1522
|
+
"immutable": true,
|
1523
|
+
"locationInModule": {
|
1524
|
+
"filename": "src/certificate/index.ts",
|
1525
|
+
"line": 103
|
1526
|
+
},
|
1452
1527
|
"name": "httpWebrootChallenge",
|
1453
1528
|
"optional": true,
|
1454
1529
|
"type": {
|
@@ -1460,7 +1535,7 @@
|
|
1460
1535
|
"docs": {
|
1461
1536
|
"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.",
|
1462
1537
|
"stability": "stable",
|
1463
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1538
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#id Certificate#id}."
|
1464
1539
|
},
|
1465
1540
|
"immutable": true,
|
1466
1541
|
"locationInModule": {
|
@@ -1477,7 +1552,7 @@
|
|
1477
1552
|
"abstract": true,
|
1478
1553
|
"docs": {
|
1479
1554
|
"stability": "stable",
|
1480
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1555
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#key_type Certificate#key_type}."
|
1481
1556
|
},
|
1482
1557
|
"immutable": true,
|
1483
1558
|
"locationInModule": {
|
@@ -1494,7 +1569,7 @@
|
|
1494
1569
|
"abstract": true,
|
1495
1570
|
"docs": {
|
1496
1571
|
"stability": "stable",
|
1497
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1572
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
|
1498
1573
|
},
|
1499
1574
|
"immutable": true,
|
1500
1575
|
"locationInModule": {
|
@@ -1511,7 +1586,7 @@
|
|
1511
1586
|
"abstract": true,
|
1512
1587
|
"docs": {
|
1513
1588
|
"stability": "stable",
|
1514
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1589
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#must_staple Certificate#must_staple}."
|
1515
1590
|
},
|
1516
1591
|
"immutable": true,
|
1517
1592
|
"locationInModule": {
|
@@ -1537,7 +1612,7 @@
|
|
1537
1612
|
"abstract": true,
|
1538
1613
|
"docs": {
|
1539
1614
|
"stability": "stable",
|
1540
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1615
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
|
1541
1616
|
},
|
1542
1617
|
"immutable": true,
|
1543
1618
|
"locationInModule": {
|
@@ -1554,7 +1629,7 @@
|
|
1554
1629
|
"abstract": true,
|
1555
1630
|
"docs": {
|
1556
1631
|
"stability": "stable",
|
1557
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1632
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
|
1558
1633
|
},
|
1559
1634
|
"immutable": true,
|
1560
1635
|
"locationInModule": {
|
@@ -1571,7 +1646,7 @@
|
|
1571
1646
|
"abstract": true,
|
1572
1647
|
"docs": {
|
1573
1648
|
"stability": "stable",
|
1574
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1649
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
|
1575
1650
|
},
|
1576
1651
|
"immutable": true,
|
1577
1652
|
"locationInModule": {
|
@@ -1593,7 +1668,7 @@
|
|
1593
1668
|
"abstract": true,
|
1594
1669
|
"docs": {
|
1595
1670
|
"stability": "stable",
|
1596
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1671
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
|
1597
1672
|
},
|
1598
1673
|
"immutable": true,
|
1599
1674
|
"locationInModule": {
|
@@ -1619,7 +1694,7 @@
|
|
1619
1694
|
"abstract": true,
|
1620
1695
|
"docs": {
|
1621
1696
|
"stability": "stable",
|
1622
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1697
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
|
1623
1698
|
},
|
1624
1699
|
"immutable": true,
|
1625
1700
|
"locationInModule": {
|
@@ -1640,14 +1715,14 @@
|
|
1640
1715
|
{
|
1641
1716
|
"abstract": true,
|
1642
1717
|
"docs": {
|
1643
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1718
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
|
1644
1719
|
"stability": "stable",
|
1645
1720
|
"summary": "tls_challenge block."
|
1646
1721
|
},
|
1647
1722
|
"immutable": true,
|
1648
1723
|
"locationInModule": {
|
1649
1724
|
"filename": "src/certificate/index.ts",
|
1650
|
-
"line":
|
1725
|
+
"line": 109
|
1651
1726
|
},
|
1652
1727
|
"name": "tlsChallenge",
|
1653
1728
|
"optional": true,
|
@@ -1668,7 +1743,7 @@
|
|
1668
1743
|
"kind": "interface",
|
1669
1744
|
"locationInModule": {
|
1670
1745
|
"filename": "src/certificate/index.ts",
|
1671
|
-
"line":
|
1746
|
+
"line": 111
|
1672
1747
|
},
|
1673
1748
|
"name": "CertificateDnsChallenge",
|
1674
1749
|
"namespace": "certificate",
|
@@ -1677,12 +1752,12 @@
|
|
1677
1752
|
"abstract": true,
|
1678
1753
|
"docs": {
|
1679
1754
|
"stability": "stable",
|
1680
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1755
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#provider Certificate#provider}."
|
1681
1756
|
},
|
1682
1757
|
"immutable": true,
|
1683
1758
|
"locationInModule": {
|
1684
1759
|
"filename": "src/certificate/index.ts",
|
1685
|
-
"line":
|
1760
|
+
"line": 119
|
1686
1761
|
},
|
1687
1762
|
"name": "provider",
|
1688
1763
|
"type": {
|
@@ -1693,12 +1768,12 @@
|
|
1693
1768
|
"abstract": true,
|
1694
1769
|
"docs": {
|
1695
1770
|
"stability": "stable",
|
1696
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1771
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#config Certificate#config}."
|
1697
1772
|
},
|
1698
1773
|
"immutable": true,
|
1699
1774
|
"locationInModule": {
|
1700
1775
|
"filename": "src/certificate/index.ts",
|
1701
|
-
"line":
|
1776
|
+
"line": 115
|
1702
1777
|
},
|
1703
1778
|
"name": "config",
|
1704
1779
|
"optional": true,
|
@@ -1727,7 +1802,7 @@
|
|
1727
1802
|
},
|
1728
1803
|
"locationInModule": {
|
1729
1804
|
"filename": "src/certificate/index.ts",
|
1730
|
-
"line":
|
1805
|
+
"line": 221
|
1731
1806
|
},
|
1732
1807
|
"parameters": [
|
1733
1808
|
{
|
@@ -1762,7 +1837,7 @@
|
|
1762
1837
|
"kind": "class",
|
1763
1838
|
"locationInModule": {
|
1764
1839
|
"filename": "src/certificate/index.ts",
|
1765
|
-
"line":
|
1840
|
+
"line": 213
|
1766
1841
|
},
|
1767
1842
|
"methods": [
|
1768
1843
|
{
|
@@ -1771,7 +1846,7 @@
|
|
1771
1846
|
},
|
1772
1847
|
"locationInModule": {
|
1773
1848
|
"filename": "src/certificate/index.ts",
|
1774
|
-
"line":
|
1849
|
+
"line": 228
|
1775
1850
|
},
|
1776
1851
|
"name": "get",
|
1777
1852
|
"parameters": [
|
@@ -1802,7 +1877,7 @@
|
|
1802
1877
|
},
|
1803
1878
|
"locationInModule": {
|
1804
1879
|
"filename": "src/certificate/index.ts",
|
1805
|
-
"line":
|
1880
|
+
"line": 221
|
1806
1881
|
},
|
1807
1882
|
"name": "terraformAttribute",
|
1808
1883
|
"overrides": "cdktf.ComplexList",
|
@@ -1818,7 +1893,7 @@
|
|
1818
1893
|
},
|
1819
1894
|
"locationInModule": {
|
1820
1895
|
"filename": "src/certificate/index.ts",
|
1821
|
-
"line":
|
1896
|
+
"line": 221
|
1822
1897
|
},
|
1823
1898
|
"name": "terraformResource",
|
1824
1899
|
"overrides": "cdktf.ComplexList",
|
@@ -1834,7 +1909,7 @@
|
|
1834
1909
|
},
|
1835
1910
|
"locationInModule": {
|
1836
1911
|
"filename": "src/certificate/index.ts",
|
1837
|
-
"line":
|
1912
|
+
"line": 221
|
1838
1913
|
},
|
1839
1914
|
"name": "wrapsSet",
|
1840
1915
|
"overrides": "cdktf.ComplexList",
|
@@ -1849,7 +1924,7 @@
|
|
1849
1924
|
},
|
1850
1925
|
"locationInModule": {
|
1851
1926
|
"filename": "src/certificate/index.ts",
|
1852
|
-
"line":
|
1927
|
+
"line": 214
|
1853
1928
|
},
|
1854
1929
|
"name": "internalValue",
|
1855
1930
|
"optional": true,
|
@@ -1887,7 +1962,7 @@
|
|
1887
1962
|
},
|
1888
1963
|
"locationInModule": {
|
1889
1964
|
"filename": "src/certificate/index.ts",
|
1890
|
-
"line":
|
1965
|
+
"line": 143
|
1891
1966
|
},
|
1892
1967
|
"parameters": [
|
1893
1968
|
{
|
@@ -1931,7 +2006,7 @@
|
|
1931
2006
|
"kind": "class",
|
1932
2007
|
"locationInModule": {
|
1933
2008
|
"filename": "src/certificate/index.ts",
|
1934
|
-
"line":
|
2009
|
+
"line": 133
|
1935
2010
|
},
|
1936
2011
|
"methods": [
|
1937
2012
|
{
|
@@ -1940,7 +2015,7 @@
|
|
1940
2015
|
},
|
1941
2016
|
"locationInModule": {
|
1942
2017
|
"filename": "src/certificate/index.ts",
|
1943
|
-
"line":
|
2018
|
+
"line": 191
|
1944
2019
|
},
|
1945
2020
|
"name": "resetConfig"
|
1946
2021
|
}
|
@@ -1955,7 +2030,7 @@
|
|
1955
2030
|
"immutable": true,
|
1956
2031
|
"locationInModule": {
|
1957
2032
|
"filename": "src/certificate/index.ts",
|
1958
|
-
"line":
|
2033
|
+
"line": 195
|
1959
2034
|
},
|
1960
2035
|
"name": "configInput",
|
1961
2036
|
"optional": true,
|
@@ -1975,7 +2050,7 @@
|
|
1975
2050
|
"immutable": true,
|
1976
2051
|
"locationInModule": {
|
1977
2052
|
"filename": "src/certificate/index.ts",
|
1978
|
-
"line":
|
2053
|
+
"line": 208
|
1979
2054
|
},
|
1980
2055
|
"name": "providerInput",
|
1981
2056
|
"optional": true,
|
@@ -1989,7 +2064,7 @@
|
|
1989
2064
|
},
|
1990
2065
|
"locationInModule": {
|
1991
2066
|
"filename": "src/certificate/index.ts",
|
1992
|
-
"line":
|
2067
|
+
"line": 185
|
1993
2068
|
},
|
1994
2069
|
"name": "config",
|
1995
2070
|
"type": {
|
@@ -2007,7 +2082,7 @@
|
|
2007
2082
|
},
|
2008
2083
|
"locationInModule": {
|
2009
2084
|
"filename": "src/certificate/index.ts",
|
2010
|
-
"line":
|
2085
|
+
"line": 201
|
2011
2086
|
},
|
2012
2087
|
"name": "provider",
|
2013
2088
|
"type": {
|
@@ -2020,7 +2095,7 @@
|
|
2020
2095
|
},
|
2021
2096
|
"locationInModule": {
|
2022
2097
|
"filename": "src/certificate/index.ts",
|
2023
|
-
"line":
|
2098
|
+
"line": 147
|
2024
2099
|
},
|
2025
2100
|
"name": "internalValue",
|
2026
2101
|
"optional": true,
|
@@ -2050,7 +2125,7 @@
|
|
2050
2125
|
"kind": "interface",
|
2051
2126
|
"locationInModule": {
|
2052
2127
|
"filename": "src/certificate/index.ts",
|
2053
|
-
"line":
|
2128
|
+
"line": 232
|
2054
2129
|
},
|
2055
2130
|
"name": "CertificateHttpChallenge",
|
2056
2131
|
"namespace": "certificate",
|
@@ -2059,12 +2134,12 @@
|
|
2059
2134
|
"abstract": true,
|
2060
2135
|
"docs": {
|
2061
2136
|
"stability": "stable",
|
2062
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2137
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#port Certificate#port}."
|
2063
2138
|
},
|
2064
2139
|
"immutable": true,
|
2065
2140
|
"locationInModule": {
|
2066
2141
|
"filename": "src/certificate/index.ts",
|
2067
|
-
"line":
|
2142
|
+
"line": 236
|
2068
2143
|
},
|
2069
2144
|
"name": "port",
|
2070
2145
|
"optional": true,
|
@@ -2076,12 +2151,12 @@
|
|
2076
2151
|
"abstract": true,
|
2077
2152
|
"docs": {
|
2078
2153
|
"stability": "stable",
|
2079
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2154
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
|
2080
2155
|
},
|
2081
2156
|
"immutable": true,
|
2082
2157
|
"locationInModule": {
|
2083
2158
|
"filename": "src/certificate/index.ts",
|
2084
|
-
"line":
|
2159
|
+
"line": 240
|
2085
2160
|
},
|
2086
2161
|
"name": "proxyHeader",
|
2087
2162
|
"optional": true,
|
@@ -2105,7 +2180,7 @@
|
|
2105
2180
|
},
|
2106
2181
|
"locationInModule": {
|
2107
2182
|
"filename": "src/certificate/index.ts",
|
2108
|
-
"line":
|
2183
|
+
"line": 261
|
2109
2184
|
},
|
2110
2185
|
"parameters": [
|
2111
2186
|
{
|
@@ -2131,7 +2206,7 @@
|
|
2131
2206
|
"kind": "class",
|
2132
2207
|
"locationInModule": {
|
2133
2208
|
"filename": "src/certificate/index.ts",
|
2134
|
-
"line":
|
2209
|
+
"line": 254
|
2135
2210
|
},
|
2136
2211
|
"methods": [
|
2137
2212
|
{
|
@@ -2140,7 +2215,7 @@
|
|
2140
2215
|
},
|
2141
2216
|
"locationInModule": {
|
2142
2217
|
"filename": "src/certificate/index.ts",
|
2143
|
-
"line":
|
2218
|
+
"line": 300
|
2144
2219
|
},
|
2145
2220
|
"name": "resetPort"
|
2146
2221
|
},
|
@@ -2150,7 +2225,7 @@
|
|
2150
2225
|
},
|
2151
2226
|
"locationInModule": {
|
2152
2227
|
"filename": "src/certificate/index.ts",
|
2153
|
-
"line":
|
2228
|
+
"line": 316
|
2154
2229
|
},
|
2155
2230
|
"name": "resetProxyHeader"
|
2156
2231
|
}
|
@@ -2165,7 +2240,7 @@
|
|
2165
2240
|
"immutable": true,
|
2166
2241
|
"locationInModule": {
|
2167
2242
|
"filename": "src/certificate/index.ts",
|
2168
|
-
"line":
|
2243
|
+
"line": 304
|
2169
2244
|
},
|
2170
2245
|
"name": "portInput",
|
2171
2246
|
"optional": true,
|
@@ -2180,7 +2255,7 @@
|
|
2180
2255
|
"immutable": true,
|
2181
2256
|
"locationInModule": {
|
2182
2257
|
"filename": "src/certificate/index.ts",
|
2183
|
-
"line":
|
2258
|
+
"line": 320
|
2184
2259
|
},
|
2185
2260
|
"name": "proxyHeaderInput",
|
2186
2261
|
"optional": true,
|
@@ -2194,7 +2269,7 @@
|
|
2194
2269
|
},
|
2195
2270
|
"locationInModule": {
|
2196
2271
|
"filename": "src/certificate/index.ts",
|
2197
|
-
"line":
|
2272
|
+
"line": 294
|
2198
2273
|
},
|
2199
2274
|
"name": "port",
|
2200
2275
|
"type": {
|
@@ -2207,7 +2282,7 @@
|
|
2207
2282
|
},
|
2208
2283
|
"locationInModule": {
|
2209
2284
|
"filename": "src/certificate/index.ts",
|
2210
|
-
"line":
|
2285
|
+
"line": 310
|
2211
2286
|
},
|
2212
2287
|
"name": "proxyHeader",
|
2213
2288
|
"type": {
|
@@ -2220,7 +2295,7 @@
|
|
2220
2295
|
},
|
2221
2296
|
"locationInModule": {
|
2222
2297
|
"filename": "src/certificate/index.ts",
|
2223
|
-
"line":
|
2298
|
+
"line": 265
|
2224
2299
|
},
|
2225
2300
|
"name": "internalValue",
|
2226
2301
|
"optional": true,
|
@@ -2241,7 +2316,7 @@
|
|
2241
2316
|
"kind": "interface",
|
2242
2317
|
"locationInModule": {
|
2243
2318
|
"filename": "src/certificate/index.ts",
|
2244
|
-
"line":
|
2319
|
+
"line": 324
|
2245
2320
|
},
|
2246
2321
|
"name": "CertificateHttpMemcachedChallenge",
|
2247
2322
|
"namespace": "certificate",
|
@@ -2250,12 +2325,12 @@
|
|
2250
2325
|
"abstract": true,
|
2251
2326
|
"docs": {
|
2252
2327
|
"stability": "stable",
|
2253
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2328
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#hosts Certificate#hosts}."
|
2254
2329
|
},
|
2255
2330
|
"immutable": true,
|
2256
2331
|
"locationInModule": {
|
2257
2332
|
"filename": "src/certificate/index.ts",
|
2258
|
-
"line":
|
2333
|
+
"line": 328
|
2259
2334
|
},
|
2260
2335
|
"name": "hosts",
|
2261
2336
|
"type": {
|
@@ -2283,7 +2358,7 @@
|
|
2283
2358
|
},
|
2284
2359
|
"locationInModule": {
|
2285
2360
|
"filename": "src/certificate/index.ts",
|
2286
|
-
"line":
|
2361
|
+
"line": 348
|
2287
2362
|
},
|
2288
2363
|
"parameters": [
|
2289
2364
|
{
|
@@ -2309,7 +2384,7 @@
|
|
2309
2384
|
"kind": "class",
|
2310
2385
|
"locationInModule": {
|
2311
2386
|
"filename": "src/certificate/index.ts",
|
2312
|
-
"line":
|
2387
|
+
"line": 341
|
2313
2388
|
},
|
2314
2389
|
"name": "CertificateHttpMemcachedChallengeOutputReference",
|
2315
2390
|
"namespace": "certificate",
|
@@ -2321,7 +2396,7 @@
|
|
2321
2396
|
"immutable": true,
|
2322
2397
|
"locationInModule": {
|
2323
2398
|
"filename": "src/certificate/index.ts",
|
2324
|
-
"line":
|
2399
|
+
"line": 382
|
2325
2400
|
},
|
2326
2401
|
"name": "hostsInput",
|
2327
2402
|
"optional": true,
|
@@ -2340,7 +2415,7 @@
|
|
2340
2415
|
},
|
2341
2416
|
"locationInModule": {
|
2342
2417
|
"filename": "src/certificate/index.ts",
|
2343
|
-
"line":
|
2418
|
+
"line": 375
|
2344
2419
|
},
|
2345
2420
|
"name": "hosts",
|
2346
2421
|
"type": {
|
@@ -2358,7 +2433,7 @@
|
|
2358
2433
|
},
|
2359
2434
|
"locationInModule": {
|
2360
2435
|
"filename": "src/certificate/index.ts",
|
2361
|
-
"line":
|
2436
|
+
"line": 352
|
2362
2437
|
},
|
2363
2438
|
"name": "internalValue",
|
2364
2439
|
"optional": true,
|
@@ -2369,6 +2444,129 @@
|
|
2369
2444
|
],
|
2370
2445
|
"symbolId": "src/certificate/index:CertificateHttpMemcachedChallengeOutputReference"
|
2371
2446
|
},
|
2447
|
+
"@cdktf/provider-acme.certificate.CertificateHttpS3Challenge": {
|
2448
|
+
"assembly": "@cdktf/provider-acme",
|
2449
|
+
"datatype": true,
|
2450
|
+
"docs": {
|
2451
|
+
"stability": "stable"
|
2452
|
+
},
|
2453
|
+
"fqn": "@cdktf/provider-acme.certificate.CertificateHttpS3Challenge",
|
2454
|
+
"kind": "interface",
|
2455
|
+
"locationInModule": {
|
2456
|
+
"filename": "src/certificate/index.ts",
|
2457
|
+
"line": 386
|
2458
|
+
},
|
2459
|
+
"name": "CertificateHttpS3Challenge",
|
2460
|
+
"namespace": "certificate",
|
2461
|
+
"properties": [
|
2462
|
+
{
|
2463
|
+
"abstract": true,
|
2464
|
+
"docs": {
|
2465
|
+
"stability": "stable",
|
2466
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
|
2467
|
+
},
|
2468
|
+
"immutable": true,
|
2469
|
+
"locationInModule": {
|
2470
|
+
"filename": "src/certificate/index.ts",
|
2471
|
+
"line": 390
|
2472
|
+
},
|
2473
|
+
"name": "s3Bucket",
|
2474
|
+
"type": {
|
2475
|
+
"primitive": "string"
|
2476
|
+
}
|
2477
|
+
}
|
2478
|
+
],
|
2479
|
+
"symbolId": "src/certificate/index:CertificateHttpS3Challenge"
|
2480
|
+
},
|
2481
|
+
"@cdktf/provider-acme.certificate.CertificateHttpS3ChallengeOutputReference": {
|
2482
|
+
"assembly": "@cdktf/provider-acme",
|
2483
|
+
"base": "cdktf.ComplexObject",
|
2484
|
+
"docs": {
|
2485
|
+
"stability": "stable"
|
2486
|
+
},
|
2487
|
+
"fqn": "@cdktf/provider-acme.certificate.CertificateHttpS3ChallengeOutputReference",
|
2488
|
+
"initializer": {
|
2489
|
+
"docs": {
|
2490
|
+
"stability": "stable"
|
2491
|
+
},
|
2492
|
+
"locationInModule": {
|
2493
|
+
"filename": "src/certificate/index.ts",
|
2494
|
+
"line": 410
|
2495
|
+
},
|
2496
|
+
"parameters": [
|
2497
|
+
{
|
2498
|
+
"docs": {
|
2499
|
+
"summary": "The parent resource."
|
2500
|
+
},
|
2501
|
+
"name": "terraformResource",
|
2502
|
+
"type": {
|
2503
|
+
"fqn": "cdktf.IInterpolatingParent"
|
2504
|
+
}
|
2505
|
+
},
|
2506
|
+
{
|
2507
|
+
"docs": {
|
2508
|
+
"summary": "The attribute on the parent resource this class is referencing."
|
2509
|
+
},
|
2510
|
+
"name": "terraformAttribute",
|
2511
|
+
"type": {
|
2512
|
+
"primitive": "string"
|
2513
|
+
}
|
2514
|
+
}
|
2515
|
+
]
|
2516
|
+
},
|
2517
|
+
"kind": "class",
|
2518
|
+
"locationInModule": {
|
2519
|
+
"filename": "src/certificate/index.ts",
|
2520
|
+
"line": 403
|
2521
|
+
},
|
2522
|
+
"name": "CertificateHttpS3ChallengeOutputReference",
|
2523
|
+
"namespace": "certificate",
|
2524
|
+
"properties": [
|
2525
|
+
{
|
2526
|
+
"docs": {
|
2527
|
+
"stability": "stable"
|
2528
|
+
},
|
2529
|
+
"immutable": true,
|
2530
|
+
"locationInModule": {
|
2531
|
+
"filename": "src/certificate/index.ts",
|
2532
|
+
"line": 444
|
2533
|
+
},
|
2534
|
+
"name": "s3BucketInput",
|
2535
|
+
"optional": true,
|
2536
|
+
"type": {
|
2537
|
+
"primitive": "string"
|
2538
|
+
}
|
2539
|
+
},
|
2540
|
+
{
|
2541
|
+
"docs": {
|
2542
|
+
"stability": "stable"
|
2543
|
+
},
|
2544
|
+
"locationInModule": {
|
2545
|
+
"filename": "src/certificate/index.ts",
|
2546
|
+
"line": 437
|
2547
|
+
},
|
2548
|
+
"name": "s3Bucket",
|
2549
|
+
"type": {
|
2550
|
+
"primitive": "string"
|
2551
|
+
}
|
2552
|
+
},
|
2553
|
+
{
|
2554
|
+
"docs": {
|
2555
|
+
"stability": "stable"
|
2556
|
+
},
|
2557
|
+
"locationInModule": {
|
2558
|
+
"filename": "src/certificate/index.ts",
|
2559
|
+
"line": 414
|
2560
|
+
},
|
2561
|
+
"name": "internalValue",
|
2562
|
+
"optional": true,
|
2563
|
+
"type": {
|
2564
|
+
"fqn": "@cdktf/provider-acme.certificate.CertificateHttpS3Challenge"
|
2565
|
+
}
|
2566
|
+
}
|
2567
|
+
],
|
2568
|
+
"symbolId": "src/certificate/index:CertificateHttpS3ChallengeOutputReference"
|
2569
|
+
},
|
2372
2570
|
"@cdktf/provider-acme.certificate.CertificateHttpWebrootChallenge": {
|
2373
2571
|
"assembly": "@cdktf/provider-acme",
|
2374
2572
|
"datatype": true,
|
@@ -2379,7 +2577,7 @@
|
|
2379
2577
|
"kind": "interface",
|
2380
2578
|
"locationInModule": {
|
2381
2579
|
"filename": "src/certificate/index.ts",
|
2382
|
-
"line":
|
2580
|
+
"line": 448
|
2383
2581
|
},
|
2384
2582
|
"name": "CertificateHttpWebrootChallenge",
|
2385
2583
|
"namespace": "certificate",
|
@@ -2388,12 +2586,12 @@
|
|
2388
2586
|
"abstract": true,
|
2389
2587
|
"docs": {
|
2390
2588
|
"stability": "stable",
|
2391
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2589
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#directory Certificate#directory}."
|
2392
2590
|
},
|
2393
2591
|
"immutable": true,
|
2394
2592
|
"locationInModule": {
|
2395
2593
|
"filename": "src/certificate/index.ts",
|
2396
|
-
"line":
|
2594
|
+
"line": 452
|
2397
2595
|
},
|
2398
2596
|
"name": "directory",
|
2399
2597
|
"type": {
|
@@ -2416,7 +2614,7 @@
|
|
2416
2614
|
},
|
2417
2615
|
"locationInModule": {
|
2418
2616
|
"filename": "src/certificate/index.ts",
|
2419
|
-
"line":
|
2617
|
+
"line": 472
|
2420
2618
|
},
|
2421
2619
|
"parameters": [
|
2422
2620
|
{
|
@@ -2442,7 +2640,7 @@
|
|
2442
2640
|
"kind": "class",
|
2443
2641
|
"locationInModule": {
|
2444
2642
|
"filename": "src/certificate/index.ts",
|
2445
|
-
"line":
|
2643
|
+
"line": 465
|
2446
2644
|
},
|
2447
2645
|
"name": "CertificateHttpWebrootChallengeOutputReference",
|
2448
2646
|
"namespace": "certificate",
|
@@ -2454,7 +2652,7 @@
|
|
2454
2652
|
"immutable": true,
|
2455
2653
|
"locationInModule": {
|
2456
2654
|
"filename": "src/certificate/index.ts",
|
2457
|
-
"line":
|
2655
|
+
"line": 506
|
2458
2656
|
},
|
2459
2657
|
"name": "directoryInput",
|
2460
2658
|
"optional": true,
|
@@ -2468,7 +2666,7 @@
|
|
2468
2666
|
},
|
2469
2667
|
"locationInModule": {
|
2470
2668
|
"filename": "src/certificate/index.ts",
|
2471
|
-
"line":
|
2669
|
+
"line": 499
|
2472
2670
|
},
|
2473
2671
|
"name": "directory",
|
2474
2672
|
"type": {
|
@@ -2481,7 +2679,7 @@
|
|
2481
2679
|
},
|
2482
2680
|
"locationInModule": {
|
2483
2681
|
"filename": "src/certificate/index.ts",
|
2484
|
-
"line":
|
2682
|
+
"line": 476
|
2485
2683
|
},
|
2486
2684
|
"name": "internalValue",
|
2487
2685
|
"optional": true,
|
@@ -2502,7 +2700,7 @@
|
|
2502
2700
|
"kind": "interface",
|
2503
2701
|
"locationInModule": {
|
2504
2702
|
"filename": "src/certificate/index.ts",
|
2505
|
-
"line":
|
2703
|
+
"line": 510
|
2506
2704
|
},
|
2507
2705
|
"name": "CertificateTlsChallenge",
|
2508
2706
|
"namespace": "certificate",
|
@@ -2511,12 +2709,12 @@
|
|
2511
2709
|
"abstract": true,
|
2512
2710
|
"docs": {
|
2513
2711
|
"stability": "stable",
|
2514
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2712
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate#port Certificate#port}."
|
2515
2713
|
},
|
2516
2714
|
"immutable": true,
|
2517
2715
|
"locationInModule": {
|
2518
2716
|
"filename": "src/certificate/index.ts",
|
2519
|
-
"line":
|
2717
|
+
"line": 514
|
2520
2718
|
},
|
2521
2719
|
"name": "port",
|
2522
2720
|
"optional": true,
|
@@ -2540,7 +2738,7 @@
|
|
2540
2738
|
},
|
2541
2739
|
"locationInModule": {
|
2542
2740
|
"filename": "src/certificate/index.ts",
|
2543
|
-
"line":
|
2741
|
+
"line": 534
|
2544
2742
|
},
|
2545
2743
|
"parameters": [
|
2546
2744
|
{
|
@@ -2566,7 +2764,7 @@
|
|
2566
2764
|
"kind": "class",
|
2567
2765
|
"locationInModule": {
|
2568
2766
|
"filename": "src/certificate/index.ts",
|
2569
|
-
"line":
|
2767
|
+
"line": 527
|
2570
2768
|
},
|
2571
2769
|
"methods": [
|
2572
2770
|
{
|
@@ -2575,7 +2773,7 @@
|
|
2575
2773
|
},
|
2576
2774
|
"locationInModule": {
|
2577
2775
|
"filename": "src/certificate/index.ts",
|
2578
|
-
"line":
|
2776
|
+
"line": 567
|
2579
2777
|
},
|
2580
2778
|
"name": "resetPort"
|
2581
2779
|
}
|
@@ -2590,7 +2788,7 @@
|
|
2590
2788
|
"immutable": true,
|
2591
2789
|
"locationInModule": {
|
2592
2790
|
"filename": "src/certificate/index.ts",
|
2593
|
-
"line":
|
2791
|
+
"line": 571
|
2594
2792
|
},
|
2595
2793
|
"name": "portInput",
|
2596
2794
|
"optional": true,
|
@@ -2604,7 +2802,7 @@
|
|
2604
2802
|
},
|
2605
2803
|
"locationInModule": {
|
2606
2804
|
"filename": "src/certificate/index.ts",
|
2607
|
-
"line":
|
2805
|
+
"line": 561
|
2608
2806
|
},
|
2609
2807
|
"name": "port",
|
2610
2808
|
"type": {
|
@@ -2617,7 +2815,7 @@
|
|
2617
2815
|
},
|
2618
2816
|
"locationInModule": {
|
2619
2817
|
"filename": "src/certificate/index.ts",
|
2620
|
-
"line":
|
2818
|
+
"line": 538
|
2621
2819
|
},
|
2622
2820
|
"name": "internalValue",
|
2623
2821
|
"optional": true,
|
@@ -2633,13 +2831,13 @@
|
|
2633
2831
|
"base": "cdktf.TerraformProvider",
|
2634
2832
|
"docs": {
|
2635
2833
|
"stability": "stable",
|
2636
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2834
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs acme}."
|
2637
2835
|
},
|
2638
2836
|
"fqn": "@cdktf/provider-acme.provider.AcmeProvider",
|
2639
2837
|
"initializer": {
|
2640
2838
|
"docs": {
|
2641
2839
|
"stability": "stable",
|
2642
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2840
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs acme} Resource."
|
2643
2841
|
},
|
2644
2842
|
"locationInModule": {
|
2645
2843
|
"filename": "src/provider/index.ts",
|
@@ -2812,7 +3010,7 @@
|
|
2812
3010
|
"abstract": true,
|
2813
3011
|
"docs": {
|
2814
3012
|
"stability": "stable",
|
2815
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3013
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs#server_url AcmeProvider#server_url}."
|
2816
3014
|
},
|
2817
3015
|
"immutable": true,
|
2818
3016
|
"locationInModule": {
|
@@ -2827,7 +3025,7 @@
|
|
2827
3025
|
{
|
2828
3026
|
"abstract": true,
|
2829
3027
|
"docs": {
|
2830
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3028
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs#alias AcmeProvider#alias}",
|
2831
3029
|
"stability": "stable",
|
2832
3030
|
"summary": "Alias name."
|
2833
3031
|
},
|
@@ -2850,13 +3048,13 @@
|
|
2850
3048
|
"base": "cdktf.TerraformResource",
|
2851
3049
|
"docs": {
|
2852
3050
|
"stability": "stable",
|
2853
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3051
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration acme_registration}."
|
2854
3052
|
},
|
2855
3053
|
"fqn": "@cdktf/provider-acme.registration.Registration",
|
2856
3054
|
"initializer": {
|
2857
3055
|
"docs": {
|
2858
3056
|
"stability": "stable",
|
2859
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3057
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration acme_registration} Resource."
|
2860
3058
|
},
|
2861
3059
|
"locationInModule": {
|
2862
3060
|
"filename": "src/registration/index.ts",
|
@@ -3128,7 +3326,7 @@
|
|
3128
3326
|
"abstract": true,
|
3129
3327
|
"docs": {
|
3130
3328
|
"stability": "stable",
|
3131
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3329
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
|
3132
3330
|
},
|
3133
3331
|
"immutable": true,
|
3134
3332
|
"locationInModule": {
|
@@ -3144,7 +3342,7 @@
|
|
3144
3342
|
"abstract": true,
|
3145
3343
|
"docs": {
|
3146
3344
|
"stability": "stable",
|
3147
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3345
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration#email_address Registration#email_address}."
|
3148
3346
|
},
|
3149
3347
|
"immutable": true,
|
3150
3348
|
"locationInModule": {
|
@@ -3159,7 +3357,7 @@
|
|
3159
3357
|
{
|
3160
3358
|
"abstract": true,
|
3161
3359
|
"docs": {
|
3162
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3360
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
|
3163
3361
|
"stability": "stable",
|
3164
3362
|
"summary": "external_account_binding block."
|
3165
3363
|
},
|
@@ -3179,7 +3377,7 @@
|
|
3179
3377
|
"docs": {
|
3180
3378
|
"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.",
|
3181
3379
|
"stability": "stable",
|
3182
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3380
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration#id Registration#id}."
|
3183
3381
|
},
|
3184
3382
|
"immutable": true,
|
3185
3383
|
"locationInModule": {
|
@@ -3214,7 +3412,7 @@
|
|
3214
3412
|
"abstract": true,
|
3215
3413
|
"docs": {
|
3216
3414
|
"stability": "stable",
|
3217
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3415
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
|
3218
3416
|
},
|
3219
3417
|
"immutable": true,
|
3220
3418
|
"locationInModule": {
|
@@ -3230,7 +3428,7 @@
|
|
3230
3428
|
"abstract": true,
|
3231
3429
|
"docs": {
|
3232
3430
|
"stability": "stable",
|
3233
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3431
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration#key_id Registration#key_id}."
|
3234
3432
|
},
|
3235
3433
|
"immutable": true,
|
3236
3434
|
"locationInModule": {
|
@@ -3363,6 +3561,6 @@
|
|
3363
3561
|
"symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
|
3364
3562
|
}
|
3365
3563
|
},
|
3366
|
-
"version": "
|
3367
|
-
"fingerprint": "
|
3564
|
+
"version": "9.0.0",
|
3565
|
+
"fingerprint": "NlCXB1gLyJPzFtGjpA1N7i5RTrdaPpvd28HaaIgWq5E="
|
3368
3566
|
}
|