@cdktf/provider-acme 12.0.1 → 12.2.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 +507 -218
- package/README.md +3 -3
- package/lib/certificate/index.d.ts +66 -34
- package/lib/certificate/index.js +96 -13
- package/lib/data-acme-server-url/index.d.ts +4 -4
- package/lib/data-acme-server-url/index.js +6 -6
- package/lib/provider/index.d.ts +5 -5
- package/lib/provider/index.js +6 -6
- package/lib/registration/index.d.ts +12 -12
- package/lib/registration/index.js +7 -7
- package/package.json +3 -3
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.7.
|
75
|
+
"jsiiVersion": "5.7.20 (build 433aee4)",
|
76
76
|
"keywords": [
|
77
77
|
"acme",
|
78
78
|
"cdk",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
},
|
92
92
|
"name": "@cdktf/provider-acme",
|
93
93
|
"readme": {
|
94
|
-
"markdown": "\n# CDKTF prebuilt bindings for vancluever/acme provider version 2.
|
94
|
+
"markdown": "\n# CDKTF prebuilt bindings for vancluever/acme provider version 2.34.0\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-acme](https://www.npmjs.com/package/@cdktf/provider-acme).\n\n`npm install @cdktf/provider-acme`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-acme](https://pypi.org/project/cdktf-cdktf-provider-acme).\n\n`pipenv install cdktf-cdktf-provider-acme`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Acme`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-acme</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-acme-go`](https://github.com/cdktf/cdktf-provider-acme-go) package.\n\n`go get github.com/cdktf/cdktf-provider-acme-go/acme/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktf/cdktf-provider-acme-go/blob/main/acme/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-acme).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform acme provider version 1:1. In fact, it always tracks `latest` of `~> 2.10` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [CDK for Terraform](https://cdk.tf)\n- [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.34.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).\n"
|
95
95
|
},
|
96
96
|
"repository": {
|
97
97
|
"type": "git",
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"line": 7
|
106
106
|
},
|
107
107
|
"readme": {
|
108
|
-
"markdown": "# `acme_certificate`\n\nRefer to the Terraform Registry for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.
|
108
|
+
"markdown": "# `acme_certificate`\n\nRefer to the Terraform Registry for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.34.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": "# `data_acme_server_url`\n\nRefer to the Terraform Registry for docs: [`data_acme_server_url`](https://registry.terraform.io/providers/vancluever/acme/2.
|
118
|
+
"markdown": "# `data_acme_server_url`\n\nRefer to the Terraform Registry for docs: [`data_acme_server_url`](https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/data-sources/server_url).\n"
|
119
119
|
},
|
120
120
|
"symbolId": "src/data-acme-server-url/index:"
|
121
121
|
},
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"line": 10
|
126
126
|
},
|
127
127
|
"readme": {
|
128
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.
|
128
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs).\n"
|
129
129
|
},
|
130
130
|
"symbolId": "src/provider/index:"
|
131
131
|
},
|
@@ -135,7 +135,7 @@
|
|
135
135
|
"line": 8
|
136
136
|
},
|
137
137
|
"readme": {
|
138
|
-
"markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.
|
138
|
+
"markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration).\n"
|
139
139
|
},
|
140
140
|
"symbolId": "src/registration/index:"
|
141
141
|
}
|
@@ -170,17 +170,17 @@
|
|
170
170
|
"base": "cdktf.TerraformResource",
|
171
171
|
"docs": {
|
172
172
|
"stability": "stable",
|
173
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
173
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate acme_certificate}."
|
174
174
|
},
|
175
175
|
"fqn": "@cdktf/provider-acme.certificate.Certificate",
|
176
176
|
"initializer": {
|
177
177
|
"docs": {
|
178
178
|
"stability": "stable",
|
179
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
179
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate acme_certificate} Resource."
|
180
180
|
},
|
181
181
|
"locationInModule": {
|
182
182
|
"filename": "src/certificate/index.ts",
|
183
|
-
"line":
|
183
|
+
"line": 761
|
184
184
|
},
|
185
185
|
"parameters": [
|
186
186
|
{
|
@@ -213,7 +213,7 @@
|
|
213
213
|
"kind": "class",
|
214
214
|
"locationInModule": {
|
215
215
|
"filename": "src/certificate/index.ts",
|
216
|
-
"line":
|
216
|
+
"line": 729
|
217
217
|
},
|
218
218
|
"methods": [
|
219
219
|
{
|
@@ -223,7 +223,7 @@
|
|
223
223
|
},
|
224
224
|
"locationInModule": {
|
225
225
|
"filename": "src/certificate/index.ts",
|
226
|
-
"line":
|
226
|
+
"line": 746
|
227
227
|
},
|
228
228
|
"name": "generateConfigForImport",
|
229
229
|
"parameters": [
|
@@ -247,7 +247,7 @@
|
|
247
247
|
},
|
248
248
|
{
|
249
249
|
"docs": {
|
250
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
250
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#import import section} in the documentation of this resource for the id to use",
|
251
251
|
"summary": "The id of the existing Certificate that should be imported."
|
252
252
|
},
|
253
253
|
"name": "importFromId",
|
@@ -279,7 +279,7 @@
|
|
279
279
|
},
|
280
280
|
"locationInModule": {
|
281
281
|
"filename": "src/certificate/index.ts",
|
282
|
-
"line":
|
282
|
+
"line": 1196
|
283
283
|
},
|
284
284
|
"name": "putDnsChallenge",
|
285
285
|
"parameters": [
|
@@ -311,7 +311,7 @@
|
|
311
311
|
},
|
312
312
|
"locationInModule": {
|
313
313
|
"filename": "src/certificate/index.ts",
|
314
|
-
"line":
|
314
|
+
"line": 1212
|
315
315
|
},
|
316
316
|
"name": "putHttpChallenge",
|
317
317
|
"parameters": [
|
@@ -329,7 +329,7 @@
|
|
329
329
|
},
|
330
330
|
"locationInModule": {
|
331
331
|
"filename": "src/certificate/index.ts",
|
332
|
-
"line":
|
332
|
+
"line": 1228
|
333
333
|
},
|
334
334
|
"name": "putHttpMemcachedChallenge",
|
335
335
|
"parameters": [
|
@@ -347,7 +347,7 @@
|
|
347
347
|
},
|
348
348
|
"locationInModule": {
|
349
349
|
"filename": "src/certificate/index.ts",
|
350
|
-
"line":
|
350
|
+
"line": 1244
|
351
351
|
},
|
352
352
|
"name": "putHttpS3Challenge",
|
353
353
|
"parameters": [
|
@@ -365,7 +365,7 @@
|
|
365
365
|
},
|
366
366
|
"locationInModule": {
|
367
367
|
"filename": "src/certificate/index.ts",
|
368
|
-
"line":
|
368
|
+
"line": 1260
|
369
369
|
},
|
370
370
|
"name": "putHttpWebrootChallenge",
|
371
371
|
"parameters": [
|
@@ -383,7 +383,7 @@
|
|
383
383
|
},
|
384
384
|
"locationInModule": {
|
385
385
|
"filename": "src/certificate/index.ts",
|
386
|
-
"line":
|
386
|
+
"line": 1276
|
387
387
|
},
|
388
388
|
"name": "putTlsChallenge",
|
389
389
|
"parameters": [
|
@@ -401,7 +401,7 @@
|
|
401
401
|
},
|
402
402
|
"locationInModule": {
|
403
403
|
"filename": "src/certificate/index.ts",
|
404
|
-
"line":
|
404
|
+
"line": 861
|
405
405
|
},
|
406
406
|
"name": "resetCertificateP12Password"
|
407
407
|
},
|
@@ -411,7 +411,7 @@
|
|
411
411
|
},
|
412
412
|
"locationInModule": {
|
413
413
|
"filename": "src/certificate/index.ts",
|
414
|
-
"line":
|
414
|
+
"line": 882
|
415
415
|
},
|
416
416
|
"name": "resetCertificateRequestPem"
|
417
417
|
},
|
@@ -421,7 +421,7 @@
|
|
421
421
|
},
|
422
422
|
"locationInModule": {
|
423
423
|
"filename": "src/certificate/index.ts",
|
424
|
-
"line":
|
424
|
+
"line": 830
|
425
425
|
},
|
426
426
|
"name": "resetCertTimeout"
|
427
427
|
},
|
@@ -431,7 +431,7 @@
|
|
431
431
|
},
|
432
432
|
"locationInModule": {
|
433
433
|
"filename": "src/certificate/index.ts",
|
434
|
-
"line":
|
434
|
+
"line": 908
|
435
435
|
},
|
436
436
|
"name": "resetCommonName"
|
437
437
|
},
|
@@ -441,7 +441,7 @@
|
|
441
441
|
},
|
442
442
|
"locationInModule": {
|
443
443
|
"filename": "src/certificate/index.ts",
|
444
|
-
"line":
|
444
|
+
"line": 924
|
445
445
|
},
|
446
446
|
"name": "resetDisableCompletePropagation"
|
447
447
|
},
|
@@ -451,7 +451,7 @@
|
|
451
451
|
},
|
452
452
|
"locationInModule": {
|
453
453
|
"filename": "src/certificate/index.ts",
|
454
|
-
"line":
|
454
|
+
"line": 1199
|
455
455
|
},
|
456
456
|
"name": "resetDnsChallenge"
|
457
457
|
},
|
@@ -461,7 +461,7 @@
|
|
461
461
|
},
|
462
462
|
"locationInModule": {
|
463
463
|
"filename": "src/certificate/index.ts",
|
464
|
-
"line":
|
464
|
+
"line": 1215
|
465
465
|
},
|
466
466
|
"name": "resetHttpChallenge"
|
467
467
|
},
|
@@ -471,7 +471,7 @@
|
|
471
471
|
},
|
472
472
|
"locationInModule": {
|
473
473
|
"filename": "src/certificate/index.ts",
|
474
|
-
"line":
|
474
|
+
"line": 1231
|
475
475
|
},
|
476
476
|
"name": "resetHttpMemcachedChallenge"
|
477
477
|
},
|
@@ -481,7 +481,7 @@
|
|
481
481
|
},
|
482
482
|
"locationInModule": {
|
483
483
|
"filename": "src/certificate/index.ts",
|
484
|
-
"line":
|
484
|
+
"line": 1247
|
485
485
|
},
|
486
486
|
"name": "resetHttpS3Challenge"
|
487
487
|
},
|
@@ -491,7 +491,7 @@
|
|
491
491
|
},
|
492
492
|
"locationInModule": {
|
493
493
|
"filename": "src/certificate/index.ts",
|
494
|
-
"line":
|
494
|
+
"line": 1263
|
495
495
|
},
|
496
496
|
"name": "resetHttpWebrootChallenge"
|
497
497
|
},
|
@@ -501,7 +501,7 @@
|
|
501
501
|
},
|
502
502
|
"locationInModule": {
|
503
503
|
"filename": "src/certificate/index.ts",
|
504
|
-
"line":
|
504
|
+
"line": 940
|
505
505
|
},
|
506
506
|
"name": "resetId"
|
507
507
|
},
|
@@ -511,7 +511,7 @@
|
|
511
511
|
},
|
512
512
|
"locationInModule": {
|
513
513
|
"filename": "src/certificate/index.ts",
|
514
|
-
"line":
|
514
|
+
"line": 961
|
515
515
|
},
|
516
516
|
"name": "resetKeyType"
|
517
517
|
},
|
@@ -521,7 +521,7 @@
|
|
521
521
|
},
|
522
522
|
"locationInModule": {
|
523
523
|
"filename": "src/certificate/index.ts",
|
524
|
-
"line":
|
524
|
+
"line": 977
|
525
525
|
},
|
526
526
|
"name": "resetMinDaysRemaining"
|
527
527
|
},
|
@@ -531,7 +531,7 @@
|
|
531
531
|
},
|
532
532
|
"locationInModule": {
|
533
533
|
"filename": "src/certificate/index.ts",
|
534
|
-
"line":
|
534
|
+
"line": 993
|
535
535
|
},
|
536
536
|
"name": "resetMustStaple"
|
537
537
|
},
|
@@ -541,7 +541,7 @@
|
|
541
541
|
},
|
542
542
|
"locationInModule": {
|
543
543
|
"filename": "src/certificate/index.ts",
|
544
|
-
"line":
|
544
|
+
"line": 1009
|
545
545
|
},
|
546
546
|
"name": "resetPreCheckDelay"
|
547
547
|
},
|
@@ -551,7 +551,7 @@
|
|
551
551
|
},
|
552
552
|
"locationInModule": {
|
553
553
|
"filename": "src/certificate/index.ts",
|
554
|
-
"line":
|
554
|
+
"line": 1025
|
555
555
|
},
|
556
556
|
"name": "resetPreferredChain"
|
557
557
|
},
|
@@ -561,7 +561,7 @@
|
|
561
561
|
},
|
562
562
|
"locationInModule": {
|
563
563
|
"filename": "src/certificate/index.ts",
|
564
|
-
"line":
|
564
|
+
"line": 1046
|
565
565
|
},
|
566
566
|
"name": "resetProfile"
|
567
567
|
},
|
@@ -571,7 +571,7 @@
|
|
571
571
|
},
|
572
572
|
"locationInModule": {
|
573
573
|
"filename": "src/certificate/index.ts",
|
574
|
-
"line":
|
574
|
+
"line": 1062
|
575
575
|
},
|
576
576
|
"name": "resetRecursiveNameservers"
|
577
577
|
},
|
@@ -581,7 +581,27 @@
|
|
581
581
|
},
|
582
582
|
"locationInModule": {
|
583
583
|
"filename": "src/certificate/index.ts",
|
584
|
-
"line":
|
584
|
+
"line": 1083
|
585
|
+
},
|
586
|
+
"name": "resetRenewalInfoIgnoreRetryAfter"
|
587
|
+
},
|
588
|
+
{
|
589
|
+
"docs": {
|
590
|
+
"stability": "stable"
|
591
|
+
},
|
592
|
+
"locationInModule": {
|
593
|
+
"filename": "src/certificate/index.ts",
|
594
|
+
"line": 1099
|
595
|
+
},
|
596
|
+
"name": "resetRenewalInfoMaxSleep"
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"docs": {
|
600
|
+
"stability": "stable"
|
601
|
+
},
|
602
|
+
"locationInModule": {
|
603
|
+
"filename": "src/certificate/index.ts",
|
604
|
+
"line": 1135
|
585
605
|
},
|
586
606
|
"name": "resetRevokeCertificateOnDestroy"
|
587
607
|
},
|
@@ -591,7 +611,7 @@
|
|
591
611
|
},
|
592
612
|
"locationInModule": {
|
593
613
|
"filename": "src/certificate/index.ts",
|
594
|
-
"line":
|
614
|
+
"line": 1151
|
595
615
|
},
|
596
616
|
"name": "resetRevokeCertificateReason"
|
597
617
|
},
|
@@ -601,7 +621,7 @@
|
|
601
621
|
},
|
602
622
|
"locationInModule": {
|
603
623
|
"filename": "src/certificate/index.ts",
|
604
|
-
"line":
|
624
|
+
"line": 1167
|
605
625
|
},
|
606
626
|
"name": "resetSubjectAlternativeNames"
|
607
627
|
},
|
@@ -611,7 +631,7 @@
|
|
611
631
|
},
|
612
632
|
"locationInModule": {
|
613
633
|
"filename": "src/certificate/index.ts",
|
614
|
-
"line":
|
634
|
+
"line": 1279
|
615
635
|
},
|
616
636
|
"name": "resetTlsChallenge"
|
617
637
|
},
|
@@ -621,7 +641,17 @@
|
|
621
641
|
},
|
622
642
|
"locationInModule": {
|
623
643
|
"filename": "src/certificate/index.ts",
|
624
|
-
"line":
|
644
|
+
"line": 1183
|
645
|
+
},
|
646
|
+
"name": "resetUseRenewalInfo"
|
647
|
+
},
|
648
|
+
{
|
649
|
+
"docs": {
|
650
|
+
"stability": "stable"
|
651
|
+
},
|
652
|
+
"locationInModule": {
|
653
|
+
"filename": "src/certificate/index.ts",
|
654
|
+
"line": 1291
|
625
655
|
},
|
626
656
|
"name": "synthesizeAttributes",
|
627
657
|
"overrides": "cdktf.TerraformResource",
|
@@ -643,7 +673,7 @@
|
|
643
673
|
},
|
644
674
|
"locationInModule": {
|
645
675
|
"filename": "src/certificate/index.ts",
|
646
|
-
"line":
|
676
|
+
"line": 1322
|
647
677
|
},
|
648
678
|
"name": "synthesizeHclAttributes",
|
649
679
|
"overrides": "cdktf.TerraformResource",
|
@@ -671,7 +701,7 @@
|
|
671
701
|
"immutable": true,
|
672
702
|
"locationInModule": {
|
673
703
|
"filename": "src/certificate/index.ts",
|
674
|
-
"line":
|
704
|
+
"line": 734
|
675
705
|
},
|
676
706
|
"name": "tfResourceType",
|
677
707
|
"static": true,
|
@@ -686,7 +716,7 @@
|
|
686
716
|
"immutable": true,
|
687
717
|
"locationInModule": {
|
688
718
|
"filename": "src/certificate/index.ts",
|
689
|
-
"line":
|
719
|
+
"line": 839
|
690
720
|
},
|
691
721
|
"name": "certificateDomain",
|
692
722
|
"type": {
|
@@ -700,7 +730,7 @@
|
|
700
730
|
"immutable": true,
|
701
731
|
"locationInModule": {
|
702
732
|
"filename": "src/certificate/index.ts",
|
703
|
-
"line":
|
733
|
+
"line": 844
|
704
734
|
},
|
705
735
|
"name": "certificateNotAfter",
|
706
736
|
"type": {
|
@@ -714,7 +744,7 @@
|
|
714
744
|
"immutable": true,
|
715
745
|
"locationInModule": {
|
716
746
|
"filename": "src/certificate/index.ts",
|
717
|
-
"line":
|
747
|
+
"line": 849
|
718
748
|
},
|
719
749
|
"name": "certificateP12",
|
720
750
|
"type": {
|
@@ -728,7 +758,7 @@
|
|
728
758
|
"immutable": true,
|
729
759
|
"locationInModule": {
|
730
760
|
"filename": "src/certificate/index.ts",
|
731
|
-
"line":
|
761
|
+
"line": 870
|
732
762
|
},
|
733
763
|
"name": "certificatePem",
|
734
764
|
"type": {
|
@@ -742,7 +772,7 @@
|
|
742
772
|
"immutable": true,
|
743
773
|
"locationInModule": {
|
744
774
|
"filename": "src/certificate/index.ts",
|
745
|
-
"line":
|
775
|
+
"line": 891
|
746
776
|
},
|
747
777
|
"name": "certificateSerial",
|
748
778
|
"type": {
|
@@ -756,7 +786,7 @@
|
|
756
786
|
"immutable": true,
|
757
787
|
"locationInModule": {
|
758
788
|
"filename": "src/certificate/index.ts",
|
759
|
-
"line":
|
789
|
+
"line": 896
|
760
790
|
},
|
761
791
|
"name": "certificateUrl",
|
762
792
|
"type": {
|
@@ -770,7 +800,7 @@
|
|
770
800
|
"immutable": true,
|
771
801
|
"locationInModule": {
|
772
802
|
"filename": "src/certificate/index.ts",
|
773
|
-
"line":
|
803
|
+
"line": 1193
|
774
804
|
},
|
775
805
|
"name": "dnsChallenge",
|
776
806
|
"type": {
|
@@ -784,7 +814,7 @@
|
|
784
814
|
"immutable": true,
|
785
815
|
"locationInModule": {
|
786
816
|
"filename": "src/certificate/index.ts",
|
787
|
-
"line":
|
817
|
+
"line": 1209
|
788
818
|
},
|
789
819
|
"name": "httpChallenge",
|
790
820
|
"type": {
|
@@ -798,7 +828,7 @@
|
|
798
828
|
"immutable": true,
|
799
829
|
"locationInModule": {
|
800
830
|
"filename": "src/certificate/index.ts",
|
801
|
-
"line":
|
831
|
+
"line": 1225
|
802
832
|
},
|
803
833
|
"name": "httpMemcachedChallenge",
|
804
834
|
"type": {
|
@@ -812,7 +842,7 @@
|
|
812
842
|
"immutable": true,
|
813
843
|
"locationInModule": {
|
814
844
|
"filename": "src/certificate/index.ts",
|
815
|
-
"line":
|
845
|
+
"line": 1241
|
816
846
|
},
|
817
847
|
"name": "httpS3Challenge",
|
818
848
|
"type": {
|
@@ -826,7 +856,7 @@
|
|
826
856
|
"immutable": true,
|
827
857
|
"locationInModule": {
|
828
858
|
"filename": "src/certificate/index.ts",
|
829
|
-
"line":
|
859
|
+
"line": 1257
|
830
860
|
},
|
831
861
|
"name": "httpWebrootChallenge",
|
832
862
|
"type": {
|
@@ -840,7 +870,7 @@
|
|
840
870
|
"immutable": true,
|
841
871
|
"locationInModule": {
|
842
872
|
"filename": "src/certificate/index.ts",
|
843
|
-
"line":
|
873
|
+
"line": 949
|
844
874
|
},
|
845
875
|
"name": "issuerPem",
|
846
876
|
"type": {
|
@@ -854,7 +884,7 @@
|
|
854
884
|
"immutable": true,
|
855
885
|
"locationInModule": {
|
856
886
|
"filename": "src/certificate/index.ts",
|
857
|
-
"line":
|
887
|
+
"line": 1034
|
858
888
|
},
|
859
889
|
"name": "privateKeyPem",
|
860
890
|
"type": {
|
@@ -868,7 +898,77 @@
|
|
868
898
|
"immutable": true,
|
869
899
|
"locationInModule": {
|
870
900
|
"filename": "src/certificate/index.ts",
|
871
|
-
"line":
|
901
|
+
"line": 1071
|
902
|
+
},
|
903
|
+
"name": "renewalInfoExplanationUrl",
|
904
|
+
"type": {
|
905
|
+
"primitive": "string"
|
906
|
+
}
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"docs": {
|
910
|
+
"stability": "stable"
|
911
|
+
},
|
912
|
+
"immutable": true,
|
913
|
+
"locationInModule": {
|
914
|
+
"filename": "src/certificate/index.ts",
|
915
|
+
"line": 1108
|
916
|
+
},
|
917
|
+
"name": "renewalInfoRetryAfter",
|
918
|
+
"type": {
|
919
|
+
"primitive": "string"
|
920
|
+
}
|
921
|
+
},
|
922
|
+
{
|
923
|
+
"docs": {
|
924
|
+
"stability": "stable"
|
925
|
+
},
|
926
|
+
"immutable": true,
|
927
|
+
"locationInModule": {
|
928
|
+
"filename": "src/certificate/index.ts",
|
929
|
+
"line": 1113
|
930
|
+
},
|
931
|
+
"name": "renewalInfoWindowEnd",
|
932
|
+
"type": {
|
933
|
+
"primitive": "string"
|
934
|
+
}
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"docs": {
|
938
|
+
"stability": "stable"
|
939
|
+
},
|
940
|
+
"immutable": true,
|
941
|
+
"locationInModule": {
|
942
|
+
"filename": "src/certificate/index.ts",
|
943
|
+
"line": 1118
|
944
|
+
},
|
945
|
+
"name": "renewalInfoWindowSelected",
|
946
|
+
"type": {
|
947
|
+
"primitive": "string"
|
948
|
+
}
|
949
|
+
},
|
950
|
+
{
|
951
|
+
"docs": {
|
952
|
+
"stability": "stable"
|
953
|
+
},
|
954
|
+
"immutable": true,
|
955
|
+
"locationInModule": {
|
956
|
+
"filename": "src/certificate/index.ts",
|
957
|
+
"line": 1123
|
958
|
+
},
|
959
|
+
"name": "renewalInfoWindowStart",
|
960
|
+
"type": {
|
961
|
+
"primitive": "string"
|
962
|
+
}
|
963
|
+
},
|
964
|
+
{
|
965
|
+
"docs": {
|
966
|
+
"stability": "stable"
|
967
|
+
},
|
968
|
+
"immutable": true,
|
969
|
+
"locationInModule": {
|
970
|
+
"filename": "src/certificate/index.ts",
|
971
|
+
"line": 1273
|
872
972
|
},
|
873
973
|
"name": "tlsChallenge",
|
874
974
|
"type": {
|
@@ -882,7 +982,7 @@
|
|
882
982
|
"immutable": true,
|
883
983
|
"locationInModule": {
|
884
984
|
"filename": "src/certificate/index.ts",
|
885
|
-
"line":
|
985
|
+
"line": 818
|
886
986
|
},
|
887
987
|
"name": "accountKeyPemInput",
|
888
988
|
"optional": true,
|
@@ -897,7 +997,7 @@
|
|
897
997
|
"immutable": true,
|
898
998
|
"locationInModule": {
|
899
999
|
"filename": "src/certificate/index.ts",
|
900
|
-
"line":
|
1000
|
+
"line": 865
|
901
1001
|
},
|
902
1002
|
"name": "certificateP12PasswordInput",
|
903
1003
|
"optional": true,
|
@@ -912,7 +1012,7 @@
|
|
912
1012
|
"immutable": true,
|
913
1013
|
"locationInModule": {
|
914
1014
|
"filename": "src/certificate/index.ts",
|
915
|
-
"line":
|
1015
|
+
"line": 886
|
916
1016
|
},
|
917
1017
|
"name": "certificateRequestPemInput",
|
918
1018
|
"optional": true,
|
@@ -927,7 +1027,7 @@
|
|
927
1027
|
"immutable": true,
|
928
1028
|
"locationInModule": {
|
929
1029
|
"filename": "src/certificate/index.ts",
|
930
|
-
"line":
|
1030
|
+
"line": 834
|
931
1031
|
},
|
932
1032
|
"name": "certTimeoutInput",
|
933
1033
|
"optional": true,
|
@@ -942,7 +1042,7 @@
|
|
942
1042
|
"immutable": true,
|
943
1043
|
"locationInModule": {
|
944
1044
|
"filename": "src/certificate/index.ts",
|
945
|
-
"line":
|
1045
|
+
"line": 912
|
946
1046
|
},
|
947
1047
|
"name": "commonNameInput",
|
948
1048
|
"optional": true,
|
@@ -957,7 +1057,7 @@
|
|
957
1057
|
"immutable": true,
|
958
1058
|
"locationInModule": {
|
959
1059
|
"filename": "src/certificate/index.ts",
|
960
|
-
"line":
|
1060
|
+
"line": 928
|
961
1061
|
},
|
962
1062
|
"name": "disableCompletePropagationInput",
|
963
1063
|
"optional": true,
|
@@ -981,7 +1081,7 @@
|
|
981
1081
|
"immutable": true,
|
982
1082
|
"locationInModule": {
|
983
1083
|
"filename": "src/certificate/index.ts",
|
984
|
-
"line":
|
1084
|
+
"line": 1203
|
985
1085
|
},
|
986
1086
|
"name": "dnsChallengeInput",
|
987
1087
|
"optional": true,
|
@@ -1010,7 +1110,7 @@
|
|
1010
1110
|
"immutable": true,
|
1011
1111
|
"locationInModule": {
|
1012
1112
|
"filename": "src/certificate/index.ts",
|
1013
|
-
"line":
|
1113
|
+
"line": 1219
|
1014
1114
|
},
|
1015
1115
|
"name": "httpChallengeInput",
|
1016
1116
|
"optional": true,
|
@@ -1025,7 +1125,7 @@
|
|
1025
1125
|
"immutable": true,
|
1026
1126
|
"locationInModule": {
|
1027
1127
|
"filename": "src/certificate/index.ts",
|
1028
|
-
"line":
|
1128
|
+
"line": 1235
|
1029
1129
|
},
|
1030
1130
|
"name": "httpMemcachedChallengeInput",
|
1031
1131
|
"optional": true,
|
@@ -1040,7 +1140,7 @@
|
|
1040
1140
|
"immutable": true,
|
1041
1141
|
"locationInModule": {
|
1042
1142
|
"filename": "src/certificate/index.ts",
|
1043
|
-
"line":
|
1143
|
+
"line": 1251
|
1044
1144
|
},
|
1045
1145
|
"name": "httpS3ChallengeInput",
|
1046
1146
|
"optional": true,
|
@@ -1055,7 +1155,7 @@
|
|
1055
1155
|
"immutable": true,
|
1056
1156
|
"locationInModule": {
|
1057
1157
|
"filename": "src/certificate/index.ts",
|
1058
|
-
"line":
|
1158
|
+
"line": 1267
|
1059
1159
|
},
|
1060
1160
|
"name": "httpWebrootChallengeInput",
|
1061
1161
|
"optional": true,
|
@@ -1070,7 +1170,7 @@
|
|
1070
1170
|
"immutable": true,
|
1071
1171
|
"locationInModule": {
|
1072
1172
|
"filename": "src/certificate/index.ts",
|
1073
|
-
"line":
|
1173
|
+
"line": 944
|
1074
1174
|
},
|
1075
1175
|
"name": "idInput",
|
1076
1176
|
"optional": true,
|
@@ -1085,7 +1185,7 @@
|
|
1085
1185
|
"immutable": true,
|
1086
1186
|
"locationInModule": {
|
1087
1187
|
"filename": "src/certificate/index.ts",
|
1088
|
-
"line":
|
1188
|
+
"line": 965
|
1089
1189
|
},
|
1090
1190
|
"name": "keyTypeInput",
|
1091
1191
|
"optional": true,
|
@@ -1100,7 +1200,7 @@
|
|
1100
1200
|
"immutable": true,
|
1101
1201
|
"locationInModule": {
|
1102
1202
|
"filename": "src/certificate/index.ts",
|
1103
|
-
"line":
|
1203
|
+
"line": 981
|
1104
1204
|
},
|
1105
1205
|
"name": "minDaysRemainingInput",
|
1106
1206
|
"optional": true,
|
@@ -1115,7 +1215,7 @@
|
|
1115
1215
|
"immutable": true,
|
1116
1216
|
"locationInModule": {
|
1117
1217
|
"filename": "src/certificate/index.ts",
|
1118
|
-
"line":
|
1218
|
+
"line": 997
|
1119
1219
|
},
|
1120
1220
|
"name": "mustStapleInput",
|
1121
1221
|
"optional": true,
|
@@ -1139,7 +1239,7 @@
|
|
1139
1239
|
"immutable": true,
|
1140
1240
|
"locationInModule": {
|
1141
1241
|
"filename": "src/certificate/index.ts",
|
1142
|
-
"line":
|
1242
|
+
"line": 1013
|
1143
1243
|
},
|
1144
1244
|
"name": "preCheckDelayInput",
|
1145
1245
|
"optional": true,
|
@@ -1154,7 +1254,7 @@
|
|
1154
1254
|
"immutable": true,
|
1155
1255
|
"locationInModule": {
|
1156
1256
|
"filename": "src/certificate/index.ts",
|
1157
|
-
"line":
|
1257
|
+
"line": 1029
|
1158
1258
|
},
|
1159
1259
|
"name": "preferredChainInput",
|
1160
1260
|
"optional": true,
|
@@ -1169,7 +1269,7 @@
|
|
1169
1269
|
"immutable": true,
|
1170
1270
|
"locationInModule": {
|
1171
1271
|
"filename": "src/certificate/index.ts",
|
1172
|
-
"line":
|
1272
|
+
"line": 1050
|
1173
1273
|
},
|
1174
1274
|
"name": "profileInput",
|
1175
1275
|
"optional": true,
|
@@ -1184,7 +1284,7 @@
|
|
1184
1284
|
"immutable": true,
|
1185
1285
|
"locationInModule": {
|
1186
1286
|
"filename": "src/certificate/index.ts",
|
1187
|
-
"line":
|
1287
|
+
"line": 1066
|
1188
1288
|
},
|
1189
1289
|
"name": "recursiveNameserversInput",
|
1190
1290
|
"optional": true,
|
@@ -1204,7 +1304,46 @@
|
|
1204
1304
|
"immutable": true,
|
1205
1305
|
"locationInModule": {
|
1206
1306
|
"filename": "src/certificate/index.ts",
|
1207
|
-
"line":
|
1307
|
+
"line": 1087
|
1308
|
+
},
|
1309
|
+
"name": "renewalInfoIgnoreRetryAfterInput",
|
1310
|
+
"optional": true,
|
1311
|
+
"type": {
|
1312
|
+
"union": {
|
1313
|
+
"types": [
|
1314
|
+
{
|
1315
|
+
"primitive": "boolean"
|
1316
|
+
},
|
1317
|
+
{
|
1318
|
+
"fqn": "cdktf.IResolvable"
|
1319
|
+
}
|
1320
|
+
]
|
1321
|
+
}
|
1322
|
+
}
|
1323
|
+
},
|
1324
|
+
{
|
1325
|
+
"docs": {
|
1326
|
+
"stability": "stable"
|
1327
|
+
},
|
1328
|
+
"immutable": true,
|
1329
|
+
"locationInModule": {
|
1330
|
+
"filename": "src/certificate/index.ts",
|
1331
|
+
"line": 1103
|
1332
|
+
},
|
1333
|
+
"name": "renewalInfoMaxSleepInput",
|
1334
|
+
"optional": true,
|
1335
|
+
"type": {
|
1336
|
+
"primitive": "number"
|
1337
|
+
}
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"docs": {
|
1341
|
+
"stability": "stable"
|
1342
|
+
},
|
1343
|
+
"immutable": true,
|
1344
|
+
"locationInModule": {
|
1345
|
+
"filename": "src/certificate/index.ts",
|
1346
|
+
"line": 1139
|
1208
1347
|
},
|
1209
1348
|
"name": "revokeCertificateOnDestroyInput",
|
1210
1349
|
"optional": true,
|
@@ -1228,7 +1367,7 @@
|
|
1228
1367
|
"immutable": true,
|
1229
1368
|
"locationInModule": {
|
1230
1369
|
"filename": "src/certificate/index.ts",
|
1231
|
-
"line":
|
1370
|
+
"line": 1155
|
1232
1371
|
},
|
1233
1372
|
"name": "revokeCertificateReasonInput",
|
1234
1373
|
"optional": true,
|
@@ -1243,7 +1382,7 @@
|
|
1243
1382
|
"immutable": true,
|
1244
1383
|
"locationInModule": {
|
1245
1384
|
"filename": "src/certificate/index.ts",
|
1246
|
-
"line":
|
1385
|
+
"line": 1171
|
1247
1386
|
},
|
1248
1387
|
"name": "subjectAlternativeNamesInput",
|
1249
1388
|
"optional": true,
|
@@ -1263,7 +1402,7 @@
|
|
1263
1402
|
"immutable": true,
|
1264
1403
|
"locationInModule": {
|
1265
1404
|
"filename": "src/certificate/index.ts",
|
1266
|
-
"line":
|
1405
|
+
"line": 1283
|
1267
1406
|
},
|
1268
1407
|
"name": "tlsChallengeInput",
|
1269
1408
|
"optional": true,
|
@@ -1271,13 +1410,37 @@
|
|
1271
1410
|
"fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallenge"
|
1272
1411
|
}
|
1273
1412
|
},
|
1413
|
+
{
|
1414
|
+
"docs": {
|
1415
|
+
"stability": "stable"
|
1416
|
+
},
|
1417
|
+
"immutable": true,
|
1418
|
+
"locationInModule": {
|
1419
|
+
"filename": "src/certificate/index.ts",
|
1420
|
+
"line": 1187
|
1421
|
+
},
|
1422
|
+
"name": "useRenewalInfoInput",
|
1423
|
+
"optional": true,
|
1424
|
+
"type": {
|
1425
|
+
"union": {
|
1426
|
+
"types": [
|
1427
|
+
{
|
1428
|
+
"primitive": "boolean"
|
1429
|
+
},
|
1430
|
+
{
|
1431
|
+
"fqn": "cdktf.IResolvable"
|
1432
|
+
}
|
1433
|
+
]
|
1434
|
+
}
|
1435
|
+
}
|
1436
|
+
},
|
1274
1437
|
{
|
1275
1438
|
"docs": {
|
1276
1439
|
"stability": "stable"
|
1277
1440
|
},
|
1278
1441
|
"locationInModule": {
|
1279
1442
|
"filename": "src/certificate/index.ts",
|
1280
|
-
"line":
|
1443
|
+
"line": 811
|
1281
1444
|
},
|
1282
1445
|
"name": "accountKeyPem",
|
1283
1446
|
"type": {
|
@@ -1290,7 +1453,7 @@
|
|
1290
1453
|
},
|
1291
1454
|
"locationInModule": {
|
1292
1455
|
"filename": "src/certificate/index.ts",
|
1293
|
-
"line":
|
1456
|
+
"line": 855
|
1294
1457
|
},
|
1295
1458
|
"name": "certificateP12Password",
|
1296
1459
|
"type": {
|
@@ -1303,7 +1466,7 @@
|
|
1303
1466
|
},
|
1304
1467
|
"locationInModule": {
|
1305
1468
|
"filename": "src/certificate/index.ts",
|
1306
|
-
"line":
|
1469
|
+
"line": 876
|
1307
1470
|
},
|
1308
1471
|
"name": "certificateRequestPem",
|
1309
1472
|
"type": {
|
@@ -1316,7 +1479,7 @@
|
|
1316
1479
|
},
|
1317
1480
|
"locationInModule": {
|
1318
1481
|
"filename": "src/certificate/index.ts",
|
1319
|
-
"line":
|
1482
|
+
"line": 824
|
1320
1483
|
},
|
1321
1484
|
"name": "certTimeout",
|
1322
1485
|
"type": {
|
@@ -1329,7 +1492,7 @@
|
|
1329
1492
|
},
|
1330
1493
|
"locationInModule": {
|
1331
1494
|
"filename": "src/certificate/index.ts",
|
1332
|
-
"line":
|
1495
|
+
"line": 902
|
1333
1496
|
},
|
1334
1497
|
"name": "commonName",
|
1335
1498
|
"type": {
|
@@ -1342,7 +1505,7 @@
|
|
1342
1505
|
},
|
1343
1506
|
"locationInModule": {
|
1344
1507
|
"filename": "src/certificate/index.ts",
|
1345
|
-
"line":
|
1508
|
+
"line": 918
|
1346
1509
|
},
|
1347
1510
|
"name": "disableCompletePropagation",
|
1348
1511
|
"type": {
|
@@ -1364,7 +1527,7 @@
|
|
1364
1527
|
},
|
1365
1528
|
"locationInModule": {
|
1366
1529
|
"filename": "src/certificate/index.ts",
|
1367
|
-
"line":
|
1530
|
+
"line": 934
|
1368
1531
|
},
|
1369
1532
|
"name": "id",
|
1370
1533
|
"type": {
|
@@ -1377,7 +1540,7 @@
|
|
1377
1540
|
},
|
1378
1541
|
"locationInModule": {
|
1379
1542
|
"filename": "src/certificate/index.ts",
|
1380
|
-
"line":
|
1543
|
+
"line": 955
|
1381
1544
|
},
|
1382
1545
|
"name": "keyType",
|
1383
1546
|
"type": {
|
@@ -1390,7 +1553,7 @@
|
|
1390
1553
|
},
|
1391
1554
|
"locationInModule": {
|
1392
1555
|
"filename": "src/certificate/index.ts",
|
1393
|
-
"line":
|
1556
|
+
"line": 971
|
1394
1557
|
},
|
1395
1558
|
"name": "minDaysRemaining",
|
1396
1559
|
"type": {
|
@@ -1403,7 +1566,7 @@
|
|
1403
1566
|
},
|
1404
1567
|
"locationInModule": {
|
1405
1568
|
"filename": "src/certificate/index.ts",
|
1406
|
-
"line":
|
1569
|
+
"line": 987
|
1407
1570
|
},
|
1408
1571
|
"name": "mustStaple",
|
1409
1572
|
"type": {
|
@@ -1425,7 +1588,7 @@
|
|
1425
1588
|
},
|
1426
1589
|
"locationInModule": {
|
1427
1590
|
"filename": "src/certificate/index.ts",
|
1428
|
-
"line":
|
1591
|
+
"line": 1003
|
1429
1592
|
},
|
1430
1593
|
"name": "preCheckDelay",
|
1431
1594
|
"type": {
|
@@ -1438,7 +1601,7 @@
|
|
1438
1601
|
},
|
1439
1602
|
"locationInModule": {
|
1440
1603
|
"filename": "src/certificate/index.ts",
|
1441
|
-
"line":
|
1604
|
+
"line": 1019
|
1442
1605
|
},
|
1443
1606
|
"name": "preferredChain",
|
1444
1607
|
"type": {
|
@@ -1451,7 +1614,7 @@
|
|
1451
1614
|
},
|
1452
1615
|
"locationInModule": {
|
1453
1616
|
"filename": "src/certificate/index.ts",
|
1454
|
-
"line":
|
1617
|
+
"line": 1040
|
1455
1618
|
},
|
1456
1619
|
"name": "profile",
|
1457
1620
|
"type": {
|
@@ -1464,7 +1627,7 @@
|
|
1464
1627
|
},
|
1465
1628
|
"locationInModule": {
|
1466
1629
|
"filename": "src/certificate/index.ts",
|
1467
|
-
"line":
|
1630
|
+
"line": 1056
|
1468
1631
|
},
|
1469
1632
|
"name": "recursiveNameservers",
|
1470
1633
|
"type": {
|
@@ -1482,7 +1645,42 @@
|
|
1482
1645
|
},
|
1483
1646
|
"locationInModule": {
|
1484
1647
|
"filename": "src/certificate/index.ts",
|
1485
|
-
"line":
|
1648
|
+
"line": 1077
|
1649
|
+
},
|
1650
|
+
"name": "renewalInfoIgnoreRetryAfter",
|
1651
|
+
"type": {
|
1652
|
+
"union": {
|
1653
|
+
"types": [
|
1654
|
+
{
|
1655
|
+
"primitive": "boolean"
|
1656
|
+
},
|
1657
|
+
{
|
1658
|
+
"fqn": "cdktf.IResolvable"
|
1659
|
+
}
|
1660
|
+
]
|
1661
|
+
}
|
1662
|
+
}
|
1663
|
+
},
|
1664
|
+
{
|
1665
|
+
"docs": {
|
1666
|
+
"stability": "stable"
|
1667
|
+
},
|
1668
|
+
"locationInModule": {
|
1669
|
+
"filename": "src/certificate/index.ts",
|
1670
|
+
"line": 1093
|
1671
|
+
},
|
1672
|
+
"name": "renewalInfoMaxSleep",
|
1673
|
+
"type": {
|
1674
|
+
"primitive": "number"
|
1675
|
+
}
|
1676
|
+
},
|
1677
|
+
{
|
1678
|
+
"docs": {
|
1679
|
+
"stability": "stable"
|
1680
|
+
},
|
1681
|
+
"locationInModule": {
|
1682
|
+
"filename": "src/certificate/index.ts",
|
1683
|
+
"line": 1129
|
1486
1684
|
},
|
1487
1685
|
"name": "revokeCertificateOnDestroy",
|
1488
1686
|
"type": {
|
@@ -1504,7 +1702,7 @@
|
|
1504
1702
|
},
|
1505
1703
|
"locationInModule": {
|
1506
1704
|
"filename": "src/certificate/index.ts",
|
1507
|
-
"line":
|
1705
|
+
"line": 1145
|
1508
1706
|
},
|
1509
1707
|
"name": "revokeCertificateReason",
|
1510
1708
|
"type": {
|
@@ -1517,7 +1715,7 @@
|
|
1517
1715
|
},
|
1518
1716
|
"locationInModule": {
|
1519
1717
|
"filename": "src/certificate/index.ts",
|
1520
|
-
"line":
|
1718
|
+
"line": 1161
|
1521
1719
|
},
|
1522
1720
|
"name": "subjectAlternativeNames",
|
1523
1721
|
"type": {
|
@@ -1528,6 +1726,28 @@
|
|
1528
1726
|
"kind": "array"
|
1529
1727
|
}
|
1530
1728
|
}
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"docs": {
|
1732
|
+
"stability": "stable"
|
1733
|
+
},
|
1734
|
+
"locationInModule": {
|
1735
|
+
"filename": "src/certificate/index.ts",
|
1736
|
+
"line": 1177
|
1737
|
+
},
|
1738
|
+
"name": "useRenewalInfo",
|
1739
|
+
"type": {
|
1740
|
+
"union": {
|
1741
|
+
"types": [
|
1742
|
+
{
|
1743
|
+
"primitive": "boolean"
|
1744
|
+
},
|
1745
|
+
{
|
1746
|
+
"fqn": "cdktf.IResolvable"
|
1747
|
+
}
|
1748
|
+
]
|
1749
|
+
}
|
1750
|
+
}
|
1531
1751
|
}
|
1532
1752
|
],
|
1533
1753
|
"symbolId": "src/certificate/index:Certificate"
|
@@ -1554,7 +1774,7 @@
|
|
1554
1774
|
"abstract": true,
|
1555
1775
|
"docs": {
|
1556
1776
|
"stability": "stable",
|
1557
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1777
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
|
1558
1778
|
},
|
1559
1779
|
"immutable": true,
|
1560
1780
|
"locationInModule": {
|
@@ -1570,7 +1790,7 @@
|
|
1570
1790
|
"abstract": true,
|
1571
1791
|
"docs": {
|
1572
1792
|
"stability": "stable",
|
1573
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1793
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
|
1574
1794
|
},
|
1575
1795
|
"immutable": true,
|
1576
1796
|
"locationInModule": {
|
@@ -1587,7 +1807,7 @@
|
|
1587
1807
|
"abstract": true,
|
1588
1808
|
"docs": {
|
1589
1809
|
"stability": "stable",
|
1590
|
-
"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.34.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
|
1591
1811
|
},
|
1592
1812
|
"immutable": true,
|
1593
1813
|
"locationInModule": {
|
@@ -1604,7 +1824,7 @@
|
|
1604
1824
|
"abstract": true,
|
1605
1825
|
"docs": {
|
1606
1826
|
"stability": "stable",
|
1607
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1827
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
|
1608
1828
|
},
|
1609
1829
|
"immutable": true,
|
1610
1830
|
"locationInModule": {
|
@@ -1621,7 +1841,7 @@
|
|
1621
1841
|
"abstract": true,
|
1622
1842
|
"docs": {
|
1623
1843
|
"stability": "stable",
|
1624
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1844
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#common_name Certificate#common_name}."
|
1625
1845
|
},
|
1626
1846
|
"immutable": true,
|
1627
1847
|
"locationInModule": {
|
@@ -1638,7 +1858,7 @@
|
|
1638
1858
|
"abstract": true,
|
1639
1859
|
"docs": {
|
1640
1860
|
"stability": "stable",
|
1641
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1861
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
|
1642
1862
|
},
|
1643
1863
|
"immutable": true,
|
1644
1864
|
"locationInModule": {
|
@@ -1663,14 +1883,14 @@
|
|
1663
1883
|
{
|
1664
1884
|
"abstract": true,
|
1665
1885
|
"docs": {
|
1666
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1886
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
|
1667
1887
|
"stability": "stable",
|
1668
1888
|
"summary": "dns_challenge block."
|
1669
1889
|
},
|
1670
1890
|
"immutable": true,
|
1671
1891
|
"locationInModule": {
|
1672
1892
|
"filename": "src/certificate/index.ts",
|
1673
|
-
"line":
|
1893
|
+
"line": 103
|
1674
1894
|
},
|
1675
1895
|
"name": "dnsChallenge",
|
1676
1896
|
"optional": true,
|
@@ -1695,14 +1915,14 @@
|
|
1695
1915
|
{
|
1696
1916
|
"abstract": true,
|
1697
1917
|
"docs": {
|
1698
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1918
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
|
1699
1919
|
"stability": "stable",
|
1700
1920
|
"summary": "http_challenge block."
|
1701
1921
|
},
|
1702
1922
|
"immutable": true,
|
1703
1923
|
"locationInModule": {
|
1704
1924
|
"filename": "src/certificate/index.ts",
|
1705
|
-
"line":
|
1925
|
+
"line": 109
|
1706
1926
|
},
|
1707
1927
|
"name": "httpChallenge",
|
1708
1928
|
"optional": true,
|
@@ -1713,14 +1933,14 @@
|
|
1713
1933
|
{
|
1714
1934
|
"abstract": true,
|
1715
1935
|
"docs": {
|
1716
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1936
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
|
1717
1937
|
"stability": "stable",
|
1718
1938
|
"summary": "http_memcached_challenge block."
|
1719
1939
|
},
|
1720
1940
|
"immutable": true,
|
1721
1941
|
"locationInModule": {
|
1722
1942
|
"filename": "src/certificate/index.ts",
|
1723
|
-
"line":
|
1943
|
+
"line": 115
|
1724
1944
|
},
|
1725
1945
|
"name": "httpMemcachedChallenge",
|
1726
1946
|
"optional": true,
|
@@ -1731,14 +1951,14 @@
|
|
1731
1951
|
{
|
1732
1952
|
"abstract": true,
|
1733
1953
|
"docs": {
|
1734
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1954
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
|
1735
1955
|
"stability": "stable",
|
1736
1956
|
"summary": "http_s3_challenge block."
|
1737
1957
|
},
|
1738
1958
|
"immutable": true,
|
1739
1959
|
"locationInModule": {
|
1740
1960
|
"filename": "src/certificate/index.ts",
|
1741
|
-
"line":
|
1961
|
+
"line": 121
|
1742
1962
|
},
|
1743
1963
|
"name": "httpS3Challenge",
|
1744
1964
|
"optional": true,
|
@@ -1749,14 +1969,14 @@
|
|
1749
1969
|
{
|
1750
1970
|
"abstract": true,
|
1751
1971
|
"docs": {
|
1752
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1972
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
|
1753
1973
|
"stability": "stable",
|
1754
1974
|
"summary": "http_webroot_challenge block."
|
1755
1975
|
},
|
1756
1976
|
"immutable": true,
|
1757
1977
|
"locationInModule": {
|
1758
1978
|
"filename": "src/certificate/index.ts",
|
1759
|
-
"line":
|
1979
|
+
"line": 127
|
1760
1980
|
},
|
1761
1981
|
"name": "httpWebrootChallenge",
|
1762
1982
|
"optional": true,
|
@@ -1769,7 +1989,7 @@
|
|
1769
1989
|
"docs": {
|
1770
1990
|
"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.",
|
1771
1991
|
"stability": "stable",
|
1772
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1992
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#id Certificate#id}."
|
1773
1993
|
},
|
1774
1994
|
"immutable": true,
|
1775
1995
|
"locationInModule": {
|
@@ -1786,7 +2006,7 @@
|
|
1786
2006
|
"abstract": true,
|
1787
2007
|
"docs": {
|
1788
2008
|
"stability": "stable",
|
1789
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2009
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#key_type Certificate#key_type}."
|
1790
2010
|
},
|
1791
2011
|
"immutable": true,
|
1792
2012
|
"locationInModule": {
|
@@ -1803,7 +2023,7 @@
|
|
1803
2023
|
"abstract": true,
|
1804
2024
|
"docs": {
|
1805
2025
|
"stability": "stable",
|
1806
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2026
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
|
1807
2027
|
},
|
1808
2028
|
"immutable": true,
|
1809
2029
|
"locationInModule": {
|
@@ -1820,7 +2040,7 @@
|
|
1820
2040
|
"abstract": true,
|
1821
2041
|
"docs": {
|
1822
2042
|
"stability": "stable",
|
1823
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2043
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#must_staple Certificate#must_staple}."
|
1824
2044
|
},
|
1825
2045
|
"immutable": true,
|
1826
2046
|
"locationInModule": {
|
@@ -1846,7 +2066,7 @@
|
|
1846
2066
|
"abstract": true,
|
1847
2067
|
"docs": {
|
1848
2068
|
"stability": "stable",
|
1849
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2069
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
|
1850
2070
|
},
|
1851
2071
|
"immutable": true,
|
1852
2072
|
"locationInModule": {
|
@@ -1863,7 +2083,7 @@
|
|
1863
2083
|
"abstract": true,
|
1864
2084
|
"docs": {
|
1865
2085
|
"stability": "stable",
|
1866
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2086
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
|
1867
2087
|
},
|
1868
2088
|
"immutable": true,
|
1869
2089
|
"locationInModule": {
|
@@ -1880,7 +2100,7 @@
|
|
1880
2100
|
"abstract": true,
|
1881
2101
|
"docs": {
|
1882
2102
|
"stability": "stable",
|
1883
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2103
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#profile Certificate#profile}."
|
1884
2104
|
},
|
1885
2105
|
"immutable": true,
|
1886
2106
|
"locationInModule": {
|
@@ -1897,7 +2117,7 @@
|
|
1897
2117
|
"abstract": true,
|
1898
2118
|
"docs": {
|
1899
2119
|
"stability": "stable",
|
1900
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2120
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
|
1901
2121
|
},
|
1902
2122
|
"immutable": true,
|
1903
2123
|
"locationInModule": {
|
@@ -1919,14 +2139,14 @@
|
|
1919
2139
|
"abstract": true,
|
1920
2140
|
"docs": {
|
1921
2141
|
"stability": "stable",
|
1922
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2142
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#renewal_info_ignore_retry_after Certificate#renewal_info_ignore_retry_after}."
|
1923
2143
|
},
|
1924
2144
|
"immutable": true,
|
1925
2145
|
"locationInModule": {
|
1926
2146
|
"filename": "src/certificate/index.ts",
|
1927
2147
|
"line": 77
|
1928
2148
|
},
|
1929
|
-
"name": "
|
2149
|
+
"name": "renewalInfoIgnoreRetryAfter",
|
1930
2150
|
"optional": true,
|
1931
2151
|
"type": {
|
1932
2152
|
"union": {
|
@@ -1945,13 +2165,56 @@
|
|
1945
2165
|
"abstract": true,
|
1946
2166
|
"docs": {
|
1947
2167
|
"stability": "stable",
|
1948
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2168
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#renewal_info_max_sleep Certificate#renewal_info_max_sleep}."
|
1949
2169
|
},
|
1950
2170
|
"immutable": true,
|
1951
2171
|
"locationInModule": {
|
1952
2172
|
"filename": "src/certificate/index.ts",
|
1953
2173
|
"line": 81
|
1954
2174
|
},
|
2175
|
+
"name": "renewalInfoMaxSleep",
|
2176
|
+
"optional": true,
|
2177
|
+
"type": {
|
2178
|
+
"primitive": "number"
|
2179
|
+
}
|
2180
|
+
},
|
2181
|
+
{
|
2182
|
+
"abstract": true,
|
2183
|
+
"docs": {
|
2184
|
+
"stability": "stable",
|
2185
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
|
2186
|
+
},
|
2187
|
+
"immutable": true,
|
2188
|
+
"locationInModule": {
|
2189
|
+
"filename": "src/certificate/index.ts",
|
2190
|
+
"line": 85
|
2191
|
+
},
|
2192
|
+
"name": "revokeCertificateOnDestroy",
|
2193
|
+
"optional": true,
|
2194
|
+
"type": {
|
2195
|
+
"union": {
|
2196
|
+
"types": [
|
2197
|
+
{
|
2198
|
+
"primitive": "boolean"
|
2199
|
+
},
|
2200
|
+
{
|
2201
|
+
"fqn": "cdktf.IResolvable"
|
2202
|
+
}
|
2203
|
+
]
|
2204
|
+
}
|
2205
|
+
}
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"abstract": true,
|
2209
|
+
"docs": {
|
2210
|
+
"stability": "stable",
|
2211
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
|
2212
|
+
},
|
2213
|
+
"immutable": true,
|
2214
|
+
"locationInModule": {
|
2215
|
+
"filename": "src/certificate/index.ts",
|
2216
|
+
"line": 89
|
2217
|
+
},
|
1955
2218
|
"name": "revokeCertificateReason",
|
1956
2219
|
"optional": true,
|
1957
2220
|
"type": {
|
@@ -1962,12 +2225,12 @@
|
|
1962
2225
|
"abstract": true,
|
1963
2226
|
"docs": {
|
1964
2227
|
"stability": "stable",
|
1965
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2228
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
|
1966
2229
|
},
|
1967
2230
|
"immutable": true,
|
1968
2231
|
"locationInModule": {
|
1969
2232
|
"filename": "src/certificate/index.ts",
|
1970
|
-
"line":
|
2233
|
+
"line": 93
|
1971
2234
|
},
|
1972
2235
|
"name": "subjectAlternativeNames",
|
1973
2236
|
"optional": true,
|
@@ -1983,20 +2246,46 @@
|
|
1983
2246
|
{
|
1984
2247
|
"abstract": true,
|
1985
2248
|
"docs": {
|
1986
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2249
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
|
1987
2250
|
"stability": "stable",
|
1988
2251
|
"summary": "tls_challenge block."
|
1989
2252
|
},
|
1990
2253
|
"immutable": true,
|
1991
2254
|
"locationInModule": {
|
1992
2255
|
"filename": "src/certificate/index.ts",
|
1993
|
-
"line":
|
2256
|
+
"line": 133
|
1994
2257
|
},
|
1995
2258
|
"name": "tlsChallenge",
|
1996
2259
|
"optional": true,
|
1997
2260
|
"type": {
|
1998
2261
|
"fqn": "@cdktf/provider-acme.certificate.CertificateTlsChallenge"
|
1999
2262
|
}
|
2263
|
+
},
|
2264
|
+
{
|
2265
|
+
"abstract": true,
|
2266
|
+
"docs": {
|
2267
|
+
"stability": "stable",
|
2268
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#use_renewal_info Certificate#use_renewal_info}."
|
2269
|
+
},
|
2270
|
+
"immutable": true,
|
2271
|
+
"locationInModule": {
|
2272
|
+
"filename": "src/certificate/index.ts",
|
2273
|
+
"line": 97
|
2274
|
+
},
|
2275
|
+
"name": "useRenewalInfo",
|
2276
|
+
"optional": true,
|
2277
|
+
"type": {
|
2278
|
+
"union": {
|
2279
|
+
"types": [
|
2280
|
+
{
|
2281
|
+
"primitive": "boolean"
|
2282
|
+
},
|
2283
|
+
{
|
2284
|
+
"fqn": "cdktf.IResolvable"
|
2285
|
+
}
|
2286
|
+
]
|
2287
|
+
}
|
2288
|
+
}
|
2000
2289
|
}
|
2001
2290
|
],
|
2002
2291
|
"symbolId": "src/certificate/index:CertificateConfig"
|
@@ -2011,7 +2300,7 @@
|
|
2011
2300
|
"kind": "interface",
|
2012
2301
|
"locationInModule": {
|
2013
2302
|
"filename": "src/certificate/index.ts",
|
2014
|
-
"line":
|
2303
|
+
"line": 135
|
2015
2304
|
},
|
2016
2305
|
"name": "CertificateDnsChallenge",
|
2017
2306
|
"namespace": "certificate",
|
@@ -2020,12 +2309,12 @@
|
|
2020
2309
|
"abstract": true,
|
2021
2310
|
"docs": {
|
2022
2311
|
"stability": "stable",
|
2023
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2312
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#provider Certificate#provider}."
|
2024
2313
|
},
|
2025
2314
|
"immutable": true,
|
2026
2315
|
"locationInModule": {
|
2027
2316
|
"filename": "src/certificate/index.ts",
|
2028
|
-
"line":
|
2317
|
+
"line": 143
|
2029
2318
|
},
|
2030
2319
|
"name": "provider",
|
2031
2320
|
"type": {
|
@@ -2036,12 +2325,12 @@
|
|
2036
2325
|
"abstract": true,
|
2037
2326
|
"docs": {
|
2038
2327
|
"stability": "stable",
|
2039
|
-
"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.34.0/docs/resources/certificate#config Certificate#config}."
|
2040
2329
|
},
|
2041
2330
|
"immutable": true,
|
2042
2331
|
"locationInModule": {
|
2043
2332
|
"filename": "src/certificate/index.ts",
|
2044
|
-
"line":
|
2333
|
+
"line": 139
|
2045
2334
|
},
|
2046
2335
|
"name": "config",
|
2047
2336
|
"optional": true,
|
@@ -2070,7 +2359,7 @@
|
|
2070
2359
|
},
|
2071
2360
|
"locationInModule": {
|
2072
2361
|
"filename": "src/certificate/index.ts",
|
2073
|
-
"line":
|
2362
|
+
"line": 270
|
2074
2363
|
},
|
2075
2364
|
"parameters": [
|
2076
2365
|
{
|
@@ -2105,7 +2394,7 @@
|
|
2105
2394
|
"kind": "class",
|
2106
2395
|
"locationInModule": {
|
2107
2396
|
"filename": "src/certificate/index.ts",
|
2108
|
-
"line":
|
2397
|
+
"line": 262
|
2109
2398
|
},
|
2110
2399
|
"methods": [
|
2111
2400
|
{
|
@@ -2114,7 +2403,7 @@
|
|
2114
2403
|
},
|
2115
2404
|
"locationInModule": {
|
2116
2405
|
"filename": "src/certificate/index.ts",
|
2117
|
-
"line":
|
2406
|
+
"line": 277
|
2118
2407
|
},
|
2119
2408
|
"name": "get",
|
2120
2409
|
"parameters": [
|
@@ -2145,7 +2434,7 @@
|
|
2145
2434
|
},
|
2146
2435
|
"locationInModule": {
|
2147
2436
|
"filename": "src/certificate/index.ts",
|
2148
|
-
"line":
|
2437
|
+
"line": 270
|
2149
2438
|
},
|
2150
2439
|
"name": "terraformAttribute",
|
2151
2440
|
"overrides": "cdktf.ComplexList",
|
@@ -2161,7 +2450,7 @@
|
|
2161
2450
|
},
|
2162
2451
|
"locationInModule": {
|
2163
2452
|
"filename": "src/certificate/index.ts",
|
2164
|
-
"line":
|
2453
|
+
"line": 270
|
2165
2454
|
},
|
2166
2455
|
"name": "terraformResource",
|
2167
2456
|
"overrides": "cdktf.ComplexList",
|
@@ -2177,7 +2466,7 @@
|
|
2177
2466
|
},
|
2178
2467
|
"locationInModule": {
|
2179
2468
|
"filename": "src/certificate/index.ts",
|
2180
|
-
"line":
|
2469
|
+
"line": 270
|
2181
2470
|
},
|
2182
2471
|
"name": "wrapsSet",
|
2183
2472
|
"overrides": "cdktf.ComplexList",
|
@@ -2192,7 +2481,7 @@
|
|
2192
2481
|
},
|
2193
2482
|
"locationInModule": {
|
2194
2483
|
"filename": "src/certificate/index.ts",
|
2195
|
-
"line":
|
2484
|
+
"line": 263
|
2196
2485
|
},
|
2197
2486
|
"name": "internalValue",
|
2198
2487
|
"optional": true,
|
@@ -2230,7 +2519,7 @@
|
|
2230
2519
|
},
|
2231
2520
|
"locationInModule": {
|
2232
2521
|
"filename": "src/certificate/index.ts",
|
2233
|
-
"line":
|
2522
|
+
"line": 192
|
2234
2523
|
},
|
2235
2524
|
"parameters": [
|
2236
2525
|
{
|
@@ -2274,7 +2563,7 @@
|
|
2274
2563
|
"kind": "class",
|
2275
2564
|
"locationInModule": {
|
2276
2565
|
"filename": "src/certificate/index.ts",
|
2277
|
-
"line":
|
2566
|
+
"line": 182
|
2278
2567
|
},
|
2279
2568
|
"methods": [
|
2280
2569
|
{
|
@@ -2283,7 +2572,7 @@
|
|
2283
2572
|
},
|
2284
2573
|
"locationInModule": {
|
2285
2574
|
"filename": "src/certificate/index.ts",
|
2286
|
-
"line":
|
2575
|
+
"line": 240
|
2287
2576
|
},
|
2288
2577
|
"name": "resetConfig"
|
2289
2578
|
}
|
@@ -2298,7 +2587,7 @@
|
|
2298
2587
|
"immutable": true,
|
2299
2588
|
"locationInModule": {
|
2300
2589
|
"filename": "src/certificate/index.ts",
|
2301
|
-
"line":
|
2590
|
+
"line": 244
|
2302
2591
|
},
|
2303
2592
|
"name": "configInput",
|
2304
2593
|
"optional": true,
|
@@ -2318,7 +2607,7 @@
|
|
2318
2607
|
"immutable": true,
|
2319
2608
|
"locationInModule": {
|
2320
2609
|
"filename": "src/certificate/index.ts",
|
2321
|
-
"line":
|
2610
|
+
"line": 257
|
2322
2611
|
},
|
2323
2612
|
"name": "providerInput",
|
2324
2613
|
"optional": true,
|
@@ -2332,7 +2621,7 @@
|
|
2332
2621
|
},
|
2333
2622
|
"locationInModule": {
|
2334
2623
|
"filename": "src/certificate/index.ts",
|
2335
|
-
"line":
|
2624
|
+
"line": 234
|
2336
2625
|
},
|
2337
2626
|
"name": "config",
|
2338
2627
|
"type": {
|
@@ -2350,7 +2639,7 @@
|
|
2350
2639
|
},
|
2351
2640
|
"locationInModule": {
|
2352
2641
|
"filename": "src/certificate/index.ts",
|
2353
|
-
"line":
|
2642
|
+
"line": 250
|
2354
2643
|
},
|
2355
2644
|
"name": "provider",
|
2356
2645
|
"type": {
|
@@ -2363,7 +2652,7 @@
|
|
2363
2652
|
},
|
2364
2653
|
"locationInModule": {
|
2365
2654
|
"filename": "src/certificate/index.ts",
|
2366
|
-
"line":
|
2655
|
+
"line": 196
|
2367
2656
|
},
|
2368
2657
|
"name": "internalValue",
|
2369
2658
|
"optional": true,
|
@@ -2393,7 +2682,7 @@
|
|
2393
2682
|
"kind": "interface",
|
2394
2683
|
"locationInModule": {
|
2395
2684
|
"filename": "src/certificate/index.ts",
|
2396
|
-
"line":
|
2685
|
+
"line": 281
|
2397
2686
|
},
|
2398
2687
|
"name": "CertificateHttpChallenge",
|
2399
2688
|
"namespace": "certificate",
|
@@ -2402,12 +2691,12 @@
|
|
2402
2691
|
"abstract": true,
|
2403
2692
|
"docs": {
|
2404
2693
|
"stability": "stable",
|
2405
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2694
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#port Certificate#port}."
|
2406
2695
|
},
|
2407
2696
|
"immutable": true,
|
2408
2697
|
"locationInModule": {
|
2409
2698
|
"filename": "src/certificate/index.ts",
|
2410
|
-
"line":
|
2699
|
+
"line": 285
|
2411
2700
|
},
|
2412
2701
|
"name": "port",
|
2413
2702
|
"optional": true,
|
@@ -2419,12 +2708,12 @@
|
|
2419
2708
|
"abstract": true,
|
2420
2709
|
"docs": {
|
2421
2710
|
"stability": "stable",
|
2422
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2711
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
|
2423
2712
|
},
|
2424
2713
|
"immutable": true,
|
2425
2714
|
"locationInModule": {
|
2426
2715
|
"filename": "src/certificate/index.ts",
|
2427
|
-
"line":
|
2716
|
+
"line": 289
|
2428
2717
|
},
|
2429
2718
|
"name": "proxyHeader",
|
2430
2719
|
"optional": true,
|
@@ -2448,7 +2737,7 @@
|
|
2448
2737
|
},
|
2449
2738
|
"locationInModule": {
|
2450
2739
|
"filename": "src/certificate/index.ts",
|
2451
|
-
"line":
|
2740
|
+
"line": 335
|
2452
2741
|
},
|
2453
2742
|
"parameters": [
|
2454
2743
|
{
|
@@ -2474,7 +2763,7 @@
|
|
2474
2763
|
"kind": "class",
|
2475
2764
|
"locationInModule": {
|
2476
2765
|
"filename": "src/certificate/index.ts",
|
2477
|
-
"line":
|
2766
|
+
"line": 328
|
2478
2767
|
},
|
2479
2768
|
"methods": [
|
2480
2769
|
{
|
@@ -2483,7 +2772,7 @@
|
|
2483
2772
|
},
|
2484
2773
|
"locationInModule": {
|
2485
2774
|
"filename": "src/certificate/index.ts",
|
2486
|
-
"line":
|
2775
|
+
"line": 374
|
2487
2776
|
},
|
2488
2777
|
"name": "resetPort"
|
2489
2778
|
},
|
@@ -2493,7 +2782,7 @@
|
|
2493
2782
|
},
|
2494
2783
|
"locationInModule": {
|
2495
2784
|
"filename": "src/certificate/index.ts",
|
2496
|
-
"line":
|
2785
|
+
"line": 390
|
2497
2786
|
},
|
2498
2787
|
"name": "resetProxyHeader"
|
2499
2788
|
}
|
@@ -2508,7 +2797,7 @@
|
|
2508
2797
|
"immutable": true,
|
2509
2798
|
"locationInModule": {
|
2510
2799
|
"filename": "src/certificate/index.ts",
|
2511
|
-
"line":
|
2800
|
+
"line": 378
|
2512
2801
|
},
|
2513
2802
|
"name": "portInput",
|
2514
2803
|
"optional": true,
|
@@ -2523,7 +2812,7 @@
|
|
2523
2812
|
"immutable": true,
|
2524
2813
|
"locationInModule": {
|
2525
2814
|
"filename": "src/certificate/index.ts",
|
2526
|
-
"line":
|
2815
|
+
"line": 394
|
2527
2816
|
},
|
2528
2817
|
"name": "proxyHeaderInput",
|
2529
2818
|
"optional": true,
|
@@ -2537,7 +2826,7 @@
|
|
2537
2826
|
},
|
2538
2827
|
"locationInModule": {
|
2539
2828
|
"filename": "src/certificate/index.ts",
|
2540
|
-
"line":
|
2829
|
+
"line": 368
|
2541
2830
|
},
|
2542
2831
|
"name": "port",
|
2543
2832
|
"type": {
|
@@ -2550,7 +2839,7 @@
|
|
2550
2839
|
},
|
2551
2840
|
"locationInModule": {
|
2552
2841
|
"filename": "src/certificate/index.ts",
|
2553
|
-
"line":
|
2842
|
+
"line": 384
|
2554
2843
|
},
|
2555
2844
|
"name": "proxyHeader",
|
2556
2845
|
"type": {
|
@@ -2563,7 +2852,7 @@
|
|
2563
2852
|
},
|
2564
2853
|
"locationInModule": {
|
2565
2854
|
"filename": "src/certificate/index.ts",
|
2566
|
-
"line":
|
2855
|
+
"line": 339
|
2567
2856
|
},
|
2568
2857
|
"name": "internalValue",
|
2569
2858
|
"optional": true,
|
@@ -2584,7 +2873,7 @@
|
|
2584
2873
|
"kind": "interface",
|
2585
2874
|
"locationInModule": {
|
2586
2875
|
"filename": "src/certificate/index.ts",
|
2587
|
-
"line":
|
2876
|
+
"line": 398
|
2588
2877
|
},
|
2589
2878
|
"name": "CertificateHttpMemcachedChallenge",
|
2590
2879
|
"namespace": "certificate",
|
@@ -2593,12 +2882,12 @@
|
|
2593
2882
|
"abstract": true,
|
2594
2883
|
"docs": {
|
2595
2884
|
"stability": "stable",
|
2596
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2885
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#hosts Certificate#hosts}."
|
2597
2886
|
},
|
2598
2887
|
"immutable": true,
|
2599
2888
|
"locationInModule": {
|
2600
2889
|
"filename": "src/certificate/index.ts",
|
2601
|
-
"line":
|
2890
|
+
"line": 402
|
2602
2891
|
},
|
2603
2892
|
"name": "hosts",
|
2604
2893
|
"type": {
|
@@ -2626,7 +2915,7 @@
|
|
2626
2915
|
},
|
2627
2916
|
"locationInModule": {
|
2628
2917
|
"filename": "src/certificate/index.ts",
|
2629
|
-
"line":
|
2918
|
+
"line": 441
|
2630
2919
|
},
|
2631
2920
|
"parameters": [
|
2632
2921
|
{
|
@@ -2652,7 +2941,7 @@
|
|
2652
2941
|
"kind": "class",
|
2653
2942
|
"locationInModule": {
|
2654
2943
|
"filename": "src/certificate/index.ts",
|
2655
|
-
"line":
|
2944
|
+
"line": 434
|
2656
2945
|
},
|
2657
2946
|
"name": "CertificateHttpMemcachedChallengeOutputReference",
|
2658
2947
|
"namespace": "certificate",
|
@@ -2664,7 +2953,7 @@
|
|
2664
2953
|
"immutable": true,
|
2665
2954
|
"locationInModule": {
|
2666
2955
|
"filename": "src/certificate/index.ts",
|
2667
|
-
"line":
|
2956
|
+
"line": 475
|
2668
2957
|
},
|
2669
2958
|
"name": "hostsInput",
|
2670
2959
|
"optional": true,
|
@@ -2683,7 +2972,7 @@
|
|
2683
2972
|
},
|
2684
2973
|
"locationInModule": {
|
2685
2974
|
"filename": "src/certificate/index.ts",
|
2686
|
-
"line":
|
2975
|
+
"line": 468
|
2687
2976
|
},
|
2688
2977
|
"name": "hosts",
|
2689
2978
|
"type": {
|
@@ -2701,7 +2990,7 @@
|
|
2701
2990
|
},
|
2702
2991
|
"locationInModule": {
|
2703
2992
|
"filename": "src/certificate/index.ts",
|
2704
|
-
"line":
|
2993
|
+
"line": 445
|
2705
2994
|
},
|
2706
2995
|
"name": "internalValue",
|
2707
2996
|
"optional": true,
|
@@ -2722,7 +3011,7 @@
|
|
2722
3011
|
"kind": "interface",
|
2723
3012
|
"locationInModule": {
|
2724
3013
|
"filename": "src/certificate/index.ts",
|
2725
|
-
"line":
|
3014
|
+
"line": 479
|
2726
3015
|
},
|
2727
3016
|
"name": "CertificateHttpS3Challenge",
|
2728
3017
|
"namespace": "certificate",
|
@@ -2731,12 +3020,12 @@
|
|
2731
3020
|
"abstract": true,
|
2732
3021
|
"docs": {
|
2733
3022
|
"stability": "stable",
|
2734
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3023
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
|
2735
3024
|
},
|
2736
3025
|
"immutable": true,
|
2737
3026
|
"locationInModule": {
|
2738
3027
|
"filename": "src/certificate/index.ts",
|
2739
|
-
"line":
|
3028
|
+
"line": 483
|
2740
3029
|
},
|
2741
3030
|
"name": "s3Bucket",
|
2742
3031
|
"type": {
|
@@ -2759,7 +3048,7 @@
|
|
2759
3048
|
},
|
2760
3049
|
"locationInModule": {
|
2761
3050
|
"filename": "src/certificate/index.ts",
|
2762
|
-
"line":
|
3051
|
+
"line": 522
|
2763
3052
|
},
|
2764
3053
|
"parameters": [
|
2765
3054
|
{
|
@@ -2785,7 +3074,7 @@
|
|
2785
3074
|
"kind": "class",
|
2786
3075
|
"locationInModule": {
|
2787
3076
|
"filename": "src/certificate/index.ts",
|
2788
|
-
"line":
|
3077
|
+
"line": 515
|
2789
3078
|
},
|
2790
3079
|
"name": "CertificateHttpS3ChallengeOutputReference",
|
2791
3080
|
"namespace": "certificate",
|
@@ -2797,7 +3086,7 @@
|
|
2797
3086
|
"immutable": true,
|
2798
3087
|
"locationInModule": {
|
2799
3088
|
"filename": "src/certificate/index.ts",
|
2800
|
-
"line":
|
3089
|
+
"line": 556
|
2801
3090
|
},
|
2802
3091
|
"name": "s3BucketInput",
|
2803
3092
|
"optional": true,
|
@@ -2811,7 +3100,7 @@
|
|
2811
3100
|
},
|
2812
3101
|
"locationInModule": {
|
2813
3102
|
"filename": "src/certificate/index.ts",
|
2814
|
-
"line":
|
3103
|
+
"line": 549
|
2815
3104
|
},
|
2816
3105
|
"name": "s3Bucket",
|
2817
3106
|
"type": {
|
@@ -2824,7 +3113,7 @@
|
|
2824
3113
|
},
|
2825
3114
|
"locationInModule": {
|
2826
3115
|
"filename": "src/certificate/index.ts",
|
2827
|
-
"line":
|
3116
|
+
"line": 526
|
2828
3117
|
},
|
2829
3118
|
"name": "internalValue",
|
2830
3119
|
"optional": true,
|
@@ -2845,7 +3134,7 @@
|
|
2845
3134
|
"kind": "interface",
|
2846
3135
|
"locationInModule": {
|
2847
3136
|
"filename": "src/certificate/index.ts",
|
2848
|
-
"line":
|
3137
|
+
"line": 560
|
2849
3138
|
},
|
2850
3139
|
"name": "CertificateHttpWebrootChallenge",
|
2851
3140
|
"namespace": "certificate",
|
@@ -2854,12 +3143,12 @@
|
|
2854
3143
|
"abstract": true,
|
2855
3144
|
"docs": {
|
2856
3145
|
"stability": "stable",
|
2857
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3146
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#directory Certificate#directory}."
|
2858
3147
|
},
|
2859
3148
|
"immutable": true,
|
2860
3149
|
"locationInModule": {
|
2861
3150
|
"filename": "src/certificate/index.ts",
|
2862
|
-
"line":
|
3151
|
+
"line": 564
|
2863
3152
|
},
|
2864
3153
|
"name": "directory",
|
2865
3154
|
"type": {
|
@@ -2882,7 +3171,7 @@
|
|
2882
3171
|
},
|
2883
3172
|
"locationInModule": {
|
2884
3173
|
"filename": "src/certificate/index.ts",
|
2885
|
-
"line":
|
3174
|
+
"line": 603
|
2886
3175
|
},
|
2887
3176
|
"parameters": [
|
2888
3177
|
{
|
@@ -2908,7 +3197,7 @@
|
|
2908
3197
|
"kind": "class",
|
2909
3198
|
"locationInModule": {
|
2910
3199
|
"filename": "src/certificate/index.ts",
|
2911
|
-
"line":
|
3200
|
+
"line": 596
|
2912
3201
|
},
|
2913
3202
|
"name": "CertificateHttpWebrootChallengeOutputReference",
|
2914
3203
|
"namespace": "certificate",
|
@@ -2920,7 +3209,7 @@
|
|
2920
3209
|
"immutable": true,
|
2921
3210
|
"locationInModule": {
|
2922
3211
|
"filename": "src/certificate/index.ts",
|
2923
|
-
"line":
|
3212
|
+
"line": 637
|
2924
3213
|
},
|
2925
3214
|
"name": "directoryInput",
|
2926
3215
|
"optional": true,
|
@@ -2934,7 +3223,7 @@
|
|
2934
3223
|
},
|
2935
3224
|
"locationInModule": {
|
2936
3225
|
"filename": "src/certificate/index.ts",
|
2937
|
-
"line":
|
3226
|
+
"line": 630
|
2938
3227
|
},
|
2939
3228
|
"name": "directory",
|
2940
3229
|
"type": {
|
@@ -2947,7 +3236,7 @@
|
|
2947
3236
|
},
|
2948
3237
|
"locationInModule": {
|
2949
3238
|
"filename": "src/certificate/index.ts",
|
2950
|
-
"line":
|
3239
|
+
"line": 607
|
2951
3240
|
},
|
2952
3241
|
"name": "internalValue",
|
2953
3242
|
"optional": true,
|
@@ -2968,7 +3257,7 @@
|
|
2968
3257
|
"kind": "interface",
|
2969
3258
|
"locationInModule": {
|
2970
3259
|
"filename": "src/certificate/index.ts",
|
2971
|
-
"line":
|
3260
|
+
"line": 641
|
2972
3261
|
},
|
2973
3262
|
"name": "CertificateTlsChallenge",
|
2974
3263
|
"namespace": "certificate",
|
@@ -2977,12 +3266,12 @@
|
|
2977
3266
|
"abstract": true,
|
2978
3267
|
"docs": {
|
2979
3268
|
"stability": "stable",
|
2980
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3269
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/certificate#port Certificate#port}."
|
2981
3270
|
},
|
2982
3271
|
"immutable": true,
|
2983
3272
|
"locationInModule": {
|
2984
3273
|
"filename": "src/certificate/index.ts",
|
2985
|
-
"line":
|
3274
|
+
"line": 645
|
2986
3275
|
},
|
2987
3276
|
"name": "port",
|
2988
3277
|
"optional": true,
|
@@ -3006,7 +3295,7 @@
|
|
3006
3295
|
},
|
3007
3296
|
"locationInModule": {
|
3008
3297
|
"filename": "src/certificate/index.ts",
|
3009
|
-
"line":
|
3298
|
+
"line": 684
|
3010
3299
|
},
|
3011
3300
|
"parameters": [
|
3012
3301
|
{
|
@@ -3032,7 +3321,7 @@
|
|
3032
3321
|
"kind": "class",
|
3033
3322
|
"locationInModule": {
|
3034
3323
|
"filename": "src/certificate/index.ts",
|
3035
|
-
"line":
|
3324
|
+
"line": 677
|
3036
3325
|
},
|
3037
3326
|
"methods": [
|
3038
3327
|
{
|
@@ -3041,7 +3330,7 @@
|
|
3041
3330
|
},
|
3042
3331
|
"locationInModule": {
|
3043
3332
|
"filename": "src/certificate/index.ts",
|
3044
|
-
"line":
|
3333
|
+
"line": 717
|
3045
3334
|
},
|
3046
3335
|
"name": "resetPort"
|
3047
3336
|
}
|
@@ -3056,7 +3345,7 @@
|
|
3056
3345
|
"immutable": true,
|
3057
3346
|
"locationInModule": {
|
3058
3347
|
"filename": "src/certificate/index.ts",
|
3059
|
-
"line":
|
3348
|
+
"line": 721
|
3060
3349
|
},
|
3061
3350
|
"name": "portInput",
|
3062
3351
|
"optional": true,
|
@@ -3070,7 +3359,7 @@
|
|
3070
3359
|
},
|
3071
3360
|
"locationInModule": {
|
3072
3361
|
"filename": "src/certificate/index.ts",
|
3073
|
-
"line":
|
3362
|
+
"line": 711
|
3074
3363
|
},
|
3075
3364
|
"name": "port",
|
3076
3365
|
"type": {
|
@@ -3083,7 +3372,7 @@
|
|
3083
3372
|
},
|
3084
3373
|
"locationInModule": {
|
3085
3374
|
"filename": "src/certificate/index.ts",
|
3086
|
-
"line":
|
3375
|
+
"line": 688
|
3087
3376
|
},
|
3088
3377
|
"name": "internalValue",
|
3089
3378
|
"optional": true,
|
@@ -3099,13 +3388,13 @@
|
|
3099
3388
|
"base": "cdktf.TerraformDataSource",
|
3100
3389
|
"docs": {
|
3101
3390
|
"stability": "stable",
|
3102
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3391
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/data-sources/server_url acme_server_url}."
|
3103
3392
|
},
|
3104
3393
|
"fqn": "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrl",
|
3105
3394
|
"initializer": {
|
3106
3395
|
"docs": {
|
3107
3396
|
"stability": "stable",
|
3108
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3397
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/data-sources/server_url acme_server_url} Data Source."
|
3109
3398
|
},
|
3110
3399
|
"locationInModule": {
|
3111
3400
|
"filename": "src/data-acme-server-url/index.ts",
|
@@ -3177,7 +3466,7 @@
|
|
3177
3466
|
},
|
3178
3467
|
{
|
3179
3468
|
"docs": {
|
3180
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3469
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/data-sources/server_url#import import section} in the documentation of this resource for the id to use",
|
3181
3470
|
"summary": "The id of the existing DataAcmeServerUrl that should be imported."
|
3182
3471
|
},
|
3183
3472
|
"name": "importFromId",
|
@@ -3345,7 +3634,7 @@
|
|
3345
3634
|
"docs": {
|
3346
3635
|
"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.",
|
3347
3636
|
"stability": "stable",
|
3348
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3637
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/data-sources/server_url#id DataAcmeServerUrl#id}."
|
3349
3638
|
},
|
3350
3639
|
"immutable": true,
|
3351
3640
|
"locationInModule": {
|
@@ -3366,13 +3655,13 @@
|
|
3366
3655
|
"base": "cdktf.TerraformProvider",
|
3367
3656
|
"docs": {
|
3368
3657
|
"stability": "stable",
|
3369
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3658
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs acme}."
|
3370
3659
|
},
|
3371
3660
|
"fqn": "@cdktf/provider-acme.provider.AcmeProvider",
|
3372
3661
|
"initializer": {
|
3373
3662
|
"docs": {
|
3374
3663
|
"stability": "stable",
|
3375
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3664
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs acme} Resource."
|
3376
3665
|
},
|
3377
3666
|
"locationInModule": {
|
3378
3667
|
"filename": "src/provider/index.ts",
|
@@ -3443,7 +3732,7 @@
|
|
3443
3732
|
},
|
3444
3733
|
{
|
3445
3734
|
"docs": {
|
3446
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3735
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs#import import section} in the documentation of this resource for the id to use",
|
3447
3736
|
"summary": "The id of the existing AcmeProvider that should be imported."
|
3448
3737
|
},
|
3449
3738
|
"name": "importFromId",
|
@@ -3624,7 +3913,7 @@
|
|
3624
3913
|
"abstract": true,
|
3625
3914
|
"docs": {
|
3626
3915
|
"stability": "stable",
|
3627
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3916
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs#server_url AcmeProvider#server_url}."
|
3628
3917
|
},
|
3629
3918
|
"immutable": true,
|
3630
3919
|
"locationInModule": {
|
@@ -3639,7 +3928,7 @@
|
|
3639
3928
|
{
|
3640
3929
|
"abstract": true,
|
3641
3930
|
"docs": {
|
3642
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3931
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs#alias AcmeProvider#alias}",
|
3643
3932
|
"stability": "stable",
|
3644
3933
|
"summary": "Alias name."
|
3645
3934
|
},
|
@@ -3662,13 +3951,13 @@
|
|
3662
3951
|
"base": "cdktf.TerraformResource",
|
3663
3952
|
"docs": {
|
3664
3953
|
"stability": "stable",
|
3665
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3954
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration acme_registration}."
|
3666
3955
|
},
|
3667
3956
|
"fqn": "@cdktf/provider-acme.registration.Registration",
|
3668
3957
|
"initializer": {
|
3669
3958
|
"docs": {
|
3670
3959
|
"stability": "stable",
|
3671
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3960
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration acme_registration} Resource."
|
3672
3961
|
},
|
3673
3962
|
"locationInModule": {
|
3674
3963
|
"filename": "src/registration/index.ts",
|
@@ -3739,7 +4028,7 @@
|
|
3739
4028
|
},
|
3740
4029
|
{
|
3741
4030
|
"docs": {
|
3742
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4031
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
|
3743
4032
|
"summary": "The id of the existing Registration that should be imported."
|
3744
4033
|
},
|
3745
4034
|
"name": "importFromId",
|
@@ -4143,7 +4432,7 @@
|
|
4143
4432
|
"abstract": true,
|
4144
4433
|
"docs": {
|
4145
4434
|
"stability": "stable",
|
4146
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4435
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#email_address Registration#email_address}."
|
4147
4436
|
},
|
4148
4437
|
"immutable": true,
|
4149
4438
|
"locationInModule": {
|
@@ -4159,7 +4448,7 @@
|
|
4159
4448
|
"abstract": true,
|
4160
4449
|
"docs": {
|
4161
4450
|
"stability": "stable",
|
4162
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4451
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#account_key_algorithm Registration#account_key_algorithm}."
|
4163
4452
|
},
|
4164
4453
|
"immutable": true,
|
4165
4454
|
"locationInModule": {
|
@@ -4176,7 +4465,7 @@
|
|
4176
4465
|
"abstract": true,
|
4177
4466
|
"docs": {
|
4178
4467
|
"stability": "stable",
|
4179
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4468
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#account_key_ecdsa_curve Registration#account_key_ecdsa_curve}."
|
4180
4469
|
},
|
4181
4470
|
"immutable": true,
|
4182
4471
|
"locationInModule": {
|
@@ -4193,7 +4482,7 @@
|
|
4193
4482
|
"abstract": true,
|
4194
4483
|
"docs": {
|
4195
4484
|
"stability": "stable",
|
4196
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4485
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
|
4197
4486
|
},
|
4198
4487
|
"immutable": true,
|
4199
4488
|
"locationInModule": {
|
@@ -4210,7 +4499,7 @@
|
|
4210
4499
|
"abstract": true,
|
4211
4500
|
"docs": {
|
4212
4501
|
"stability": "stable",
|
4213
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4502
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#account_key_rsa_bits Registration#account_key_rsa_bits}."
|
4214
4503
|
},
|
4215
4504
|
"immutable": true,
|
4216
4505
|
"locationInModule": {
|
@@ -4226,7 +4515,7 @@
|
|
4226
4515
|
{
|
4227
4516
|
"abstract": true,
|
4228
4517
|
"docs": {
|
4229
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4518
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
|
4230
4519
|
"stability": "stable",
|
4231
4520
|
"summary": "external_account_binding block."
|
4232
4521
|
},
|
@@ -4246,7 +4535,7 @@
|
|
4246
4535
|
"docs": {
|
4247
4536
|
"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.",
|
4248
4537
|
"stability": "stable",
|
4249
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4538
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#id Registration#id}."
|
4250
4539
|
},
|
4251
4540
|
"immutable": true,
|
4252
4541
|
"locationInModule": {
|
@@ -4281,7 +4570,7 @@
|
|
4281
4570
|
"abstract": true,
|
4282
4571
|
"docs": {
|
4283
4572
|
"stability": "stable",
|
4284
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4573
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
|
4285
4574
|
},
|
4286
4575
|
"immutable": true,
|
4287
4576
|
"locationInModule": {
|
@@ -4297,7 +4586,7 @@
|
|
4297
4586
|
"abstract": true,
|
4298
4587
|
"docs": {
|
4299
4588
|
"stability": "stable",
|
4300
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4589
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.34.0/docs/resources/registration#key_id Registration#key_id}."
|
4301
4590
|
},
|
4302
4591
|
"immutable": true,
|
4303
4592
|
"locationInModule": {
|
@@ -4430,6 +4719,6 @@
|
|
4430
4719
|
"symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
|
4431
4720
|
}
|
4432
4721
|
},
|
4433
|
-
"version": "12.0
|
4434
|
-
"fingerprint": "
|
4722
|
+
"version": "12.2.0",
|
4723
|
+
"fingerprint": "bSOrc8lb9BQEhcz9IEoMwedOubF4XDP4cdLQrtDh3Gs="
|
4435
4724
|
}
|