@cdktf/provider-acme 9.0.1 → 9.0.3
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 +257 -202
- package/lib/certificate/index.d.ts +39 -30
- package/lib/certificate/index.js +27 -12
- 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 +5 -5
package/.jsii
CHANGED
@@ -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.
|
75
|
+
"jsiiVersion": "5.2.8 (build 02112e0)",
|
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.18.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.18.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.18.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.18.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.18.0/docs/resources/certificate acme_certificate} Resource."
|
170
170
|
},
|
171
171
|
"locationInModule": {
|
172
172
|
"filename": "src/certificate/index.ts",
|
173
|
-
"line":
|
173
|
+
"line": 601
|
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": 583
|
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": 921
|
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": 937
|
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": 953
|
266
266
|
},
|
267
267
|
"name": "putHttpMemcachedChallenge",
|
268
268
|
"parameters": [
|
@@ -280,7 +280,7 @@
|
|
280
280
|
},
|
281
281
|
"locationInModule": {
|
282
282
|
"filename": "src/certificate/index.ts",
|
283
|
-
"line":
|
283
|
+
"line": 969
|
284
284
|
},
|
285
285
|
"name": "putHttpS3Challenge",
|
286
286
|
"parameters": [
|
@@ -298,7 +298,7 @@
|
|
298
298
|
},
|
299
299
|
"locationInModule": {
|
300
300
|
"filename": "src/certificate/index.ts",
|
301
|
-
"line":
|
301
|
+
"line": 985
|
302
302
|
},
|
303
303
|
"name": "putHttpWebrootChallenge",
|
304
304
|
"parameters": [
|
@@ -316,7 +316,7 @@
|
|
316
316
|
},
|
317
317
|
"locationInModule": {
|
318
318
|
"filename": "src/certificate/index.ts",
|
319
|
-
"line":
|
319
|
+
"line": 1001
|
320
320
|
},
|
321
321
|
"name": "putTlsChallenge",
|
322
322
|
"parameters": [
|
@@ -334,7 +334,7 @@
|
|
334
334
|
},
|
335
335
|
"locationInModule": {
|
336
336
|
"filename": "src/certificate/index.ts",
|
337
|
-
"line":
|
337
|
+
"line": 696
|
338
338
|
},
|
339
339
|
"name": "resetCertificateP12Password"
|
340
340
|
},
|
@@ -344,7 +344,7 @@
|
|
344
344
|
},
|
345
345
|
"locationInModule": {
|
346
346
|
"filename": "src/certificate/index.ts",
|
347
|
-
"line":
|
347
|
+
"line": 717
|
348
348
|
},
|
349
349
|
"name": "resetCertificateRequestPem"
|
350
350
|
},
|
@@ -354,7 +354,17 @@
|
|
354
354
|
},
|
355
355
|
"locationInModule": {
|
356
356
|
"filename": "src/certificate/index.ts",
|
357
|
-
"line":
|
357
|
+
"line": 665
|
358
|
+
},
|
359
|
+
"name": "resetCertTimeout"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"docs": {
|
363
|
+
"stability": "stable"
|
364
|
+
},
|
365
|
+
"locationInModule": {
|
366
|
+
"filename": "src/certificate/index.ts",
|
367
|
+
"line": 738
|
358
368
|
},
|
359
369
|
"name": "resetCommonName"
|
360
370
|
},
|
@@ -364,7 +374,7 @@
|
|
364
374
|
},
|
365
375
|
"locationInModule": {
|
366
376
|
"filename": "src/certificate/index.ts",
|
367
|
-
"line":
|
377
|
+
"line": 754
|
368
378
|
},
|
369
379
|
"name": "resetDisableCompletePropagation"
|
370
380
|
},
|
@@ -374,7 +384,7 @@
|
|
374
384
|
},
|
375
385
|
"locationInModule": {
|
376
386
|
"filename": "src/certificate/index.ts",
|
377
|
-
"line":
|
387
|
+
"line": 924
|
378
388
|
},
|
379
389
|
"name": "resetDnsChallenge"
|
380
390
|
},
|
@@ -384,7 +394,7 @@
|
|
384
394
|
},
|
385
395
|
"locationInModule": {
|
386
396
|
"filename": "src/certificate/index.ts",
|
387
|
-
"line":
|
397
|
+
"line": 940
|
388
398
|
},
|
389
399
|
"name": "resetHttpChallenge"
|
390
400
|
},
|
@@ -394,7 +404,7 @@
|
|
394
404
|
},
|
395
405
|
"locationInModule": {
|
396
406
|
"filename": "src/certificate/index.ts",
|
397
|
-
"line":
|
407
|
+
"line": 956
|
398
408
|
},
|
399
409
|
"name": "resetHttpMemcachedChallenge"
|
400
410
|
},
|
@@ -404,7 +414,7 @@
|
|
404
414
|
},
|
405
415
|
"locationInModule": {
|
406
416
|
"filename": "src/certificate/index.ts",
|
407
|
-
"line":
|
417
|
+
"line": 972
|
408
418
|
},
|
409
419
|
"name": "resetHttpS3Challenge"
|
410
420
|
},
|
@@ -414,7 +424,7 @@
|
|
414
424
|
},
|
415
425
|
"locationInModule": {
|
416
426
|
"filename": "src/certificate/index.ts",
|
417
|
-
"line":
|
427
|
+
"line": 988
|
418
428
|
},
|
419
429
|
"name": "resetHttpWebrootChallenge"
|
420
430
|
},
|
@@ -424,7 +434,7 @@
|
|
424
434
|
},
|
425
435
|
"locationInModule": {
|
426
436
|
"filename": "src/certificate/index.ts",
|
427
|
-
"line":
|
437
|
+
"line": 770
|
428
438
|
},
|
429
439
|
"name": "resetId"
|
430
440
|
},
|
@@ -434,7 +444,7 @@
|
|
434
444
|
},
|
435
445
|
"locationInModule": {
|
436
446
|
"filename": "src/certificate/index.ts",
|
437
|
-
"line":
|
447
|
+
"line": 791
|
438
448
|
},
|
439
449
|
"name": "resetKeyType"
|
440
450
|
},
|
@@ -444,7 +454,7 @@
|
|
444
454
|
},
|
445
455
|
"locationInModule": {
|
446
456
|
"filename": "src/certificate/index.ts",
|
447
|
-
"line":
|
457
|
+
"line": 807
|
448
458
|
},
|
449
459
|
"name": "resetMinDaysRemaining"
|
450
460
|
},
|
@@ -454,7 +464,7 @@
|
|
454
464
|
},
|
455
465
|
"locationInModule": {
|
456
466
|
"filename": "src/certificate/index.ts",
|
457
|
-
"line":
|
467
|
+
"line": 823
|
458
468
|
},
|
459
469
|
"name": "resetMustStaple"
|
460
470
|
},
|
@@ -464,7 +474,7 @@
|
|
464
474
|
},
|
465
475
|
"locationInModule": {
|
466
476
|
"filename": "src/certificate/index.ts",
|
467
|
-
"line":
|
477
|
+
"line": 839
|
468
478
|
},
|
469
479
|
"name": "resetPreCheckDelay"
|
470
480
|
},
|
@@ -474,7 +484,7 @@
|
|
474
484
|
},
|
475
485
|
"locationInModule": {
|
476
486
|
"filename": "src/certificate/index.ts",
|
477
|
-
"line":
|
487
|
+
"line": 855
|
478
488
|
},
|
479
489
|
"name": "resetPreferredChain"
|
480
490
|
},
|
@@ -484,7 +494,7 @@
|
|
484
494
|
},
|
485
495
|
"locationInModule": {
|
486
496
|
"filename": "src/certificate/index.ts",
|
487
|
-
"line":
|
497
|
+
"line": 876
|
488
498
|
},
|
489
499
|
"name": "resetRecursiveNameservers"
|
490
500
|
},
|
@@ -494,7 +504,7 @@
|
|
494
504
|
},
|
495
505
|
"locationInModule": {
|
496
506
|
"filename": "src/certificate/index.ts",
|
497
|
-
"line":
|
507
|
+
"line": 892
|
498
508
|
},
|
499
509
|
"name": "resetRevokeCertificateOnDestroy"
|
500
510
|
},
|
@@ -504,7 +514,7 @@
|
|
504
514
|
},
|
505
515
|
"locationInModule": {
|
506
516
|
"filename": "src/certificate/index.ts",
|
507
|
-
"line":
|
517
|
+
"line": 908
|
508
518
|
},
|
509
519
|
"name": "resetSubjectAlternativeNames"
|
510
520
|
},
|
@@ -514,7 +524,7 @@
|
|
514
524
|
},
|
515
525
|
"locationInModule": {
|
516
526
|
"filename": "src/certificate/index.ts",
|
517
|
-
"line":
|
527
|
+
"line": 1004
|
518
528
|
},
|
519
529
|
"name": "resetTlsChallenge"
|
520
530
|
},
|
@@ -524,7 +534,7 @@
|
|
524
534
|
},
|
525
535
|
"locationInModule": {
|
526
536
|
"filename": "src/certificate/index.ts",
|
527
|
-
"line":
|
537
|
+
"line": 1016
|
528
538
|
},
|
529
539
|
"name": "synthesizeAttributes",
|
530
540
|
"overrides": "cdktf.TerraformResource",
|
@@ -552,7 +562,7 @@
|
|
552
562
|
"immutable": true,
|
553
563
|
"locationInModule": {
|
554
564
|
"filename": "src/certificate/index.ts",
|
555
|
-
"line":
|
565
|
+
"line": 588
|
556
566
|
},
|
557
567
|
"name": "tfResourceType",
|
558
568
|
"static": true,
|
@@ -567,7 +577,7 @@
|
|
567
577
|
"immutable": true,
|
568
578
|
"locationInModule": {
|
569
579
|
"filename": "src/certificate/index.ts",
|
570
|
-
"line":
|
580
|
+
"line": 674
|
571
581
|
},
|
572
582
|
"name": "certificateDomain",
|
573
583
|
"type": {
|
@@ -581,7 +591,7 @@
|
|
581
591
|
"immutable": true,
|
582
592
|
"locationInModule": {
|
583
593
|
"filename": "src/certificate/index.ts",
|
584
|
-
"line":
|
594
|
+
"line": 679
|
585
595
|
},
|
586
596
|
"name": "certificateNotAfter",
|
587
597
|
"type": {
|
@@ -595,7 +605,7 @@
|
|
595
605
|
"immutable": true,
|
596
606
|
"locationInModule": {
|
597
607
|
"filename": "src/certificate/index.ts",
|
598
|
-
"line":
|
608
|
+
"line": 684
|
599
609
|
},
|
600
610
|
"name": "certificateP12",
|
601
611
|
"type": {
|
@@ -609,7 +619,7 @@
|
|
609
619
|
"immutable": true,
|
610
620
|
"locationInModule": {
|
611
621
|
"filename": "src/certificate/index.ts",
|
612
|
-
"line":
|
622
|
+
"line": 705
|
613
623
|
},
|
614
624
|
"name": "certificatePem",
|
615
625
|
"type": {
|
@@ -623,7 +633,7 @@
|
|
623
633
|
"immutable": true,
|
624
634
|
"locationInModule": {
|
625
635
|
"filename": "src/certificate/index.ts",
|
626
|
-
"line":
|
636
|
+
"line": 726
|
627
637
|
},
|
628
638
|
"name": "certificateUrl",
|
629
639
|
"type": {
|
@@ -637,7 +647,7 @@
|
|
637
647
|
"immutable": true,
|
638
648
|
"locationInModule": {
|
639
649
|
"filename": "src/certificate/index.ts",
|
640
|
-
"line":
|
650
|
+
"line": 918
|
641
651
|
},
|
642
652
|
"name": "dnsChallenge",
|
643
653
|
"type": {
|
@@ -651,7 +661,7 @@
|
|
651
661
|
"immutable": true,
|
652
662
|
"locationInModule": {
|
653
663
|
"filename": "src/certificate/index.ts",
|
654
|
-
"line":
|
664
|
+
"line": 934
|
655
665
|
},
|
656
666
|
"name": "httpChallenge",
|
657
667
|
"type": {
|
@@ -665,7 +675,7 @@
|
|
665
675
|
"immutable": true,
|
666
676
|
"locationInModule": {
|
667
677
|
"filename": "src/certificate/index.ts",
|
668
|
-
"line":
|
678
|
+
"line": 950
|
669
679
|
},
|
670
680
|
"name": "httpMemcachedChallenge",
|
671
681
|
"type": {
|
@@ -679,7 +689,7 @@
|
|
679
689
|
"immutable": true,
|
680
690
|
"locationInModule": {
|
681
691
|
"filename": "src/certificate/index.ts",
|
682
|
-
"line":
|
692
|
+
"line": 966
|
683
693
|
},
|
684
694
|
"name": "httpS3Challenge",
|
685
695
|
"type": {
|
@@ -693,7 +703,7 @@
|
|
693
703
|
"immutable": true,
|
694
704
|
"locationInModule": {
|
695
705
|
"filename": "src/certificate/index.ts",
|
696
|
-
"line":
|
706
|
+
"line": 982
|
697
707
|
},
|
698
708
|
"name": "httpWebrootChallenge",
|
699
709
|
"type": {
|
@@ -707,7 +717,7 @@
|
|
707
717
|
"immutable": true,
|
708
718
|
"locationInModule": {
|
709
719
|
"filename": "src/certificate/index.ts",
|
710
|
-
"line":
|
720
|
+
"line": 779
|
711
721
|
},
|
712
722
|
"name": "issuerPem",
|
713
723
|
"type": {
|
@@ -721,7 +731,7 @@
|
|
721
731
|
"immutable": true,
|
722
732
|
"locationInModule": {
|
723
733
|
"filename": "src/certificate/index.ts",
|
724
|
-
"line":
|
734
|
+
"line": 864
|
725
735
|
},
|
726
736
|
"name": "privateKeyPem",
|
727
737
|
"type": {
|
@@ -735,7 +745,7 @@
|
|
735
745
|
"immutable": true,
|
736
746
|
"locationInModule": {
|
737
747
|
"filename": "src/certificate/index.ts",
|
738
|
-
"line":
|
748
|
+
"line": 998
|
739
749
|
},
|
740
750
|
"name": "tlsChallenge",
|
741
751
|
"type": {
|
@@ -749,7 +759,7 @@
|
|
749
759
|
"immutable": true,
|
750
760
|
"locationInModule": {
|
751
761
|
"filename": "src/certificate/index.ts",
|
752
|
-
"line":
|
762
|
+
"line": 653
|
753
763
|
},
|
754
764
|
"name": "accountKeyPemInput",
|
755
765
|
"optional": true,
|
@@ -764,7 +774,7 @@
|
|
764
774
|
"immutable": true,
|
765
775
|
"locationInModule": {
|
766
776
|
"filename": "src/certificate/index.ts",
|
767
|
-
"line":
|
777
|
+
"line": 700
|
768
778
|
},
|
769
779
|
"name": "certificateP12PasswordInput",
|
770
780
|
"optional": true,
|
@@ -779,7 +789,7 @@
|
|
779
789
|
"immutable": true,
|
780
790
|
"locationInModule": {
|
781
791
|
"filename": "src/certificate/index.ts",
|
782
|
-
"line":
|
792
|
+
"line": 721
|
783
793
|
},
|
784
794
|
"name": "certificateRequestPemInput",
|
785
795
|
"optional": true,
|
@@ -794,7 +804,22 @@
|
|
794
804
|
"immutable": true,
|
795
805
|
"locationInModule": {
|
796
806
|
"filename": "src/certificate/index.ts",
|
797
|
-
"line":
|
807
|
+
"line": 669
|
808
|
+
},
|
809
|
+
"name": "certTimeoutInput",
|
810
|
+
"optional": true,
|
811
|
+
"type": {
|
812
|
+
"primitive": "number"
|
813
|
+
}
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"docs": {
|
817
|
+
"stability": "stable"
|
818
|
+
},
|
819
|
+
"immutable": true,
|
820
|
+
"locationInModule": {
|
821
|
+
"filename": "src/certificate/index.ts",
|
822
|
+
"line": 742
|
798
823
|
},
|
799
824
|
"name": "commonNameInput",
|
800
825
|
"optional": true,
|
@@ -809,7 +834,7 @@
|
|
809
834
|
"immutable": true,
|
810
835
|
"locationInModule": {
|
811
836
|
"filename": "src/certificate/index.ts",
|
812
|
-
"line":
|
837
|
+
"line": 758
|
813
838
|
},
|
814
839
|
"name": "disableCompletePropagationInput",
|
815
840
|
"optional": true,
|
@@ -833,7 +858,7 @@
|
|
833
858
|
"immutable": true,
|
834
859
|
"locationInModule": {
|
835
860
|
"filename": "src/certificate/index.ts",
|
836
|
-
"line":
|
861
|
+
"line": 928
|
837
862
|
},
|
838
863
|
"name": "dnsChallengeInput",
|
839
864
|
"optional": true,
|
@@ -862,7 +887,7 @@
|
|
862
887
|
"immutable": true,
|
863
888
|
"locationInModule": {
|
864
889
|
"filename": "src/certificate/index.ts",
|
865
|
-
"line":
|
890
|
+
"line": 944
|
866
891
|
},
|
867
892
|
"name": "httpChallengeInput",
|
868
893
|
"optional": true,
|
@@ -877,7 +902,7 @@
|
|
877
902
|
"immutable": true,
|
878
903
|
"locationInModule": {
|
879
904
|
"filename": "src/certificate/index.ts",
|
880
|
-
"line":
|
905
|
+
"line": 960
|
881
906
|
},
|
882
907
|
"name": "httpMemcachedChallengeInput",
|
883
908
|
"optional": true,
|
@@ -892,7 +917,7 @@
|
|
892
917
|
"immutable": true,
|
893
918
|
"locationInModule": {
|
894
919
|
"filename": "src/certificate/index.ts",
|
895
|
-
"line":
|
920
|
+
"line": 976
|
896
921
|
},
|
897
922
|
"name": "httpS3ChallengeInput",
|
898
923
|
"optional": true,
|
@@ -907,7 +932,7 @@
|
|
907
932
|
"immutable": true,
|
908
933
|
"locationInModule": {
|
909
934
|
"filename": "src/certificate/index.ts",
|
910
|
-
"line":
|
935
|
+
"line": 992
|
911
936
|
},
|
912
937
|
"name": "httpWebrootChallengeInput",
|
913
938
|
"optional": true,
|
@@ -922,7 +947,7 @@
|
|
922
947
|
"immutable": true,
|
923
948
|
"locationInModule": {
|
924
949
|
"filename": "src/certificate/index.ts",
|
925
|
-
"line":
|
950
|
+
"line": 774
|
926
951
|
},
|
927
952
|
"name": "idInput",
|
928
953
|
"optional": true,
|
@@ -937,7 +962,7 @@
|
|
937
962
|
"immutable": true,
|
938
963
|
"locationInModule": {
|
939
964
|
"filename": "src/certificate/index.ts",
|
940
|
-
"line":
|
965
|
+
"line": 795
|
941
966
|
},
|
942
967
|
"name": "keyTypeInput",
|
943
968
|
"optional": true,
|
@@ -952,7 +977,7 @@
|
|
952
977
|
"immutable": true,
|
953
978
|
"locationInModule": {
|
954
979
|
"filename": "src/certificate/index.ts",
|
955
|
-
"line":
|
980
|
+
"line": 811
|
956
981
|
},
|
957
982
|
"name": "minDaysRemainingInput",
|
958
983
|
"optional": true,
|
@@ -967,7 +992,7 @@
|
|
967
992
|
"immutable": true,
|
968
993
|
"locationInModule": {
|
969
994
|
"filename": "src/certificate/index.ts",
|
970
|
-
"line":
|
995
|
+
"line": 827
|
971
996
|
},
|
972
997
|
"name": "mustStapleInput",
|
973
998
|
"optional": true,
|
@@ -991,7 +1016,7 @@
|
|
991
1016
|
"immutable": true,
|
992
1017
|
"locationInModule": {
|
993
1018
|
"filename": "src/certificate/index.ts",
|
994
|
-
"line":
|
1019
|
+
"line": 843
|
995
1020
|
},
|
996
1021
|
"name": "preCheckDelayInput",
|
997
1022
|
"optional": true,
|
@@ -1006,7 +1031,7 @@
|
|
1006
1031
|
"immutable": true,
|
1007
1032
|
"locationInModule": {
|
1008
1033
|
"filename": "src/certificate/index.ts",
|
1009
|
-
"line":
|
1034
|
+
"line": 859
|
1010
1035
|
},
|
1011
1036
|
"name": "preferredChainInput",
|
1012
1037
|
"optional": true,
|
@@ -1021,7 +1046,7 @@
|
|
1021
1046
|
"immutable": true,
|
1022
1047
|
"locationInModule": {
|
1023
1048
|
"filename": "src/certificate/index.ts",
|
1024
|
-
"line":
|
1049
|
+
"line": 880
|
1025
1050
|
},
|
1026
1051
|
"name": "recursiveNameserversInput",
|
1027
1052
|
"optional": true,
|
@@ -1041,7 +1066,7 @@
|
|
1041
1066
|
"immutable": true,
|
1042
1067
|
"locationInModule": {
|
1043
1068
|
"filename": "src/certificate/index.ts",
|
1044
|
-
"line":
|
1069
|
+
"line": 896
|
1045
1070
|
},
|
1046
1071
|
"name": "revokeCertificateOnDestroyInput",
|
1047
1072
|
"optional": true,
|
@@ -1065,7 +1090,7 @@
|
|
1065
1090
|
"immutable": true,
|
1066
1091
|
"locationInModule": {
|
1067
1092
|
"filename": "src/certificate/index.ts",
|
1068
|
-
"line":
|
1093
|
+
"line": 912
|
1069
1094
|
},
|
1070
1095
|
"name": "subjectAlternativeNamesInput",
|
1071
1096
|
"optional": true,
|
@@ -1085,7 +1110,7 @@
|
|
1085
1110
|
"immutable": true,
|
1086
1111
|
"locationInModule": {
|
1087
1112
|
"filename": "src/certificate/index.ts",
|
1088
|
-
"line":
|
1113
|
+
"line": 1008
|
1089
1114
|
},
|
1090
1115
|
"name": "tlsChallengeInput",
|
1091
1116
|
"optional": true,
|
@@ -1099,7 +1124,7 @@
|
|
1099
1124
|
},
|
1100
1125
|
"locationInModule": {
|
1101
1126
|
"filename": "src/certificate/index.ts",
|
1102
|
-
"line":
|
1127
|
+
"line": 646
|
1103
1128
|
},
|
1104
1129
|
"name": "accountKeyPem",
|
1105
1130
|
"type": {
|
@@ -1112,7 +1137,7 @@
|
|
1112
1137
|
},
|
1113
1138
|
"locationInModule": {
|
1114
1139
|
"filename": "src/certificate/index.ts",
|
1115
|
-
"line":
|
1140
|
+
"line": 690
|
1116
1141
|
},
|
1117
1142
|
"name": "certificateP12Password",
|
1118
1143
|
"type": {
|
@@ -1125,7 +1150,7 @@
|
|
1125
1150
|
},
|
1126
1151
|
"locationInModule": {
|
1127
1152
|
"filename": "src/certificate/index.ts",
|
1128
|
-
"line":
|
1153
|
+
"line": 711
|
1129
1154
|
},
|
1130
1155
|
"name": "certificateRequestPem",
|
1131
1156
|
"type": {
|
@@ -1138,7 +1163,20 @@
|
|
1138
1163
|
},
|
1139
1164
|
"locationInModule": {
|
1140
1165
|
"filename": "src/certificate/index.ts",
|
1141
|
-
"line":
|
1166
|
+
"line": 659
|
1167
|
+
},
|
1168
|
+
"name": "certTimeout",
|
1169
|
+
"type": {
|
1170
|
+
"primitive": "number"
|
1171
|
+
}
|
1172
|
+
},
|
1173
|
+
{
|
1174
|
+
"docs": {
|
1175
|
+
"stability": "stable"
|
1176
|
+
},
|
1177
|
+
"locationInModule": {
|
1178
|
+
"filename": "src/certificate/index.ts",
|
1179
|
+
"line": 732
|
1142
1180
|
},
|
1143
1181
|
"name": "commonName",
|
1144
1182
|
"type": {
|
@@ -1151,7 +1189,7 @@
|
|
1151
1189
|
},
|
1152
1190
|
"locationInModule": {
|
1153
1191
|
"filename": "src/certificate/index.ts",
|
1154
|
-
"line":
|
1192
|
+
"line": 748
|
1155
1193
|
},
|
1156
1194
|
"name": "disableCompletePropagation",
|
1157
1195
|
"type": {
|
@@ -1173,7 +1211,7 @@
|
|
1173
1211
|
},
|
1174
1212
|
"locationInModule": {
|
1175
1213
|
"filename": "src/certificate/index.ts",
|
1176
|
-
"line":
|
1214
|
+
"line": 764
|
1177
1215
|
},
|
1178
1216
|
"name": "id",
|
1179
1217
|
"type": {
|
@@ -1186,7 +1224,7 @@
|
|
1186
1224
|
},
|
1187
1225
|
"locationInModule": {
|
1188
1226
|
"filename": "src/certificate/index.ts",
|
1189
|
-
"line":
|
1227
|
+
"line": 785
|
1190
1228
|
},
|
1191
1229
|
"name": "keyType",
|
1192
1230
|
"type": {
|
@@ -1199,7 +1237,7 @@
|
|
1199
1237
|
},
|
1200
1238
|
"locationInModule": {
|
1201
1239
|
"filename": "src/certificate/index.ts",
|
1202
|
-
"line":
|
1240
|
+
"line": 801
|
1203
1241
|
},
|
1204
1242
|
"name": "minDaysRemaining",
|
1205
1243
|
"type": {
|
@@ -1212,7 +1250,7 @@
|
|
1212
1250
|
},
|
1213
1251
|
"locationInModule": {
|
1214
1252
|
"filename": "src/certificate/index.ts",
|
1215
|
-
"line":
|
1253
|
+
"line": 817
|
1216
1254
|
},
|
1217
1255
|
"name": "mustStaple",
|
1218
1256
|
"type": {
|
@@ -1234,7 +1272,7 @@
|
|
1234
1272
|
},
|
1235
1273
|
"locationInModule": {
|
1236
1274
|
"filename": "src/certificate/index.ts",
|
1237
|
-
"line":
|
1275
|
+
"line": 833
|
1238
1276
|
},
|
1239
1277
|
"name": "preCheckDelay",
|
1240
1278
|
"type": {
|
@@ -1247,7 +1285,7 @@
|
|
1247
1285
|
},
|
1248
1286
|
"locationInModule": {
|
1249
1287
|
"filename": "src/certificate/index.ts",
|
1250
|
-
"line":
|
1288
|
+
"line": 849
|
1251
1289
|
},
|
1252
1290
|
"name": "preferredChain",
|
1253
1291
|
"type": {
|
@@ -1260,7 +1298,7 @@
|
|
1260
1298
|
},
|
1261
1299
|
"locationInModule": {
|
1262
1300
|
"filename": "src/certificate/index.ts",
|
1263
|
-
"line":
|
1301
|
+
"line": 870
|
1264
1302
|
},
|
1265
1303
|
"name": "recursiveNameservers",
|
1266
1304
|
"type": {
|
@@ -1278,7 +1316,7 @@
|
|
1278
1316
|
},
|
1279
1317
|
"locationInModule": {
|
1280
1318
|
"filename": "src/certificate/index.ts",
|
1281
|
-
"line":
|
1319
|
+
"line": 886
|
1282
1320
|
},
|
1283
1321
|
"name": "revokeCertificateOnDestroy",
|
1284
1322
|
"type": {
|
@@ -1300,7 +1338,7 @@
|
|
1300
1338
|
},
|
1301
1339
|
"locationInModule": {
|
1302
1340
|
"filename": "src/certificate/index.ts",
|
1303
|
-
"line":
|
1341
|
+
"line": 902
|
1304
1342
|
},
|
1305
1343
|
"name": "subjectAlternativeNames",
|
1306
1344
|
"type": {
|
@@ -1337,7 +1375,7 @@
|
|
1337
1375
|
"abstract": true,
|
1338
1376
|
"docs": {
|
1339
1377
|
"stability": "stable",
|
1340
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1341
1379
|
},
|
1342
1380
|
"immutable": true,
|
1343
1381
|
"locationInModule": {
|
@@ -1353,12 +1391,12 @@
|
|
1353
1391
|
"abstract": true,
|
1354
1392
|
"docs": {
|
1355
1393
|
"stability": "stable",
|
1356
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1357
1395
|
},
|
1358
1396
|
"immutable": true,
|
1359
1397
|
"locationInModule": {
|
1360
1398
|
"filename": "src/certificate/index.ts",
|
1361
|
-
"line":
|
1399
|
+
"line": 26
|
1362
1400
|
},
|
1363
1401
|
"name": "certificateP12Password",
|
1364
1402
|
"optional": true,
|
@@ -1370,12 +1408,12 @@
|
|
1370
1408
|
"abstract": true,
|
1371
1409
|
"docs": {
|
1372
1410
|
"stability": "stable",
|
1373
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1374
1412
|
},
|
1375
1413
|
"immutable": true,
|
1376
1414
|
"locationInModule": {
|
1377
1415
|
"filename": "src/certificate/index.ts",
|
1378
|
-
"line":
|
1416
|
+
"line": 30
|
1379
1417
|
},
|
1380
1418
|
"name": "certificateRequestPem",
|
1381
1419
|
"optional": true,
|
@@ -1387,12 +1425,29 @@
|
|
1387
1425
|
"abstract": true,
|
1388
1426
|
"docs": {
|
1389
1427
|
"stability": "stable",
|
1390
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1391
1429
|
},
|
1392
1430
|
"immutable": true,
|
1393
1431
|
"locationInModule": {
|
1394
1432
|
"filename": "src/certificate/index.ts",
|
1395
|
-
"line":
|
1433
|
+
"line": 22
|
1434
|
+
},
|
1435
|
+
"name": "certTimeout",
|
1436
|
+
"optional": true,
|
1437
|
+
"type": {
|
1438
|
+
"primitive": "number"
|
1439
|
+
}
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
"abstract": true,
|
1443
|
+
"docs": {
|
1444
|
+
"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}."
|
1446
|
+
},
|
1447
|
+
"immutable": true,
|
1448
|
+
"locationInModule": {
|
1449
|
+
"filename": "src/certificate/index.ts",
|
1450
|
+
"line": 34
|
1396
1451
|
},
|
1397
1452
|
"name": "commonName",
|
1398
1453
|
"optional": true,
|
@@ -1404,12 +1459,12 @@
|
|
1404
1459
|
"abstract": true,
|
1405
1460
|
"docs": {
|
1406
1461
|
"stability": "stable",
|
1407
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1408
1463
|
},
|
1409
1464
|
"immutable": true,
|
1410
1465
|
"locationInModule": {
|
1411
1466
|
"filename": "src/certificate/index.ts",
|
1412
|
-
"line":
|
1467
|
+
"line": 38
|
1413
1468
|
},
|
1414
1469
|
"name": "disableCompletePropagation",
|
1415
1470
|
"optional": true,
|
@@ -1429,14 +1484,14 @@
|
|
1429
1484
|
{
|
1430
1485
|
"abstract": true,
|
1431
1486
|
"docs": {
|
1432
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}",
|
1433
1488
|
"stability": "stable",
|
1434
1489
|
"summary": "dns_challenge block."
|
1435
1490
|
},
|
1436
1491
|
"immutable": true,
|
1437
1492
|
"locationInModule": {
|
1438
1493
|
"filename": "src/certificate/index.ts",
|
1439
|
-
"line":
|
1494
|
+
"line": 83
|
1440
1495
|
},
|
1441
1496
|
"name": "dnsChallenge",
|
1442
1497
|
"optional": true,
|
@@ -1461,14 +1516,14 @@
|
|
1461
1516
|
{
|
1462
1517
|
"abstract": true,
|
1463
1518
|
"docs": {
|
1464
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}",
|
1465
1520
|
"stability": "stable",
|
1466
1521
|
"summary": "http_challenge block."
|
1467
1522
|
},
|
1468
1523
|
"immutable": true,
|
1469
1524
|
"locationInModule": {
|
1470
1525
|
"filename": "src/certificate/index.ts",
|
1471
|
-
"line":
|
1526
|
+
"line": 89
|
1472
1527
|
},
|
1473
1528
|
"name": "httpChallenge",
|
1474
1529
|
"optional": true,
|
@@ -1479,14 +1534,14 @@
|
|
1479
1534
|
{
|
1480
1535
|
"abstract": true,
|
1481
1536
|
"docs": {
|
1482
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}",
|
1483
1538
|
"stability": "stable",
|
1484
1539
|
"summary": "http_memcached_challenge block."
|
1485
1540
|
},
|
1486
1541
|
"immutable": true,
|
1487
1542
|
"locationInModule": {
|
1488
1543
|
"filename": "src/certificate/index.ts",
|
1489
|
-
"line":
|
1544
|
+
"line": 95
|
1490
1545
|
},
|
1491
1546
|
"name": "httpMemcachedChallenge",
|
1492
1547
|
"optional": true,
|
@@ -1497,14 +1552,14 @@
|
|
1497
1552
|
{
|
1498
1553
|
"abstract": true,
|
1499
1554
|
"docs": {
|
1500
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}",
|
1501
1556
|
"stability": "stable",
|
1502
1557
|
"summary": "http_s3_challenge block."
|
1503
1558
|
},
|
1504
1559
|
"immutable": true,
|
1505
1560
|
"locationInModule": {
|
1506
1561
|
"filename": "src/certificate/index.ts",
|
1507
|
-
"line":
|
1562
|
+
"line": 101
|
1508
1563
|
},
|
1509
1564
|
"name": "httpS3Challenge",
|
1510
1565
|
"optional": true,
|
@@ -1515,14 +1570,14 @@
|
|
1515
1570
|
{
|
1516
1571
|
"abstract": true,
|
1517
1572
|
"docs": {
|
1518
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}",
|
1519
1574
|
"stability": "stable",
|
1520
1575
|
"summary": "http_webroot_challenge block."
|
1521
1576
|
},
|
1522
1577
|
"immutable": true,
|
1523
1578
|
"locationInModule": {
|
1524
1579
|
"filename": "src/certificate/index.ts",
|
1525
|
-
"line":
|
1580
|
+
"line": 107
|
1526
1581
|
},
|
1527
1582
|
"name": "httpWebrootChallenge",
|
1528
1583
|
"optional": true,
|
@@ -1535,12 +1590,12 @@
|
|
1535
1590
|
"docs": {
|
1536
1591
|
"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.",
|
1537
1592
|
"stability": "stable",
|
1538
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1593
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#id Certificate#id}."
|
1539
1594
|
},
|
1540
1595
|
"immutable": true,
|
1541
1596
|
"locationInModule": {
|
1542
1597
|
"filename": "src/certificate/index.ts",
|
1543
|
-
"line":
|
1598
|
+
"line": 45
|
1544
1599
|
},
|
1545
1600
|
"name": "id",
|
1546
1601
|
"optional": true,
|
@@ -1552,12 +1607,12 @@
|
|
1552
1607
|
"abstract": true,
|
1553
1608
|
"docs": {
|
1554
1609
|
"stability": "stable",
|
1555
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1556
1611
|
},
|
1557
1612
|
"immutable": true,
|
1558
1613
|
"locationInModule": {
|
1559
1614
|
"filename": "src/certificate/index.ts",
|
1560
|
-
"line":
|
1615
|
+
"line": 49
|
1561
1616
|
},
|
1562
1617
|
"name": "keyType",
|
1563
1618
|
"optional": true,
|
@@ -1569,12 +1624,12 @@
|
|
1569
1624
|
"abstract": true,
|
1570
1625
|
"docs": {
|
1571
1626
|
"stability": "stable",
|
1572
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1573
1628
|
},
|
1574
1629
|
"immutable": true,
|
1575
1630
|
"locationInModule": {
|
1576
1631
|
"filename": "src/certificate/index.ts",
|
1577
|
-
"line":
|
1632
|
+
"line": 53
|
1578
1633
|
},
|
1579
1634
|
"name": "minDaysRemaining",
|
1580
1635
|
"optional": true,
|
@@ -1586,12 +1641,12 @@
|
|
1586
1641
|
"abstract": true,
|
1587
1642
|
"docs": {
|
1588
1643
|
"stability": "stable",
|
1589
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1590
1645
|
},
|
1591
1646
|
"immutable": true,
|
1592
1647
|
"locationInModule": {
|
1593
1648
|
"filename": "src/certificate/index.ts",
|
1594
|
-
"line":
|
1649
|
+
"line": 57
|
1595
1650
|
},
|
1596
1651
|
"name": "mustStaple",
|
1597
1652
|
"optional": true,
|
@@ -1612,12 +1667,12 @@
|
|
1612
1667
|
"abstract": true,
|
1613
1668
|
"docs": {
|
1614
1669
|
"stability": "stable",
|
1615
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1616
1671
|
},
|
1617
1672
|
"immutable": true,
|
1618
1673
|
"locationInModule": {
|
1619
1674
|
"filename": "src/certificate/index.ts",
|
1620
|
-
"line":
|
1675
|
+
"line": 61
|
1621
1676
|
},
|
1622
1677
|
"name": "preCheckDelay",
|
1623
1678
|
"optional": true,
|
@@ -1629,12 +1684,12 @@
|
|
1629
1684
|
"abstract": true,
|
1630
1685
|
"docs": {
|
1631
1686
|
"stability": "stable",
|
1632
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1633
1688
|
},
|
1634
1689
|
"immutable": true,
|
1635
1690
|
"locationInModule": {
|
1636
1691
|
"filename": "src/certificate/index.ts",
|
1637
|
-
"line":
|
1692
|
+
"line": 65
|
1638
1693
|
},
|
1639
1694
|
"name": "preferredChain",
|
1640
1695
|
"optional": true,
|
@@ -1646,12 +1701,12 @@
|
|
1646
1701
|
"abstract": true,
|
1647
1702
|
"docs": {
|
1648
1703
|
"stability": "stable",
|
1649
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1650
1705
|
},
|
1651
1706
|
"immutable": true,
|
1652
1707
|
"locationInModule": {
|
1653
1708
|
"filename": "src/certificate/index.ts",
|
1654
|
-
"line":
|
1709
|
+
"line": 69
|
1655
1710
|
},
|
1656
1711
|
"name": "recursiveNameservers",
|
1657
1712
|
"optional": true,
|
@@ -1668,12 +1723,12 @@
|
|
1668
1723
|
"abstract": true,
|
1669
1724
|
"docs": {
|
1670
1725
|
"stability": "stable",
|
1671
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1672
1727
|
},
|
1673
1728
|
"immutable": true,
|
1674
1729
|
"locationInModule": {
|
1675
1730
|
"filename": "src/certificate/index.ts",
|
1676
|
-
"line":
|
1731
|
+
"line": 73
|
1677
1732
|
},
|
1678
1733
|
"name": "revokeCertificateOnDestroy",
|
1679
1734
|
"optional": true,
|
@@ -1694,12 +1749,12 @@
|
|
1694
1749
|
"abstract": true,
|
1695
1750
|
"docs": {
|
1696
1751
|
"stability": "stable",
|
1697
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
1698
1753
|
},
|
1699
1754
|
"immutable": true,
|
1700
1755
|
"locationInModule": {
|
1701
1756
|
"filename": "src/certificate/index.ts",
|
1702
|
-
"line":
|
1757
|
+
"line": 77
|
1703
1758
|
},
|
1704
1759
|
"name": "subjectAlternativeNames",
|
1705
1760
|
"optional": true,
|
@@ -1715,14 +1770,14 @@
|
|
1715
1770
|
{
|
1716
1771
|
"abstract": true,
|
1717
1772
|
"docs": {
|
1718
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}",
|
1719
1774
|
"stability": "stable",
|
1720
1775
|
"summary": "tls_challenge block."
|
1721
1776
|
},
|
1722
1777
|
"immutable": true,
|
1723
1778
|
"locationInModule": {
|
1724
1779
|
"filename": "src/certificate/index.ts",
|
1725
|
-
"line":
|
1780
|
+
"line": 113
|
1726
1781
|
},
|
1727
1782
|
"name": "tlsChallenge",
|
1728
1783
|
"optional": true,
|
@@ -1743,7 +1798,7 @@
|
|
1743
1798
|
"kind": "interface",
|
1744
1799
|
"locationInModule": {
|
1745
1800
|
"filename": "src/certificate/index.ts",
|
1746
|
-
"line":
|
1801
|
+
"line": 115
|
1747
1802
|
},
|
1748
1803
|
"name": "CertificateDnsChallenge",
|
1749
1804
|
"namespace": "certificate",
|
@@ -1752,12 +1807,12 @@
|
|
1752
1807
|
"abstract": true,
|
1753
1808
|
"docs": {
|
1754
1809
|
"stability": "stable",
|
1755
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1810
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#provider Certificate#provider}."
|
1756
1811
|
},
|
1757
1812
|
"immutable": true,
|
1758
1813
|
"locationInModule": {
|
1759
1814
|
"filename": "src/certificate/index.ts",
|
1760
|
-
"line":
|
1815
|
+
"line": 123
|
1761
1816
|
},
|
1762
1817
|
"name": "provider",
|
1763
1818
|
"type": {
|
@@ -1768,12 +1823,12 @@
|
|
1768
1823
|
"abstract": true,
|
1769
1824
|
"docs": {
|
1770
1825
|
"stability": "stable",
|
1771
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1826
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#config Certificate#config}."
|
1772
1827
|
},
|
1773
1828
|
"immutable": true,
|
1774
1829
|
"locationInModule": {
|
1775
1830
|
"filename": "src/certificate/index.ts",
|
1776
|
-
"line":
|
1831
|
+
"line": 119
|
1777
1832
|
},
|
1778
1833
|
"name": "config",
|
1779
1834
|
"optional": true,
|
@@ -1802,7 +1857,7 @@
|
|
1802
1857
|
},
|
1803
1858
|
"locationInModule": {
|
1804
1859
|
"filename": "src/certificate/index.ts",
|
1805
|
-
"line":
|
1860
|
+
"line": 225
|
1806
1861
|
},
|
1807
1862
|
"parameters": [
|
1808
1863
|
{
|
@@ -1837,7 +1892,7 @@
|
|
1837
1892
|
"kind": "class",
|
1838
1893
|
"locationInModule": {
|
1839
1894
|
"filename": "src/certificate/index.ts",
|
1840
|
-
"line":
|
1895
|
+
"line": 217
|
1841
1896
|
},
|
1842
1897
|
"methods": [
|
1843
1898
|
{
|
@@ -1846,7 +1901,7 @@
|
|
1846
1901
|
},
|
1847
1902
|
"locationInModule": {
|
1848
1903
|
"filename": "src/certificate/index.ts",
|
1849
|
-
"line":
|
1904
|
+
"line": 232
|
1850
1905
|
},
|
1851
1906
|
"name": "get",
|
1852
1907
|
"parameters": [
|
@@ -1877,7 +1932,7 @@
|
|
1877
1932
|
},
|
1878
1933
|
"locationInModule": {
|
1879
1934
|
"filename": "src/certificate/index.ts",
|
1880
|
-
"line":
|
1935
|
+
"line": 225
|
1881
1936
|
},
|
1882
1937
|
"name": "terraformAttribute",
|
1883
1938
|
"overrides": "cdktf.ComplexList",
|
@@ -1893,7 +1948,7 @@
|
|
1893
1948
|
},
|
1894
1949
|
"locationInModule": {
|
1895
1950
|
"filename": "src/certificate/index.ts",
|
1896
|
-
"line":
|
1951
|
+
"line": 225
|
1897
1952
|
},
|
1898
1953
|
"name": "terraformResource",
|
1899
1954
|
"overrides": "cdktf.ComplexList",
|
@@ -1909,7 +1964,7 @@
|
|
1909
1964
|
},
|
1910
1965
|
"locationInModule": {
|
1911
1966
|
"filename": "src/certificate/index.ts",
|
1912
|
-
"line":
|
1967
|
+
"line": 225
|
1913
1968
|
},
|
1914
1969
|
"name": "wrapsSet",
|
1915
1970
|
"overrides": "cdktf.ComplexList",
|
@@ -1924,7 +1979,7 @@
|
|
1924
1979
|
},
|
1925
1980
|
"locationInModule": {
|
1926
1981
|
"filename": "src/certificate/index.ts",
|
1927
|
-
"line":
|
1982
|
+
"line": 218
|
1928
1983
|
},
|
1929
1984
|
"name": "internalValue",
|
1930
1985
|
"optional": true,
|
@@ -1962,7 +2017,7 @@
|
|
1962
2017
|
},
|
1963
2018
|
"locationInModule": {
|
1964
2019
|
"filename": "src/certificate/index.ts",
|
1965
|
-
"line":
|
2020
|
+
"line": 147
|
1966
2021
|
},
|
1967
2022
|
"parameters": [
|
1968
2023
|
{
|
@@ -2006,7 +2061,7 @@
|
|
2006
2061
|
"kind": "class",
|
2007
2062
|
"locationInModule": {
|
2008
2063
|
"filename": "src/certificate/index.ts",
|
2009
|
-
"line":
|
2064
|
+
"line": 137
|
2010
2065
|
},
|
2011
2066
|
"methods": [
|
2012
2067
|
{
|
@@ -2015,7 +2070,7 @@
|
|
2015
2070
|
},
|
2016
2071
|
"locationInModule": {
|
2017
2072
|
"filename": "src/certificate/index.ts",
|
2018
|
-
"line":
|
2073
|
+
"line": 195
|
2019
2074
|
},
|
2020
2075
|
"name": "resetConfig"
|
2021
2076
|
}
|
@@ -2030,7 +2085,7 @@
|
|
2030
2085
|
"immutable": true,
|
2031
2086
|
"locationInModule": {
|
2032
2087
|
"filename": "src/certificate/index.ts",
|
2033
|
-
"line":
|
2088
|
+
"line": 199
|
2034
2089
|
},
|
2035
2090
|
"name": "configInput",
|
2036
2091
|
"optional": true,
|
@@ -2050,7 +2105,7 @@
|
|
2050
2105
|
"immutable": true,
|
2051
2106
|
"locationInModule": {
|
2052
2107
|
"filename": "src/certificate/index.ts",
|
2053
|
-
"line":
|
2108
|
+
"line": 212
|
2054
2109
|
},
|
2055
2110
|
"name": "providerInput",
|
2056
2111
|
"optional": true,
|
@@ -2064,7 +2119,7 @@
|
|
2064
2119
|
},
|
2065
2120
|
"locationInModule": {
|
2066
2121
|
"filename": "src/certificate/index.ts",
|
2067
|
-
"line":
|
2122
|
+
"line": 189
|
2068
2123
|
},
|
2069
2124
|
"name": "config",
|
2070
2125
|
"type": {
|
@@ -2082,7 +2137,7 @@
|
|
2082
2137
|
},
|
2083
2138
|
"locationInModule": {
|
2084
2139
|
"filename": "src/certificate/index.ts",
|
2085
|
-
"line":
|
2140
|
+
"line": 205
|
2086
2141
|
},
|
2087
2142
|
"name": "provider",
|
2088
2143
|
"type": {
|
@@ -2095,7 +2150,7 @@
|
|
2095
2150
|
},
|
2096
2151
|
"locationInModule": {
|
2097
2152
|
"filename": "src/certificate/index.ts",
|
2098
|
-
"line":
|
2153
|
+
"line": 151
|
2099
2154
|
},
|
2100
2155
|
"name": "internalValue",
|
2101
2156
|
"optional": true,
|
@@ -2125,7 +2180,7 @@
|
|
2125
2180
|
"kind": "interface",
|
2126
2181
|
"locationInModule": {
|
2127
2182
|
"filename": "src/certificate/index.ts",
|
2128
|
-
"line":
|
2183
|
+
"line": 236
|
2129
2184
|
},
|
2130
2185
|
"name": "CertificateHttpChallenge",
|
2131
2186
|
"namespace": "certificate",
|
@@ -2134,12 +2189,12 @@
|
|
2134
2189
|
"abstract": true,
|
2135
2190
|
"docs": {
|
2136
2191
|
"stability": "stable",
|
2137
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2192
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#port Certificate#port}."
|
2138
2193
|
},
|
2139
2194
|
"immutable": true,
|
2140
2195
|
"locationInModule": {
|
2141
2196
|
"filename": "src/certificate/index.ts",
|
2142
|
-
"line":
|
2197
|
+
"line": 240
|
2143
2198
|
},
|
2144
2199
|
"name": "port",
|
2145
2200
|
"optional": true,
|
@@ -2151,12 +2206,12 @@
|
|
2151
2206
|
"abstract": true,
|
2152
2207
|
"docs": {
|
2153
2208
|
"stability": "stable",
|
2154
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
2155
2210
|
},
|
2156
2211
|
"immutable": true,
|
2157
2212
|
"locationInModule": {
|
2158
2213
|
"filename": "src/certificate/index.ts",
|
2159
|
-
"line":
|
2214
|
+
"line": 244
|
2160
2215
|
},
|
2161
2216
|
"name": "proxyHeader",
|
2162
2217
|
"optional": true,
|
@@ -2180,7 +2235,7 @@
|
|
2180
2235
|
},
|
2181
2236
|
"locationInModule": {
|
2182
2237
|
"filename": "src/certificate/index.ts",
|
2183
|
-
"line":
|
2238
|
+
"line": 265
|
2184
2239
|
},
|
2185
2240
|
"parameters": [
|
2186
2241
|
{
|
@@ -2206,7 +2261,7 @@
|
|
2206
2261
|
"kind": "class",
|
2207
2262
|
"locationInModule": {
|
2208
2263
|
"filename": "src/certificate/index.ts",
|
2209
|
-
"line":
|
2264
|
+
"line": 258
|
2210
2265
|
},
|
2211
2266
|
"methods": [
|
2212
2267
|
{
|
@@ -2215,7 +2270,7 @@
|
|
2215
2270
|
},
|
2216
2271
|
"locationInModule": {
|
2217
2272
|
"filename": "src/certificate/index.ts",
|
2218
|
-
"line":
|
2273
|
+
"line": 304
|
2219
2274
|
},
|
2220
2275
|
"name": "resetPort"
|
2221
2276
|
},
|
@@ -2225,7 +2280,7 @@
|
|
2225
2280
|
},
|
2226
2281
|
"locationInModule": {
|
2227
2282
|
"filename": "src/certificate/index.ts",
|
2228
|
-
"line":
|
2283
|
+
"line": 320
|
2229
2284
|
},
|
2230
2285
|
"name": "resetProxyHeader"
|
2231
2286
|
}
|
@@ -2240,7 +2295,7 @@
|
|
2240
2295
|
"immutable": true,
|
2241
2296
|
"locationInModule": {
|
2242
2297
|
"filename": "src/certificate/index.ts",
|
2243
|
-
"line":
|
2298
|
+
"line": 308
|
2244
2299
|
},
|
2245
2300
|
"name": "portInput",
|
2246
2301
|
"optional": true,
|
@@ -2255,7 +2310,7 @@
|
|
2255
2310
|
"immutable": true,
|
2256
2311
|
"locationInModule": {
|
2257
2312
|
"filename": "src/certificate/index.ts",
|
2258
|
-
"line":
|
2313
|
+
"line": 324
|
2259
2314
|
},
|
2260
2315
|
"name": "proxyHeaderInput",
|
2261
2316
|
"optional": true,
|
@@ -2269,7 +2324,7 @@
|
|
2269
2324
|
},
|
2270
2325
|
"locationInModule": {
|
2271
2326
|
"filename": "src/certificate/index.ts",
|
2272
|
-
"line":
|
2327
|
+
"line": 298
|
2273
2328
|
},
|
2274
2329
|
"name": "port",
|
2275
2330
|
"type": {
|
@@ -2282,7 +2337,7 @@
|
|
2282
2337
|
},
|
2283
2338
|
"locationInModule": {
|
2284
2339
|
"filename": "src/certificate/index.ts",
|
2285
|
-
"line":
|
2340
|
+
"line": 314
|
2286
2341
|
},
|
2287
2342
|
"name": "proxyHeader",
|
2288
2343
|
"type": {
|
@@ -2295,7 +2350,7 @@
|
|
2295
2350
|
},
|
2296
2351
|
"locationInModule": {
|
2297
2352
|
"filename": "src/certificate/index.ts",
|
2298
|
-
"line":
|
2353
|
+
"line": 269
|
2299
2354
|
},
|
2300
2355
|
"name": "internalValue",
|
2301
2356
|
"optional": true,
|
@@ -2316,7 +2371,7 @@
|
|
2316
2371
|
"kind": "interface",
|
2317
2372
|
"locationInModule": {
|
2318
2373
|
"filename": "src/certificate/index.ts",
|
2319
|
-
"line":
|
2374
|
+
"line": 328
|
2320
2375
|
},
|
2321
2376
|
"name": "CertificateHttpMemcachedChallenge",
|
2322
2377
|
"namespace": "certificate",
|
@@ -2325,12 +2380,12 @@
|
|
2325
2380
|
"abstract": true,
|
2326
2381
|
"docs": {
|
2327
2382
|
"stability": "stable",
|
2328
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2383
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#hosts Certificate#hosts}."
|
2329
2384
|
},
|
2330
2385
|
"immutable": true,
|
2331
2386
|
"locationInModule": {
|
2332
2387
|
"filename": "src/certificate/index.ts",
|
2333
|
-
"line":
|
2388
|
+
"line": 332
|
2334
2389
|
},
|
2335
2390
|
"name": "hosts",
|
2336
2391
|
"type": {
|
@@ -2358,7 +2413,7 @@
|
|
2358
2413
|
},
|
2359
2414
|
"locationInModule": {
|
2360
2415
|
"filename": "src/certificate/index.ts",
|
2361
|
-
"line":
|
2416
|
+
"line": 352
|
2362
2417
|
},
|
2363
2418
|
"parameters": [
|
2364
2419
|
{
|
@@ -2384,7 +2439,7 @@
|
|
2384
2439
|
"kind": "class",
|
2385
2440
|
"locationInModule": {
|
2386
2441
|
"filename": "src/certificate/index.ts",
|
2387
|
-
"line":
|
2442
|
+
"line": 345
|
2388
2443
|
},
|
2389
2444
|
"name": "CertificateHttpMemcachedChallengeOutputReference",
|
2390
2445
|
"namespace": "certificate",
|
@@ -2396,7 +2451,7 @@
|
|
2396
2451
|
"immutable": true,
|
2397
2452
|
"locationInModule": {
|
2398
2453
|
"filename": "src/certificate/index.ts",
|
2399
|
-
"line":
|
2454
|
+
"line": 386
|
2400
2455
|
},
|
2401
2456
|
"name": "hostsInput",
|
2402
2457
|
"optional": true,
|
@@ -2415,7 +2470,7 @@
|
|
2415
2470
|
},
|
2416
2471
|
"locationInModule": {
|
2417
2472
|
"filename": "src/certificate/index.ts",
|
2418
|
-
"line":
|
2473
|
+
"line": 379
|
2419
2474
|
},
|
2420
2475
|
"name": "hosts",
|
2421
2476
|
"type": {
|
@@ -2433,7 +2488,7 @@
|
|
2433
2488
|
},
|
2434
2489
|
"locationInModule": {
|
2435
2490
|
"filename": "src/certificate/index.ts",
|
2436
|
-
"line":
|
2491
|
+
"line": 356
|
2437
2492
|
},
|
2438
2493
|
"name": "internalValue",
|
2439
2494
|
"optional": true,
|
@@ -2454,7 +2509,7 @@
|
|
2454
2509
|
"kind": "interface",
|
2455
2510
|
"locationInModule": {
|
2456
2511
|
"filename": "src/certificate/index.ts",
|
2457
|
-
"line":
|
2512
|
+
"line": 390
|
2458
2513
|
},
|
2459
2514
|
"name": "CertificateHttpS3Challenge",
|
2460
2515
|
"namespace": "certificate",
|
@@ -2463,12 +2518,12 @@
|
|
2463
2518
|
"abstract": true,
|
2464
2519
|
"docs": {
|
2465
2520
|
"stability": "stable",
|
2466
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
2467
2522
|
},
|
2468
2523
|
"immutable": true,
|
2469
2524
|
"locationInModule": {
|
2470
2525
|
"filename": "src/certificate/index.ts",
|
2471
|
-
"line":
|
2526
|
+
"line": 394
|
2472
2527
|
},
|
2473
2528
|
"name": "s3Bucket",
|
2474
2529
|
"type": {
|
@@ -2491,7 +2546,7 @@
|
|
2491
2546
|
},
|
2492
2547
|
"locationInModule": {
|
2493
2548
|
"filename": "src/certificate/index.ts",
|
2494
|
-
"line":
|
2549
|
+
"line": 414
|
2495
2550
|
},
|
2496
2551
|
"parameters": [
|
2497
2552
|
{
|
@@ -2517,7 +2572,7 @@
|
|
2517
2572
|
"kind": "class",
|
2518
2573
|
"locationInModule": {
|
2519
2574
|
"filename": "src/certificate/index.ts",
|
2520
|
-
"line":
|
2575
|
+
"line": 407
|
2521
2576
|
},
|
2522
2577
|
"name": "CertificateHttpS3ChallengeOutputReference",
|
2523
2578
|
"namespace": "certificate",
|
@@ -2529,7 +2584,7 @@
|
|
2529
2584
|
"immutable": true,
|
2530
2585
|
"locationInModule": {
|
2531
2586
|
"filename": "src/certificate/index.ts",
|
2532
|
-
"line":
|
2587
|
+
"line": 448
|
2533
2588
|
},
|
2534
2589
|
"name": "s3BucketInput",
|
2535
2590
|
"optional": true,
|
@@ -2543,7 +2598,7 @@
|
|
2543
2598
|
},
|
2544
2599
|
"locationInModule": {
|
2545
2600
|
"filename": "src/certificate/index.ts",
|
2546
|
-
"line":
|
2601
|
+
"line": 441
|
2547
2602
|
},
|
2548
2603
|
"name": "s3Bucket",
|
2549
2604
|
"type": {
|
@@ -2556,7 +2611,7 @@
|
|
2556
2611
|
},
|
2557
2612
|
"locationInModule": {
|
2558
2613
|
"filename": "src/certificate/index.ts",
|
2559
|
-
"line":
|
2614
|
+
"line": 418
|
2560
2615
|
},
|
2561
2616
|
"name": "internalValue",
|
2562
2617
|
"optional": true,
|
@@ -2577,7 +2632,7 @@
|
|
2577
2632
|
"kind": "interface",
|
2578
2633
|
"locationInModule": {
|
2579
2634
|
"filename": "src/certificate/index.ts",
|
2580
|
-
"line":
|
2635
|
+
"line": 452
|
2581
2636
|
},
|
2582
2637
|
"name": "CertificateHttpWebrootChallenge",
|
2583
2638
|
"namespace": "certificate",
|
@@ -2586,12 +2641,12 @@
|
|
2586
2641
|
"abstract": true,
|
2587
2642
|
"docs": {
|
2588
2643
|
"stability": "stable",
|
2589
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2644
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#directory Certificate#directory}."
|
2590
2645
|
},
|
2591
2646
|
"immutable": true,
|
2592
2647
|
"locationInModule": {
|
2593
2648
|
"filename": "src/certificate/index.ts",
|
2594
|
-
"line":
|
2649
|
+
"line": 456
|
2595
2650
|
},
|
2596
2651
|
"name": "directory",
|
2597
2652
|
"type": {
|
@@ -2614,7 +2669,7 @@
|
|
2614
2669
|
},
|
2615
2670
|
"locationInModule": {
|
2616
2671
|
"filename": "src/certificate/index.ts",
|
2617
|
-
"line":
|
2672
|
+
"line": 476
|
2618
2673
|
},
|
2619
2674
|
"parameters": [
|
2620
2675
|
{
|
@@ -2640,7 +2695,7 @@
|
|
2640
2695
|
"kind": "class",
|
2641
2696
|
"locationInModule": {
|
2642
2697
|
"filename": "src/certificate/index.ts",
|
2643
|
-
"line":
|
2698
|
+
"line": 469
|
2644
2699
|
},
|
2645
2700
|
"name": "CertificateHttpWebrootChallengeOutputReference",
|
2646
2701
|
"namespace": "certificate",
|
@@ -2652,7 +2707,7 @@
|
|
2652
2707
|
"immutable": true,
|
2653
2708
|
"locationInModule": {
|
2654
2709
|
"filename": "src/certificate/index.ts",
|
2655
|
-
"line":
|
2710
|
+
"line": 510
|
2656
2711
|
},
|
2657
2712
|
"name": "directoryInput",
|
2658
2713
|
"optional": true,
|
@@ -2666,7 +2721,7 @@
|
|
2666
2721
|
},
|
2667
2722
|
"locationInModule": {
|
2668
2723
|
"filename": "src/certificate/index.ts",
|
2669
|
-
"line":
|
2724
|
+
"line": 503
|
2670
2725
|
},
|
2671
2726
|
"name": "directory",
|
2672
2727
|
"type": {
|
@@ -2679,7 +2734,7 @@
|
|
2679
2734
|
},
|
2680
2735
|
"locationInModule": {
|
2681
2736
|
"filename": "src/certificate/index.ts",
|
2682
|
-
"line":
|
2737
|
+
"line": 480
|
2683
2738
|
},
|
2684
2739
|
"name": "internalValue",
|
2685
2740
|
"optional": true,
|
@@ -2700,7 +2755,7 @@
|
|
2700
2755
|
"kind": "interface",
|
2701
2756
|
"locationInModule": {
|
2702
2757
|
"filename": "src/certificate/index.ts",
|
2703
|
-
"line":
|
2758
|
+
"line": 514
|
2704
2759
|
},
|
2705
2760
|
"name": "CertificateTlsChallenge",
|
2706
2761
|
"namespace": "certificate",
|
@@ -2709,12 +2764,12 @@
|
|
2709
2764
|
"abstract": true,
|
2710
2765
|
"docs": {
|
2711
2766
|
"stability": "stable",
|
2712
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2767
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/certificate#port Certificate#port}."
|
2713
2768
|
},
|
2714
2769
|
"immutable": true,
|
2715
2770
|
"locationInModule": {
|
2716
2771
|
"filename": "src/certificate/index.ts",
|
2717
|
-
"line":
|
2772
|
+
"line": 518
|
2718
2773
|
},
|
2719
2774
|
"name": "port",
|
2720
2775
|
"optional": true,
|
@@ -2738,7 +2793,7 @@
|
|
2738
2793
|
},
|
2739
2794
|
"locationInModule": {
|
2740
2795
|
"filename": "src/certificate/index.ts",
|
2741
|
-
"line":
|
2796
|
+
"line": 538
|
2742
2797
|
},
|
2743
2798
|
"parameters": [
|
2744
2799
|
{
|
@@ -2764,7 +2819,7 @@
|
|
2764
2819
|
"kind": "class",
|
2765
2820
|
"locationInModule": {
|
2766
2821
|
"filename": "src/certificate/index.ts",
|
2767
|
-
"line":
|
2822
|
+
"line": 531
|
2768
2823
|
},
|
2769
2824
|
"methods": [
|
2770
2825
|
{
|
@@ -2773,7 +2828,7 @@
|
|
2773
2828
|
},
|
2774
2829
|
"locationInModule": {
|
2775
2830
|
"filename": "src/certificate/index.ts",
|
2776
|
-
"line":
|
2831
|
+
"line": 571
|
2777
2832
|
},
|
2778
2833
|
"name": "resetPort"
|
2779
2834
|
}
|
@@ -2788,7 +2843,7 @@
|
|
2788
2843
|
"immutable": true,
|
2789
2844
|
"locationInModule": {
|
2790
2845
|
"filename": "src/certificate/index.ts",
|
2791
|
-
"line":
|
2846
|
+
"line": 575
|
2792
2847
|
},
|
2793
2848
|
"name": "portInput",
|
2794
2849
|
"optional": true,
|
@@ -2802,7 +2857,7 @@
|
|
2802
2857
|
},
|
2803
2858
|
"locationInModule": {
|
2804
2859
|
"filename": "src/certificate/index.ts",
|
2805
|
-
"line":
|
2860
|
+
"line": 565
|
2806
2861
|
},
|
2807
2862
|
"name": "port",
|
2808
2863
|
"type": {
|
@@ -2815,7 +2870,7 @@
|
|
2815
2870
|
},
|
2816
2871
|
"locationInModule": {
|
2817
2872
|
"filename": "src/certificate/index.ts",
|
2818
|
-
"line":
|
2873
|
+
"line": 542
|
2819
2874
|
},
|
2820
2875
|
"name": "internalValue",
|
2821
2876
|
"optional": true,
|
@@ -2831,13 +2886,13 @@
|
|
2831
2886
|
"base": "cdktf.TerraformProvider",
|
2832
2887
|
"docs": {
|
2833
2888
|
"stability": "stable",
|
2834
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2889
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs acme}."
|
2835
2890
|
},
|
2836
2891
|
"fqn": "@cdktf/provider-acme.provider.AcmeProvider",
|
2837
2892
|
"initializer": {
|
2838
2893
|
"docs": {
|
2839
2894
|
"stability": "stable",
|
2840
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2895
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs acme} Resource."
|
2841
2896
|
},
|
2842
2897
|
"locationInModule": {
|
2843
2898
|
"filename": "src/provider/index.ts",
|
@@ -3010,7 +3065,7 @@
|
|
3010
3065
|
"abstract": true,
|
3011
3066
|
"docs": {
|
3012
3067
|
"stability": "stable",
|
3013
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3068
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs#server_url AcmeProvider#server_url}."
|
3014
3069
|
},
|
3015
3070
|
"immutable": true,
|
3016
3071
|
"locationInModule": {
|
@@ -3025,7 +3080,7 @@
|
|
3025
3080
|
{
|
3026
3081
|
"abstract": true,
|
3027
3082
|
"docs": {
|
3028
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3083
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs#alias AcmeProvider#alias}",
|
3029
3084
|
"stability": "stable",
|
3030
3085
|
"summary": "Alias name."
|
3031
3086
|
},
|
@@ -3048,13 +3103,13 @@
|
|
3048
3103
|
"base": "cdktf.TerraformResource",
|
3049
3104
|
"docs": {
|
3050
3105
|
"stability": "stable",
|
3051
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3106
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration acme_registration}."
|
3052
3107
|
},
|
3053
3108
|
"fqn": "@cdktf/provider-acme.registration.Registration",
|
3054
3109
|
"initializer": {
|
3055
3110
|
"docs": {
|
3056
3111
|
"stability": "stable",
|
3057
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3112
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration acme_registration} Resource."
|
3058
3113
|
},
|
3059
3114
|
"locationInModule": {
|
3060
3115
|
"filename": "src/registration/index.ts",
|
@@ -3326,7 +3381,7 @@
|
|
3326
3381
|
"abstract": true,
|
3327
3382
|
"docs": {
|
3328
3383
|
"stability": "stable",
|
3329
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
3330
3385
|
},
|
3331
3386
|
"immutable": true,
|
3332
3387
|
"locationInModule": {
|
@@ -3342,7 +3397,7 @@
|
|
3342
3397
|
"abstract": true,
|
3343
3398
|
"docs": {
|
3344
3399
|
"stability": "stable",
|
3345
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
3346
3401
|
},
|
3347
3402
|
"immutable": true,
|
3348
3403
|
"locationInModule": {
|
@@ -3357,7 +3412,7 @@
|
|
3357
3412
|
{
|
3358
3413
|
"abstract": true,
|
3359
3414
|
"docs": {
|
3360
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}",
|
3361
3416
|
"stability": "stable",
|
3362
3417
|
"summary": "external_account_binding block."
|
3363
3418
|
},
|
@@ -3377,7 +3432,7 @@
|
|
3377
3432
|
"docs": {
|
3378
3433
|
"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.",
|
3379
3434
|
"stability": "stable",
|
3380
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3435
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.18.0/docs/resources/registration#id Registration#id}."
|
3381
3436
|
},
|
3382
3437
|
"immutable": true,
|
3383
3438
|
"locationInModule": {
|
@@ -3412,7 +3467,7 @@
|
|
3412
3467
|
"abstract": true,
|
3413
3468
|
"docs": {
|
3414
3469
|
"stability": "stable",
|
3415
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
3416
3471
|
},
|
3417
3472
|
"immutable": true,
|
3418
3473
|
"locationInModule": {
|
@@ -3428,7 +3483,7 @@
|
|
3428
3483
|
"abstract": true,
|
3429
3484
|
"docs": {
|
3430
3485
|
"stability": "stable",
|
3431
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
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}."
|
3432
3487
|
},
|
3433
3488
|
"immutable": true,
|
3434
3489
|
"locationInModule": {
|
@@ -3561,6 +3616,6 @@
|
|
3561
3616
|
"symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
|
3562
3617
|
}
|
3563
3618
|
},
|
3564
|
-
"version": "9.0.
|
3565
|
-
"fingerprint": "
|
3619
|
+
"version": "9.0.3",
|
3620
|
+
"fingerprint": "oKN8kjxlQ8RHYOn4MeYeJg7Sxu8ZME3mT+4tqhrayNk="
|
3566
3621
|
}
|