@cdktf/provider-acme 10.0.0 → 10.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +2 -2
- package/.jsii +254 -199
- package/README.md +4 -2
- package/lib/certificate/index.d.ts +41 -32
- package/lib/certificate/index.js +28 -13
- package/lib/provider/index.d.ts +5 -5
- package/lib/provider/index.js +6 -6
- package/lib/registration/index.d.ts +9 -9
- package/lib/registration/index.js +7 -7
- package/package.json +11 -13
- package/.copywrite.hcl +0 -24
- package/scripts/check-for-upgrades.js +0 -152
- package/scripts/should-release.js +0 -78
package/.jsii
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
11
|
"cdktf": "^0.19.0",
|
12
|
-
"constructs": "^10.
|
12
|
+
"constructs": "^10.3.0"
|
13
13
|
},
|
14
14
|
"dependencyClosure": {
|
15
15
|
"cdktf": {
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"stability": "stable"
|
73
73
|
},
|
74
74
|
"homepage": "https://github.com/cdktf/cdktf-provider-acme.git",
|
75
|
-
"jsiiVersion": "5.2.
|
75
|
+
"jsiiVersion": "5.2.35 (build f94b17a)",
|
76
76
|
"keywords": [
|
77
77
|
"acme",
|
78
78
|
"cdk",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
},
|
92
92
|
"name": "@cdktf/provider-acme",
|
93
93
|
"readme": {
|
94
|
-
"markdown": "\n# Terraform CDK acme Provider ~> 2.10\n\nThis repo builds and publishes the Terraform acme Provider bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-acme](https://www.npmjs.com/package/@cdktf/provider-acme).\n\n`npm install @cdktf/provider-acme`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-acme](https://pypi.org/project/cdktf-cdktf-provider-acme).\n\n`pipenv install cdktf-cdktf-provider-acme`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Acme`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-acme</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-acme-go`](https://github.com/cdktf/cdktf-provider-acme-go) package.\n\n`go get github.com/cdktf/cdktf-provider-acme-go/acme`\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-acme).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform acme Provider version 1:1. In fact, it always tracks `latest` of `~> 2.10` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by generating the [provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [Terraform CDK](https://cdk.tf)\n- [Terraform acme Provider](https://registry.terraform.io/providers/vancluever/acme/2.
|
94
|
+
"markdown": "\n# Terraform CDK acme Provider tracks ~> 2.10\n\nThis repo builds and publishes the Terraform acme Provider bindings for [CDK for Terraform](https://cdk.tf).\n\nIs based directly on acme 2.19.0\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-acme](https://www.npmjs.com/package/@cdktf/provider-acme).\n\n`npm install @cdktf/provider-acme`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-acme](https://pypi.org/project/cdktf-cdktf-provider-acme).\n\n`pipenv install cdktf-cdktf-provider-acme`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Acme).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Acme`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-acme).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-acme</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-acme-go`](https://github.com/cdktf/cdktf-provider-acme-go) package.\n\n`go get github.com/cdktf/cdktf-provider-acme-go/acme`\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-acme).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform acme Provider version 1:1. In fact, it always tracks `latest` of `~> 2.10` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by generating the [provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [Terraform CDK](https://cdk.tf)\n- [Terraform acme Provider](https://registry.terraform.io/providers/vancluever/acme/2.19.0)\n - This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-acme/releases)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [terraform cdk](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### projen\n\nThis is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on projen\n\nThere's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)\n"
|
95
95
|
},
|
96
96
|
"repository": {
|
97
97
|
"type": "git",
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"line": 7
|
106
106
|
},
|
107
107
|
"readme": {
|
108
|
-
"markdown": "# `acme_certificate`\n\nRefer to the Terraform Registory for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.
|
108
|
+
"markdown": "# `acme_certificate`\n\nRefer to the Terraform Registory for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate).\n"
|
109
109
|
},
|
110
110
|
"symbolId": "src/certificate/index:"
|
111
111
|
},
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"line": 9
|
116
116
|
},
|
117
117
|
"readme": {
|
118
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registory for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.
|
118
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registory for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs).\n"
|
119
119
|
},
|
120
120
|
"symbolId": "src/provider/index:"
|
121
121
|
},
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"line": 8
|
126
126
|
},
|
127
127
|
"readme": {
|
128
|
-
"markdown": "# `acme_registration`\n\nRefer to the Terraform Registory for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.
|
128
|
+
"markdown": "# `acme_registration`\n\nRefer to the Terraform Registory for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration).\n"
|
129
129
|
},
|
130
130
|
"symbolId": "src/registration/index:"
|
131
131
|
}
|
@@ -160,17 +160,17 @@
|
|
160
160
|
"base": "cdktf.TerraformResource",
|
161
161
|
"docs": {
|
162
162
|
"stability": "stable",
|
163
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
163
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate acme_certificate}."
|
164
164
|
},
|
165
165
|
"fqn": "@cdktf/provider-acme.certificate.Certificate",
|
166
166
|
"initializer": {
|
167
167
|
"docs": {
|
168
168
|
"stability": "stable",
|
169
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
169
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate acme_certificate} Resource."
|
170
170
|
},
|
171
171
|
"locationInModule": {
|
172
172
|
"filename": "src/certificate/index.ts",
|
173
|
-
"line":
|
173
|
+
"line": 619
|
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": 587
|
207
207
|
},
|
208
208
|
"methods": [
|
209
209
|
{
|
@@ -213,7 +213,7 @@
|
|
213
213
|
},
|
214
214
|
"locationInModule": {
|
215
215
|
"filename": "src/certificate/index.ts",
|
216
|
-
"line":
|
216
|
+
"line": 604
|
217
217
|
},
|
218
218
|
"name": "generateConfigForImport",
|
219
219
|
"parameters": [
|
@@ -237,7 +237,7 @@
|
|
237
237
|
},
|
238
238
|
{
|
239
239
|
"docs": {
|
240
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
240
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#import import section} in the documentation of this resource for the id to use",
|
241
241
|
"summary": "The id of the existing Certificate that should be imported."
|
242
242
|
},
|
243
243
|
"name": "importFromId",
|
@@ -269,7 +269,7 @@
|
|
269
269
|
},
|
270
270
|
"locationInModule": {
|
271
271
|
"filename": "src/certificate/index.ts",
|
272
|
-
"line":
|
272
|
+
"line": 956
|
273
273
|
},
|
274
274
|
"name": "putDnsChallenge",
|
275
275
|
"parameters": [
|
@@ -301,7 +301,7 @@
|
|
301
301
|
},
|
302
302
|
"locationInModule": {
|
303
303
|
"filename": "src/certificate/index.ts",
|
304
|
-
"line":
|
304
|
+
"line": 972
|
305
305
|
},
|
306
306
|
"name": "putHttpChallenge",
|
307
307
|
"parameters": [
|
@@ -319,7 +319,7 @@
|
|
319
319
|
},
|
320
320
|
"locationInModule": {
|
321
321
|
"filename": "src/certificate/index.ts",
|
322
|
-
"line":
|
322
|
+
"line": 988
|
323
323
|
},
|
324
324
|
"name": "putHttpMemcachedChallenge",
|
325
325
|
"parameters": [
|
@@ -337,7 +337,7 @@
|
|
337
337
|
},
|
338
338
|
"locationInModule": {
|
339
339
|
"filename": "src/certificate/index.ts",
|
340
|
-
"line":
|
340
|
+
"line": 1004
|
341
341
|
},
|
342
342
|
"name": "putHttpS3Challenge",
|
343
343
|
"parameters": [
|
@@ -355,7 +355,7 @@
|
|
355
355
|
},
|
356
356
|
"locationInModule": {
|
357
357
|
"filename": "src/certificate/index.ts",
|
358
|
-
"line":
|
358
|
+
"line": 1020
|
359
359
|
},
|
360
360
|
"name": "putHttpWebrootChallenge",
|
361
361
|
"parameters": [
|
@@ -373,7 +373,7 @@
|
|
373
373
|
},
|
374
374
|
"locationInModule": {
|
375
375
|
"filename": "src/certificate/index.ts",
|
376
|
-
"line":
|
376
|
+
"line": 1036
|
377
377
|
},
|
378
378
|
"name": "putTlsChallenge",
|
379
379
|
"parameters": [
|
@@ -391,7 +391,7 @@
|
|
391
391
|
},
|
392
392
|
"locationInModule": {
|
393
393
|
"filename": "src/certificate/index.ts",
|
394
|
-
"line":
|
394
|
+
"line": 715
|
395
395
|
},
|
396
396
|
"name": "resetCertificateP12Password"
|
397
397
|
},
|
@@ -401,7 +401,7 @@
|
|
401
401
|
},
|
402
402
|
"locationInModule": {
|
403
403
|
"filename": "src/certificate/index.ts",
|
404
|
-
"line":
|
404
|
+
"line": 736
|
405
405
|
},
|
406
406
|
"name": "resetCertificateRequestPem"
|
407
407
|
},
|
@@ -411,7 +411,7 @@
|
|
411
411
|
},
|
412
412
|
"locationInModule": {
|
413
413
|
"filename": "src/certificate/index.ts",
|
414
|
-
"line":
|
414
|
+
"line": 684
|
415
415
|
},
|
416
416
|
"name": "resetCertTimeout"
|
417
417
|
},
|
@@ -421,7 +421,7 @@
|
|
421
421
|
},
|
422
422
|
"locationInModule": {
|
423
423
|
"filename": "src/certificate/index.ts",
|
424
|
-
"line":
|
424
|
+
"line": 757
|
425
425
|
},
|
426
426
|
"name": "resetCommonName"
|
427
427
|
},
|
@@ -431,7 +431,7 @@
|
|
431
431
|
},
|
432
432
|
"locationInModule": {
|
433
433
|
"filename": "src/certificate/index.ts",
|
434
|
-
"line":
|
434
|
+
"line": 773
|
435
435
|
},
|
436
436
|
"name": "resetDisableCompletePropagation"
|
437
437
|
},
|
@@ -441,7 +441,7 @@
|
|
441
441
|
},
|
442
442
|
"locationInModule": {
|
443
443
|
"filename": "src/certificate/index.ts",
|
444
|
-
"line":
|
444
|
+
"line": 959
|
445
445
|
},
|
446
446
|
"name": "resetDnsChallenge"
|
447
447
|
},
|
@@ -451,7 +451,7 @@
|
|
451
451
|
},
|
452
452
|
"locationInModule": {
|
453
453
|
"filename": "src/certificate/index.ts",
|
454
|
-
"line":
|
454
|
+
"line": 975
|
455
455
|
},
|
456
456
|
"name": "resetHttpChallenge"
|
457
457
|
},
|
@@ -461,7 +461,7 @@
|
|
461
461
|
},
|
462
462
|
"locationInModule": {
|
463
463
|
"filename": "src/certificate/index.ts",
|
464
|
-
"line":
|
464
|
+
"line": 991
|
465
465
|
},
|
466
466
|
"name": "resetHttpMemcachedChallenge"
|
467
467
|
},
|
@@ -471,7 +471,7 @@
|
|
471
471
|
},
|
472
472
|
"locationInModule": {
|
473
473
|
"filename": "src/certificate/index.ts",
|
474
|
-
"line":
|
474
|
+
"line": 1007
|
475
475
|
},
|
476
476
|
"name": "resetHttpS3Challenge"
|
477
477
|
},
|
@@ -481,7 +481,7 @@
|
|
481
481
|
},
|
482
482
|
"locationInModule": {
|
483
483
|
"filename": "src/certificate/index.ts",
|
484
|
-
"line":
|
484
|
+
"line": 1023
|
485
485
|
},
|
486
486
|
"name": "resetHttpWebrootChallenge"
|
487
487
|
},
|
@@ -491,7 +491,7 @@
|
|
491
491
|
},
|
492
492
|
"locationInModule": {
|
493
493
|
"filename": "src/certificate/index.ts",
|
494
|
-
"line":
|
494
|
+
"line": 789
|
495
495
|
},
|
496
496
|
"name": "resetId"
|
497
497
|
},
|
@@ -501,7 +501,7 @@
|
|
501
501
|
},
|
502
502
|
"locationInModule": {
|
503
503
|
"filename": "src/certificate/index.ts",
|
504
|
-
"line":
|
504
|
+
"line": 810
|
505
505
|
},
|
506
506
|
"name": "resetKeyType"
|
507
507
|
},
|
@@ -511,7 +511,7 @@
|
|
511
511
|
},
|
512
512
|
"locationInModule": {
|
513
513
|
"filename": "src/certificate/index.ts",
|
514
|
-
"line":
|
514
|
+
"line": 826
|
515
515
|
},
|
516
516
|
"name": "resetMinDaysRemaining"
|
517
517
|
},
|
@@ -521,7 +521,7 @@
|
|
521
521
|
},
|
522
522
|
"locationInModule": {
|
523
523
|
"filename": "src/certificate/index.ts",
|
524
|
-
"line":
|
524
|
+
"line": 842
|
525
525
|
},
|
526
526
|
"name": "resetMustStaple"
|
527
527
|
},
|
@@ -531,7 +531,7 @@
|
|
531
531
|
},
|
532
532
|
"locationInModule": {
|
533
533
|
"filename": "src/certificate/index.ts",
|
534
|
-
"line":
|
534
|
+
"line": 858
|
535
535
|
},
|
536
536
|
"name": "resetPreCheckDelay"
|
537
537
|
},
|
@@ -541,7 +541,7 @@
|
|
541
541
|
},
|
542
542
|
"locationInModule": {
|
543
543
|
"filename": "src/certificate/index.ts",
|
544
|
-
"line":
|
544
|
+
"line": 874
|
545
545
|
},
|
546
546
|
"name": "resetPreferredChain"
|
547
547
|
},
|
@@ -551,7 +551,7 @@
|
|
551
551
|
},
|
552
552
|
"locationInModule": {
|
553
553
|
"filename": "src/certificate/index.ts",
|
554
|
-
"line":
|
554
|
+
"line": 895
|
555
555
|
},
|
556
556
|
"name": "resetRecursiveNameservers"
|
557
557
|
},
|
@@ -561,7 +561,7 @@
|
|
561
561
|
},
|
562
562
|
"locationInModule": {
|
563
563
|
"filename": "src/certificate/index.ts",
|
564
|
-
"line":
|
564
|
+
"line": 911
|
565
565
|
},
|
566
566
|
"name": "resetRevokeCertificateOnDestroy"
|
567
567
|
},
|
@@ -571,7 +571,17 @@
|
|
571
571
|
},
|
572
572
|
"locationInModule": {
|
573
573
|
"filename": "src/certificate/index.ts",
|
574
|
-
"line":
|
574
|
+
"line": 927
|
575
|
+
},
|
576
|
+
"name": "resetRevokeCertificateReason"
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"docs": {
|
580
|
+
"stability": "stable"
|
581
|
+
},
|
582
|
+
"locationInModule": {
|
583
|
+
"filename": "src/certificate/index.ts",
|
584
|
+
"line": 943
|
575
585
|
},
|
576
586
|
"name": "resetSubjectAlternativeNames"
|
577
587
|
},
|
@@ -581,7 +591,7 @@
|
|
581
591
|
},
|
582
592
|
"locationInModule": {
|
583
593
|
"filename": "src/certificate/index.ts",
|
584
|
-
"line":
|
594
|
+
"line": 1039
|
585
595
|
},
|
586
596
|
"name": "resetTlsChallenge"
|
587
597
|
},
|
@@ -591,7 +601,7 @@
|
|
591
601
|
},
|
592
602
|
"locationInModule": {
|
593
603
|
"filename": "src/certificate/index.ts",
|
594
|
-
"line":
|
604
|
+
"line": 1051
|
595
605
|
},
|
596
606
|
"name": "synthesizeAttributes",
|
597
607
|
"overrides": "cdktf.TerraformResource",
|
@@ -619,7 +629,7 @@
|
|
619
629
|
"immutable": true,
|
620
630
|
"locationInModule": {
|
621
631
|
"filename": "src/certificate/index.ts",
|
622
|
-
"line":
|
632
|
+
"line": 592
|
623
633
|
},
|
624
634
|
"name": "tfResourceType",
|
625
635
|
"static": true,
|
@@ -634,7 +644,7 @@
|
|
634
644
|
"immutable": true,
|
635
645
|
"locationInModule": {
|
636
646
|
"filename": "src/certificate/index.ts",
|
637
|
-
"line":
|
647
|
+
"line": 693
|
638
648
|
},
|
639
649
|
"name": "certificateDomain",
|
640
650
|
"type": {
|
@@ -648,7 +658,7 @@
|
|
648
658
|
"immutable": true,
|
649
659
|
"locationInModule": {
|
650
660
|
"filename": "src/certificate/index.ts",
|
651
|
-
"line":
|
661
|
+
"line": 698
|
652
662
|
},
|
653
663
|
"name": "certificateNotAfter",
|
654
664
|
"type": {
|
@@ -662,7 +672,7 @@
|
|
662
672
|
"immutable": true,
|
663
673
|
"locationInModule": {
|
664
674
|
"filename": "src/certificate/index.ts",
|
665
|
-
"line":
|
675
|
+
"line": 703
|
666
676
|
},
|
667
677
|
"name": "certificateP12",
|
668
678
|
"type": {
|
@@ -676,7 +686,7 @@
|
|
676
686
|
"immutable": true,
|
677
687
|
"locationInModule": {
|
678
688
|
"filename": "src/certificate/index.ts",
|
679
|
-
"line":
|
689
|
+
"line": 724
|
680
690
|
},
|
681
691
|
"name": "certificatePem",
|
682
692
|
"type": {
|
@@ -690,7 +700,7 @@
|
|
690
700
|
"immutable": true,
|
691
701
|
"locationInModule": {
|
692
702
|
"filename": "src/certificate/index.ts",
|
693
|
-
"line":
|
703
|
+
"line": 745
|
694
704
|
},
|
695
705
|
"name": "certificateUrl",
|
696
706
|
"type": {
|
@@ -704,7 +714,7 @@
|
|
704
714
|
"immutable": true,
|
705
715
|
"locationInModule": {
|
706
716
|
"filename": "src/certificate/index.ts",
|
707
|
-
"line":
|
717
|
+
"line": 953
|
708
718
|
},
|
709
719
|
"name": "dnsChallenge",
|
710
720
|
"type": {
|
@@ -718,7 +728,7 @@
|
|
718
728
|
"immutable": true,
|
719
729
|
"locationInModule": {
|
720
730
|
"filename": "src/certificate/index.ts",
|
721
|
-
"line":
|
731
|
+
"line": 969
|
722
732
|
},
|
723
733
|
"name": "httpChallenge",
|
724
734
|
"type": {
|
@@ -732,7 +742,7 @@
|
|
732
742
|
"immutable": true,
|
733
743
|
"locationInModule": {
|
734
744
|
"filename": "src/certificate/index.ts",
|
735
|
-
"line":
|
745
|
+
"line": 985
|
736
746
|
},
|
737
747
|
"name": "httpMemcachedChallenge",
|
738
748
|
"type": {
|
@@ -746,7 +756,7 @@
|
|
746
756
|
"immutable": true,
|
747
757
|
"locationInModule": {
|
748
758
|
"filename": "src/certificate/index.ts",
|
749
|
-
"line":
|
759
|
+
"line": 1001
|
750
760
|
},
|
751
761
|
"name": "httpS3Challenge",
|
752
762
|
"type": {
|
@@ -760,7 +770,7 @@
|
|
760
770
|
"immutable": true,
|
761
771
|
"locationInModule": {
|
762
772
|
"filename": "src/certificate/index.ts",
|
763
|
-
"line":
|
773
|
+
"line": 1017
|
764
774
|
},
|
765
775
|
"name": "httpWebrootChallenge",
|
766
776
|
"type": {
|
@@ -774,7 +784,7 @@
|
|
774
784
|
"immutable": true,
|
775
785
|
"locationInModule": {
|
776
786
|
"filename": "src/certificate/index.ts",
|
777
|
-
"line":
|
787
|
+
"line": 798
|
778
788
|
},
|
779
789
|
"name": "issuerPem",
|
780
790
|
"type": {
|
@@ -788,7 +798,7 @@
|
|
788
798
|
"immutable": true,
|
789
799
|
"locationInModule": {
|
790
800
|
"filename": "src/certificate/index.ts",
|
791
|
-
"line":
|
801
|
+
"line": 883
|
792
802
|
},
|
793
803
|
"name": "privateKeyPem",
|
794
804
|
"type": {
|
@@ -802,7 +812,7 @@
|
|
802
812
|
"immutable": true,
|
803
813
|
"locationInModule": {
|
804
814
|
"filename": "src/certificate/index.ts",
|
805
|
-
"line":
|
815
|
+
"line": 1033
|
806
816
|
},
|
807
817
|
"name": "tlsChallenge",
|
808
818
|
"type": {
|
@@ -816,7 +826,7 @@
|
|
816
826
|
"immutable": true,
|
817
827
|
"locationInModule": {
|
818
828
|
"filename": "src/certificate/index.ts",
|
819
|
-
"line":
|
829
|
+
"line": 672
|
820
830
|
},
|
821
831
|
"name": "accountKeyPemInput",
|
822
832
|
"optional": true,
|
@@ -831,7 +841,7 @@
|
|
831
841
|
"immutable": true,
|
832
842
|
"locationInModule": {
|
833
843
|
"filename": "src/certificate/index.ts",
|
834
|
-
"line":
|
844
|
+
"line": 719
|
835
845
|
},
|
836
846
|
"name": "certificateP12PasswordInput",
|
837
847
|
"optional": true,
|
@@ -846,7 +856,7 @@
|
|
846
856
|
"immutable": true,
|
847
857
|
"locationInModule": {
|
848
858
|
"filename": "src/certificate/index.ts",
|
849
|
-
"line":
|
859
|
+
"line": 740
|
850
860
|
},
|
851
861
|
"name": "certificateRequestPemInput",
|
852
862
|
"optional": true,
|
@@ -861,7 +871,7 @@
|
|
861
871
|
"immutable": true,
|
862
872
|
"locationInModule": {
|
863
873
|
"filename": "src/certificate/index.ts",
|
864
|
-
"line":
|
874
|
+
"line": 688
|
865
875
|
},
|
866
876
|
"name": "certTimeoutInput",
|
867
877
|
"optional": true,
|
@@ -876,7 +886,7 @@
|
|
876
886
|
"immutable": true,
|
877
887
|
"locationInModule": {
|
878
888
|
"filename": "src/certificate/index.ts",
|
879
|
-
"line":
|
889
|
+
"line": 761
|
880
890
|
},
|
881
891
|
"name": "commonNameInput",
|
882
892
|
"optional": true,
|
@@ -891,7 +901,7 @@
|
|
891
901
|
"immutable": true,
|
892
902
|
"locationInModule": {
|
893
903
|
"filename": "src/certificate/index.ts",
|
894
|
-
"line":
|
904
|
+
"line": 777
|
895
905
|
},
|
896
906
|
"name": "disableCompletePropagationInput",
|
897
907
|
"optional": true,
|
@@ -915,7 +925,7 @@
|
|
915
925
|
"immutable": true,
|
916
926
|
"locationInModule": {
|
917
927
|
"filename": "src/certificate/index.ts",
|
918
|
-
"line":
|
928
|
+
"line": 963
|
919
929
|
},
|
920
930
|
"name": "dnsChallengeInput",
|
921
931
|
"optional": true,
|
@@ -944,7 +954,7 @@
|
|
944
954
|
"immutable": true,
|
945
955
|
"locationInModule": {
|
946
956
|
"filename": "src/certificate/index.ts",
|
947
|
-
"line":
|
957
|
+
"line": 979
|
948
958
|
},
|
949
959
|
"name": "httpChallengeInput",
|
950
960
|
"optional": true,
|
@@ -959,7 +969,7 @@
|
|
959
969
|
"immutable": true,
|
960
970
|
"locationInModule": {
|
961
971
|
"filename": "src/certificate/index.ts",
|
962
|
-
"line":
|
972
|
+
"line": 995
|
963
973
|
},
|
964
974
|
"name": "httpMemcachedChallengeInput",
|
965
975
|
"optional": true,
|
@@ -974,7 +984,7 @@
|
|
974
984
|
"immutable": true,
|
975
985
|
"locationInModule": {
|
976
986
|
"filename": "src/certificate/index.ts",
|
977
|
-
"line":
|
987
|
+
"line": 1011
|
978
988
|
},
|
979
989
|
"name": "httpS3ChallengeInput",
|
980
990
|
"optional": true,
|
@@ -989,7 +999,7 @@
|
|
989
999
|
"immutable": true,
|
990
1000
|
"locationInModule": {
|
991
1001
|
"filename": "src/certificate/index.ts",
|
992
|
-
"line":
|
1002
|
+
"line": 1027
|
993
1003
|
},
|
994
1004
|
"name": "httpWebrootChallengeInput",
|
995
1005
|
"optional": true,
|
@@ -1004,7 +1014,7 @@
|
|
1004
1014
|
"immutable": true,
|
1005
1015
|
"locationInModule": {
|
1006
1016
|
"filename": "src/certificate/index.ts",
|
1007
|
-
"line":
|
1017
|
+
"line": 793
|
1008
1018
|
},
|
1009
1019
|
"name": "idInput",
|
1010
1020
|
"optional": true,
|
@@ -1019,7 +1029,7 @@
|
|
1019
1029
|
"immutable": true,
|
1020
1030
|
"locationInModule": {
|
1021
1031
|
"filename": "src/certificate/index.ts",
|
1022
|
-
"line":
|
1032
|
+
"line": 814
|
1023
1033
|
},
|
1024
1034
|
"name": "keyTypeInput",
|
1025
1035
|
"optional": true,
|
@@ -1034,7 +1044,7 @@
|
|
1034
1044
|
"immutable": true,
|
1035
1045
|
"locationInModule": {
|
1036
1046
|
"filename": "src/certificate/index.ts",
|
1037
|
-
"line":
|
1047
|
+
"line": 830
|
1038
1048
|
},
|
1039
1049
|
"name": "minDaysRemainingInput",
|
1040
1050
|
"optional": true,
|
@@ -1049,7 +1059,7 @@
|
|
1049
1059
|
"immutable": true,
|
1050
1060
|
"locationInModule": {
|
1051
1061
|
"filename": "src/certificate/index.ts",
|
1052
|
-
"line":
|
1062
|
+
"line": 846
|
1053
1063
|
},
|
1054
1064
|
"name": "mustStapleInput",
|
1055
1065
|
"optional": true,
|
@@ -1073,7 +1083,7 @@
|
|
1073
1083
|
"immutable": true,
|
1074
1084
|
"locationInModule": {
|
1075
1085
|
"filename": "src/certificate/index.ts",
|
1076
|
-
"line":
|
1086
|
+
"line": 862
|
1077
1087
|
},
|
1078
1088
|
"name": "preCheckDelayInput",
|
1079
1089
|
"optional": true,
|
@@ -1088,7 +1098,7 @@
|
|
1088
1098
|
"immutable": true,
|
1089
1099
|
"locationInModule": {
|
1090
1100
|
"filename": "src/certificate/index.ts",
|
1091
|
-
"line":
|
1101
|
+
"line": 878
|
1092
1102
|
},
|
1093
1103
|
"name": "preferredChainInput",
|
1094
1104
|
"optional": true,
|
@@ -1103,7 +1113,7 @@
|
|
1103
1113
|
"immutable": true,
|
1104
1114
|
"locationInModule": {
|
1105
1115
|
"filename": "src/certificate/index.ts",
|
1106
|
-
"line":
|
1116
|
+
"line": 899
|
1107
1117
|
},
|
1108
1118
|
"name": "recursiveNameserversInput",
|
1109
1119
|
"optional": true,
|
@@ -1123,7 +1133,7 @@
|
|
1123
1133
|
"immutable": true,
|
1124
1134
|
"locationInModule": {
|
1125
1135
|
"filename": "src/certificate/index.ts",
|
1126
|
-
"line":
|
1136
|
+
"line": 915
|
1127
1137
|
},
|
1128
1138
|
"name": "revokeCertificateOnDestroyInput",
|
1129
1139
|
"optional": true,
|
@@ -1147,7 +1157,22 @@
|
|
1147
1157
|
"immutable": true,
|
1148
1158
|
"locationInModule": {
|
1149
1159
|
"filename": "src/certificate/index.ts",
|
1150
|
-
"line":
|
1160
|
+
"line": 931
|
1161
|
+
},
|
1162
|
+
"name": "revokeCertificateReasonInput",
|
1163
|
+
"optional": true,
|
1164
|
+
"type": {
|
1165
|
+
"primitive": "string"
|
1166
|
+
}
|
1167
|
+
},
|
1168
|
+
{
|
1169
|
+
"docs": {
|
1170
|
+
"stability": "stable"
|
1171
|
+
},
|
1172
|
+
"immutable": true,
|
1173
|
+
"locationInModule": {
|
1174
|
+
"filename": "src/certificate/index.ts",
|
1175
|
+
"line": 947
|
1151
1176
|
},
|
1152
1177
|
"name": "subjectAlternativeNamesInput",
|
1153
1178
|
"optional": true,
|
@@ -1167,7 +1192,7 @@
|
|
1167
1192
|
"immutable": true,
|
1168
1193
|
"locationInModule": {
|
1169
1194
|
"filename": "src/certificate/index.ts",
|
1170
|
-
"line":
|
1195
|
+
"line": 1043
|
1171
1196
|
},
|
1172
1197
|
"name": "tlsChallengeInput",
|
1173
1198
|
"optional": true,
|
@@ -1181,7 +1206,7 @@
|
|
1181
1206
|
},
|
1182
1207
|
"locationInModule": {
|
1183
1208
|
"filename": "src/certificate/index.ts",
|
1184
|
-
"line":
|
1209
|
+
"line": 665
|
1185
1210
|
},
|
1186
1211
|
"name": "accountKeyPem",
|
1187
1212
|
"type": {
|
@@ -1194,7 +1219,7 @@
|
|
1194
1219
|
},
|
1195
1220
|
"locationInModule": {
|
1196
1221
|
"filename": "src/certificate/index.ts",
|
1197
|
-
"line":
|
1222
|
+
"line": 709
|
1198
1223
|
},
|
1199
1224
|
"name": "certificateP12Password",
|
1200
1225
|
"type": {
|
@@ -1207,7 +1232,7 @@
|
|
1207
1232
|
},
|
1208
1233
|
"locationInModule": {
|
1209
1234
|
"filename": "src/certificate/index.ts",
|
1210
|
-
"line":
|
1235
|
+
"line": 730
|
1211
1236
|
},
|
1212
1237
|
"name": "certificateRequestPem",
|
1213
1238
|
"type": {
|
@@ -1220,7 +1245,7 @@
|
|
1220
1245
|
},
|
1221
1246
|
"locationInModule": {
|
1222
1247
|
"filename": "src/certificate/index.ts",
|
1223
|
-
"line":
|
1248
|
+
"line": 678
|
1224
1249
|
},
|
1225
1250
|
"name": "certTimeout",
|
1226
1251
|
"type": {
|
@@ -1233,7 +1258,7 @@
|
|
1233
1258
|
},
|
1234
1259
|
"locationInModule": {
|
1235
1260
|
"filename": "src/certificate/index.ts",
|
1236
|
-
"line":
|
1261
|
+
"line": 751
|
1237
1262
|
},
|
1238
1263
|
"name": "commonName",
|
1239
1264
|
"type": {
|
@@ -1246,7 +1271,7 @@
|
|
1246
1271
|
},
|
1247
1272
|
"locationInModule": {
|
1248
1273
|
"filename": "src/certificate/index.ts",
|
1249
|
-
"line":
|
1274
|
+
"line": 767
|
1250
1275
|
},
|
1251
1276
|
"name": "disableCompletePropagation",
|
1252
1277
|
"type": {
|
@@ -1268,7 +1293,7 @@
|
|
1268
1293
|
},
|
1269
1294
|
"locationInModule": {
|
1270
1295
|
"filename": "src/certificate/index.ts",
|
1271
|
-
"line":
|
1296
|
+
"line": 783
|
1272
1297
|
},
|
1273
1298
|
"name": "id",
|
1274
1299
|
"type": {
|
@@ -1281,7 +1306,7 @@
|
|
1281
1306
|
},
|
1282
1307
|
"locationInModule": {
|
1283
1308
|
"filename": "src/certificate/index.ts",
|
1284
|
-
"line":
|
1309
|
+
"line": 804
|
1285
1310
|
},
|
1286
1311
|
"name": "keyType",
|
1287
1312
|
"type": {
|
@@ -1294,7 +1319,7 @@
|
|
1294
1319
|
},
|
1295
1320
|
"locationInModule": {
|
1296
1321
|
"filename": "src/certificate/index.ts",
|
1297
|
-
"line":
|
1322
|
+
"line": 820
|
1298
1323
|
},
|
1299
1324
|
"name": "minDaysRemaining",
|
1300
1325
|
"type": {
|
@@ -1307,7 +1332,7 @@
|
|
1307
1332
|
},
|
1308
1333
|
"locationInModule": {
|
1309
1334
|
"filename": "src/certificate/index.ts",
|
1310
|
-
"line":
|
1335
|
+
"line": 836
|
1311
1336
|
},
|
1312
1337
|
"name": "mustStaple",
|
1313
1338
|
"type": {
|
@@ -1329,7 +1354,7 @@
|
|
1329
1354
|
},
|
1330
1355
|
"locationInModule": {
|
1331
1356
|
"filename": "src/certificate/index.ts",
|
1332
|
-
"line":
|
1357
|
+
"line": 852
|
1333
1358
|
},
|
1334
1359
|
"name": "preCheckDelay",
|
1335
1360
|
"type": {
|
@@ -1342,7 +1367,7 @@
|
|
1342
1367
|
},
|
1343
1368
|
"locationInModule": {
|
1344
1369
|
"filename": "src/certificate/index.ts",
|
1345
|
-
"line":
|
1370
|
+
"line": 868
|
1346
1371
|
},
|
1347
1372
|
"name": "preferredChain",
|
1348
1373
|
"type": {
|
@@ -1355,7 +1380,7 @@
|
|
1355
1380
|
},
|
1356
1381
|
"locationInModule": {
|
1357
1382
|
"filename": "src/certificate/index.ts",
|
1358
|
-
"line":
|
1383
|
+
"line": 889
|
1359
1384
|
},
|
1360
1385
|
"name": "recursiveNameservers",
|
1361
1386
|
"type": {
|
@@ -1373,7 +1398,7 @@
|
|
1373
1398
|
},
|
1374
1399
|
"locationInModule": {
|
1375
1400
|
"filename": "src/certificate/index.ts",
|
1376
|
-
"line":
|
1401
|
+
"line": 905
|
1377
1402
|
},
|
1378
1403
|
"name": "revokeCertificateOnDestroy",
|
1379
1404
|
"type": {
|
@@ -1395,7 +1420,20 @@
|
|
1395
1420
|
},
|
1396
1421
|
"locationInModule": {
|
1397
1422
|
"filename": "src/certificate/index.ts",
|
1398
|
-
"line":
|
1423
|
+
"line": 921
|
1424
|
+
},
|
1425
|
+
"name": "revokeCertificateReason",
|
1426
|
+
"type": {
|
1427
|
+
"primitive": "string"
|
1428
|
+
}
|
1429
|
+
},
|
1430
|
+
{
|
1431
|
+
"docs": {
|
1432
|
+
"stability": "stable"
|
1433
|
+
},
|
1434
|
+
"locationInModule": {
|
1435
|
+
"filename": "src/certificate/index.ts",
|
1436
|
+
"line": 937
|
1399
1437
|
},
|
1400
1438
|
"name": "subjectAlternativeNames",
|
1401
1439
|
"type": {
|
@@ -1432,7 +1470,7 @@
|
|
1432
1470
|
"abstract": true,
|
1433
1471
|
"docs": {
|
1434
1472
|
"stability": "stable",
|
1435
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1473
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
|
1436
1474
|
},
|
1437
1475
|
"immutable": true,
|
1438
1476
|
"locationInModule": {
|
@@ -1448,7 +1486,7 @@
|
|
1448
1486
|
"abstract": true,
|
1449
1487
|
"docs": {
|
1450
1488
|
"stability": "stable",
|
1451
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1489
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
|
1452
1490
|
},
|
1453
1491
|
"immutable": true,
|
1454
1492
|
"locationInModule": {
|
@@ -1465,7 +1503,7 @@
|
|
1465
1503
|
"abstract": true,
|
1466
1504
|
"docs": {
|
1467
1505
|
"stability": "stable",
|
1468
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1506
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
|
1469
1507
|
},
|
1470
1508
|
"immutable": true,
|
1471
1509
|
"locationInModule": {
|
@@ -1482,7 +1520,7 @@
|
|
1482
1520
|
"abstract": true,
|
1483
1521
|
"docs": {
|
1484
1522
|
"stability": "stable",
|
1485
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1523
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
|
1486
1524
|
},
|
1487
1525
|
"immutable": true,
|
1488
1526
|
"locationInModule": {
|
@@ -1499,7 +1537,7 @@
|
|
1499
1537
|
"abstract": true,
|
1500
1538
|
"docs": {
|
1501
1539
|
"stability": "stable",
|
1502
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1540
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#common_name Certificate#common_name}."
|
1503
1541
|
},
|
1504
1542
|
"immutable": true,
|
1505
1543
|
"locationInModule": {
|
@@ -1516,7 +1554,7 @@
|
|
1516
1554
|
"abstract": true,
|
1517
1555
|
"docs": {
|
1518
1556
|
"stability": "stable",
|
1519
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1557
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
|
1520
1558
|
},
|
1521
1559
|
"immutable": true,
|
1522
1560
|
"locationInModule": {
|
@@ -1541,14 +1579,14 @@
|
|
1541
1579
|
{
|
1542
1580
|
"abstract": true,
|
1543
1581
|
"docs": {
|
1544
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1582
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
|
1545
1583
|
"stability": "stable",
|
1546
1584
|
"summary": "dns_challenge block."
|
1547
1585
|
},
|
1548
1586
|
"immutable": true,
|
1549
1587
|
"locationInModule": {
|
1550
1588
|
"filename": "src/certificate/index.ts",
|
1551
|
-
"line":
|
1589
|
+
"line": 87
|
1552
1590
|
},
|
1553
1591
|
"name": "dnsChallenge",
|
1554
1592
|
"optional": true,
|
@@ -1573,14 +1611,14 @@
|
|
1573
1611
|
{
|
1574
1612
|
"abstract": true,
|
1575
1613
|
"docs": {
|
1576
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1614
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
|
1577
1615
|
"stability": "stable",
|
1578
1616
|
"summary": "http_challenge block."
|
1579
1617
|
},
|
1580
1618
|
"immutable": true,
|
1581
1619
|
"locationInModule": {
|
1582
1620
|
"filename": "src/certificate/index.ts",
|
1583
|
-
"line":
|
1621
|
+
"line": 93
|
1584
1622
|
},
|
1585
1623
|
"name": "httpChallenge",
|
1586
1624
|
"optional": true,
|
@@ -1591,14 +1629,14 @@
|
|
1591
1629
|
{
|
1592
1630
|
"abstract": true,
|
1593
1631
|
"docs": {
|
1594
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1632
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
|
1595
1633
|
"stability": "stable",
|
1596
1634
|
"summary": "http_memcached_challenge block."
|
1597
1635
|
},
|
1598
1636
|
"immutable": true,
|
1599
1637
|
"locationInModule": {
|
1600
1638
|
"filename": "src/certificate/index.ts",
|
1601
|
-
"line":
|
1639
|
+
"line": 99
|
1602
1640
|
},
|
1603
1641
|
"name": "httpMemcachedChallenge",
|
1604
1642
|
"optional": true,
|
@@ -1609,14 +1647,14 @@
|
|
1609
1647
|
{
|
1610
1648
|
"abstract": true,
|
1611
1649
|
"docs": {
|
1612
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1650
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
|
1613
1651
|
"stability": "stable",
|
1614
1652
|
"summary": "http_s3_challenge block."
|
1615
1653
|
},
|
1616
1654
|
"immutable": true,
|
1617
1655
|
"locationInModule": {
|
1618
1656
|
"filename": "src/certificate/index.ts",
|
1619
|
-
"line":
|
1657
|
+
"line": 105
|
1620
1658
|
},
|
1621
1659
|
"name": "httpS3Challenge",
|
1622
1660
|
"optional": true,
|
@@ -1627,14 +1665,14 @@
|
|
1627
1665
|
{
|
1628
1666
|
"abstract": true,
|
1629
1667
|
"docs": {
|
1630
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1668
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
|
1631
1669
|
"stability": "stable",
|
1632
1670
|
"summary": "http_webroot_challenge block."
|
1633
1671
|
},
|
1634
1672
|
"immutable": true,
|
1635
1673
|
"locationInModule": {
|
1636
1674
|
"filename": "src/certificate/index.ts",
|
1637
|
-
"line":
|
1675
|
+
"line": 111
|
1638
1676
|
},
|
1639
1677
|
"name": "httpWebrootChallenge",
|
1640
1678
|
"optional": true,
|
@@ -1647,7 +1685,7 @@
|
|
1647
1685
|
"docs": {
|
1648
1686
|
"remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
|
1649
1687
|
"stability": "stable",
|
1650
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1688
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#id Certificate#id}."
|
1651
1689
|
},
|
1652
1690
|
"immutable": true,
|
1653
1691
|
"locationInModule": {
|
@@ -1664,7 +1702,7 @@
|
|
1664
1702
|
"abstract": true,
|
1665
1703
|
"docs": {
|
1666
1704
|
"stability": "stable",
|
1667
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1705
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#key_type Certificate#key_type}."
|
1668
1706
|
},
|
1669
1707
|
"immutable": true,
|
1670
1708
|
"locationInModule": {
|
@@ -1681,7 +1719,7 @@
|
|
1681
1719
|
"abstract": true,
|
1682
1720
|
"docs": {
|
1683
1721
|
"stability": "stable",
|
1684
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1722
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
|
1685
1723
|
},
|
1686
1724
|
"immutable": true,
|
1687
1725
|
"locationInModule": {
|
@@ -1698,7 +1736,7 @@
|
|
1698
1736
|
"abstract": true,
|
1699
1737
|
"docs": {
|
1700
1738
|
"stability": "stable",
|
1701
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1739
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#must_staple Certificate#must_staple}."
|
1702
1740
|
},
|
1703
1741
|
"immutable": true,
|
1704
1742
|
"locationInModule": {
|
@@ -1724,7 +1762,7 @@
|
|
1724
1762
|
"abstract": true,
|
1725
1763
|
"docs": {
|
1726
1764
|
"stability": "stable",
|
1727
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1765
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
|
1728
1766
|
},
|
1729
1767
|
"immutable": true,
|
1730
1768
|
"locationInModule": {
|
@@ -1741,7 +1779,7 @@
|
|
1741
1779
|
"abstract": true,
|
1742
1780
|
"docs": {
|
1743
1781
|
"stability": "stable",
|
1744
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1782
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
|
1745
1783
|
},
|
1746
1784
|
"immutable": true,
|
1747
1785
|
"locationInModule": {
|
@@ -1758,7 +1796,7 @@
|
|
1758
1796
|
"abstract": true,
|
1759
1797
|
"docs": {
|
1760
1798
|
"stability": "stable",
|
1761
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1799
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
|
1762
1800
|
},
|
1763
1801
|
"immutable": true,
|
1764
1802
|
"locationInModule": {
|
@@ -1780,7 +1818,7 @@
|
|
1780
1818
|
"abstract": true,
|
1781
1819
|
"docs": {
|
1782
1820
|
"stability": "stable",
|
1783
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1821
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
|
1784
1822
|
},
|
1785
1823
|
"immutable": true,
|
1786
1824
|
"locationInModule": {
|
@@ -1806,13 +1844,30 @@
|
|
1806
1844
|
"abstract": true,
|
1807
1845
|
"docs": {
|
1808
1846
|
"stability": "stable",
|
1809
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1847
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
|
1810
1848
|
},
|
1811
1849
|
"immutable": true,
|
1812
1850
|
"locationInModule": {
|
1813
1851
|
"filename": "src/certificate/index.ts",
|
1814
1852
|
"line": 77
|
1815
1853
|
},
|
1854
|
+
"name": "revokeCertificateReason",
|
1855
|
+
"optional": true,
|
1856
|
+
"type": {
|
1857
|
+
"primitive": "string"
|
1858
|
+
}
|
1859
|
+
},
|
1860
|
+
{
|
1861
|
+
"abstract": true,
|
1862
|
+
"docs": {
|
1863
|
+
"stability": "stable",
|
1864
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
|
1865
|
+
},
|
1866
|
+
"immutable": true,
|
1867
|
+
"locationInModule": {
|
1868
|
+
"filename": "src/certificate/index.ts",
|
1869
|
+
"line": 81
|
1870
|
+
},
|
1816
1871
|
"name": "subjectAlternativeNames",
|
1817
1872
|
"optional": true,
|
1818
1873
|
"type": {
|
@@ -1827,14 +1882,14 @@
|
|
1827
1882
|
{
|
1828
1883
|
"abstract": true,
|
1829
1884
|
"docs": {
|
1830
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1885
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
|
1831
1886
|
"stability": "stable",
|
1832
1887
|
"summary": "tls_challenge block."
|
1833
1888
|
},
|
1834
1889
|
"immutable": true,
|
1835
1890
|
"locationInModule": {
|
1836
1891
|
"filename": "src/certificate/index.ts",
|
1837
|
-
"line":
|
1892
|
+
"line": 117
|
1838
1893
|
},
|
1839
1894
|
"name": "tlsChallenge",
|
1840
1895
|
"optional": true,
|
@@ -1855,7 +1910,7 @@
|
|
1855
1910
|
"kind": "interface",
|
1856
1911
|
"locationInModule": {
|
1857
1912
|
"filename": "src/certificate/index.ts",
|
1858
|
-
"line":
|
1913
|
+
"line": 119
|
1859
1914
|
},
|
1860
1915
|
"name": "CertificateDnsChallenge",
|
1861
1916
|
"namespace": "certificate",
|
@@ -1864,12 +1919,12 @@
|
|
1864
1919
|
"abstract": true,
|
1865
1920
|
"docs": {
|
1866
1921
|
"stability": "stable",
|
1867
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1922
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#provider Certificate#provider}."
|
1868
1923
|
},
|
1869
1924
|
"immutable": true,
|
1870
1925
|
"locationInModule": {
|
1871
1926
|
"filename": "src/certificate/index.ts",
|
1872
|
-
"line":
|
1927
|
+
"line": 127
|
1873
1928
|
},
|
1874
1929
|
"name": "provider",
|
1875
1930
|
"type": {
|
@@ -1880,12 +1935,12 @@
|
|
1880
1935
|
"abstract": true,
|
1881
1936
|
"docs": {
|
1882
1937
|
"stability": "stable",
|
1883
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1938
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#config Certificate#config}."
|
1884
1939
|
},
|
1885
1940
|
"immutable": true,
|
1886
1941
|
"locationInModule": {
|
1887
1942
|
"filename": "src/certificate/index.ts",
|
1888
|
-
"line":
|
1943
|
+
"line": 123
|
1889
1944
|
},
|
1890
1945
|
"name": "config",
|
1891
1946
|
"optional": true,
|
@@ -1914,7 +1969,7 @@
|
|
1914
1969
|
},
|
1915
1970
|
"locationInModule": {
|
1916
1971
|
"filename": "src/certificate/index.ts",
|
1917
|
-
"line":
|
1972
|
+
"line": 229
|
1918
1973
|
},
|
1919
1974
|
"parameters": [
|
1920
1975
|
{
|
@@ -1949,7 +2004,7 @@
|
|
1949
2004
|
"kind": "class",
|
1950
2005
|
"locationInModule": {
|
1951
2006
|
"filename": "src/certificate/index.ts",
|
1952
|
-
"line":
|
2007
|
+
"line": 221
|
1953
2008
|
},
|
1954
2009
|
"methods": [
|
1955
2010
|
{
|
@@ -1958,7 +2013,7 @@
|
|
1958
2013
|
},
|
1959
2014
|
"locationInModule": {
|
1960
2015
|
"filename": "src/certificate/index.ts",
|
1961
|
-
"line":
|
2016
|
+
"line": 236
|
1962
2017
|
},
|
1963
2018
|
"name": "get",
|
1964
2019
|
"parameters": [
|
@@ -1989,7 +2044,7 @@
|
|
1989
2044
|
},
|
1990
2045
|
"locationInModule": {
|
1991
2046
|
"filename": "src/certificate/index.ts",
|
1992
|
-
"line":
|
2047
|
+
"line": 229
|
1993
2048
|
},
|
1994
2049
|
"name": "terraformAttribute",
|
1995
2050
|
"overrides": "cdktf.ComplexList",
|
@@ -2005,7 +2060,7 @@
|
|
2005
2060
|
},
|
2006
2061
|
"locationInModule": {
|
2007
2062
|
"filename": "src/certificate/index.ts",
|
2008
|
-
"line":
|
2063
|
+
"line": 229
|
2009
2064
|
},
|
2010
2065
|
"name": "terraformResource",
|
2011
2066
|
"overrides": "cdktf.ComplexList",
|
@@ -2021,7 +2076,7 @@
|
|
2021
2076
|
},
|
2022
2077
|
"locationInModule": {
|
2023
2078
|
"filename": "src/certificate/index.ts",
|
2024
|
-
"line":
|
2079
|
+
"line": 229
|
2025
2080
|
},
|
2026
2081
|
"name": "wrapsSet",
|
2027
2082
|
"overrides": "cdktf.ComplexList",
|
@@ -2036,7 +2091,7 @@
|
|
2036
2091
|
},
|
2037
2092
|
"locationInModule": {
|
2038
2093
|
"filename": "src/certificate/index.ts",
|
2039
|
-
"line":
|
2094
|
+
"line": 222
|
2040
2095
|
},
|
2041
2096
|
"name": "internalValue",
|
2042
2097
|
"optional": true,
|
@@ -2074,7 +2129,7 @@
|
|
2074
2129
|
},
|
2075
2130
|
"locationInModule": {
|
2076
2131
|
"filename": "src/certificate/index.ts",
|
2077
|
-
"line":
|
2132
|
+
"line": 151
|
2078
2133
|
},
|
2079
2134
|
"parameters": [
|
2080
2135
|
{
|
@@ -2118,7 +2173,7 @@
|
|
2118
2173
|
"kind": "class",
|
2119
2174
|
"locationInModule": {
|
2120
2175
|
"filename": "src/certificate/index.ts",
|
2121
|
-
"line":
|
2176
|
+
"line": 141
|
2122
2177
|
},
|
2123
2178
|
"methods": [
|
2124
2179
|
{
|
@@ -2127,7 +2182,7 @@
|
|
2127
2182
|
},
|
2128
2183
|
"locationInModule": {
|
2129
2184
|
"filename": "src/certificate/index.ts",
|
2130
|
-
"line":
|
2185
|
+
"line": 199
|
2131
2186
|
},
|
2132
2187
|
"name": "resetConfig"
|
2133
2188
|
}
|
@@ -2142,7 +2197,7 @@
|
|
2142
2197
|
"immutable": true,
|
2143
2198
|
"locationInModule": {
|
2144
2199
|
"filename": "src/certificate/index.ts",
|
2145
|
-
"line":
|
2200
|
+
"line": 203
|
2146
2201
|
},
|
2147
2202
|
"name": "configInput",
|
2148
2203
|
"optional": true,
|
@@ -2162,7 +2217,7 @@
|
|
2162
2217
|
"immutable": true,
|
2163
2218
|
"locationInModule": {
|
2164
2219
|
"filename": "src/certificate/index.ts",
|
2165
|
-
"line":
|
2220
|
+
"line": 216
|
2166
2221
|
},
|
2167
2222
|
"name": "providerInput",
|
2168
2223
|
"optional": true,
|
@@ -2176,7 +2231,7 @@
|
|
2176
2231
|
},
|
2177
2232
|
"locationInModule": {
|
2178
2233
|
"filename": "src/certificate/index.ts",
|
2179
|
-
"line":
|
2234
|
+
"line": 193
|
2180
2235
|
},
|
2181
2236
|
"name": "config",
|
2182
2237
|
"type": {
|
@@ -2194,7 +2249,7 @@
|
|
2194
2249
|
},
|
2195
2250
|
"locationInModule": {
|
2196
2251
|
"filename": "src/certificate/index.ts",
|
2197
|
-
"line":
|
2252
|
+
"line": 209
|
2198
2253
|
},
|
2199
2254
|
"name": "provider",
|
2200
2255
|
"type": {
|
@@ -2207,7 +2262,7 @@
|
|
2207
2262
|
},
|
2208
2263
|
"locationInModule": {
|
2209
2264
|
"filename": "src/certificate/index.ts",
|
2210
|
-
"line":
|
2265
|
+
"line": 155
|
2211
2266
|
},
|
2212
2267
|
"name": "internalValue",
|
2213
2268
|
"optional": true,
|
@@ -2237,7 +2292,7 @@
|
|
2237
2292
|
"kind": "interface",
|
2238
2293
|
"locationInModule": {
|
2239
2294
|
"filename": "src/certificate/index.ts",
|
2240
|
-
"line":
|
2295
|
+
"line": 240
|
2241
2296
|
},
|
2242
2297
|
"name": "CertificateHttpChallenge",
|
2243
2298
|
"namespace": "certificate",
|
@@ -2246,12 +2301,12 @@
|
|
2246
2301
|
"abstract": true,
|
2247
2302
|
"docs": {
|
2248
2303
|
"stability": "stable",
|
2249
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2304
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#port Certificate#port}."
|
2250
2305
|
},
|
2251
2306
|
"immutable": true,
|
2252
2307
|
"locationInModule": {
|
2253
2308
|
"filename": "src/certificate/index.ts",
|
2254
|
-
"line":
|
2309
|
+
"line": 244
|
2255
2310
|
},
|
2256
2311
|
"name": "port",
|
2257
2312
|
"optional": true,
|
@@ -2263,12 +2318,12 @@
|
|
2263
2318
|
"abstract": true,
|
2264
2319
|
"docs": {
|
2265
2320
|
"stability": "stable",
|
2266
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2321
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
|
2267
2322
|
},
|
2268
2323
|
"immutable": true,
|
2269
2324
|
"locationInModule": {
|
2270
2325
|
"filename": "src/certificate/index.ts",
|
2271
|
-
"line":
|
2326
|
+
"line": 248
|
2272
2327
|
},
|
2273
2328
|
"name": "proxyHeader",
|
2274
2329
|
"optional": true,
|
@@ -2292,7 +2347,7 @@
|
|
2292
2347
|
},
|
2293
2348
|
"locationInModule": {
|
2294
2349
|
"filename": "src/certificate/index.ts",
|
2295
|
-
"line":
|
2350
|
+
"line": 269
|
2296
2351
|
},
|
2297
2352
|
"parameters": [
|
2298
2353
|
{
|
@@ -2318,7 +2373,7 @@
|
|
2318
2373
|
"kind": "class",
|
2319
2374
|
"locationInModule": {
|
2320
2375
|
"filename": "src/certificate/index.ts",
|
2321
|
-
"line":
|
2376
|
+
"line": 262
|
2322
2377
|
},
|
2323
2378
|
"methods": [
|
2324
2379
|
{
|
@@ -2327,7 +2382,7 @@
|
|
2327
2382
|
},
|
2328
2383
|
"locationInModule": {
|
2329
2384
|
"filename": "src/certificate/index.ts",
|
2330
|
-
"line":
|
2385
|
+
"line": 308
|
2331
2386
|
},
|
2332
2387
|
"name": "resetPort"
|
2333
2388
|
},
|
@@ -2337,7 +2392,7 @@
|
|
2337
2392
|
},
|
2338
2393
|
"locationInModule": {
|
2339
2394
|
"filename": "src/certificate/index.ts",
|
2340
|
-
"line":
|
2395
|
+
"line": 324
|
2341
2396
|
},
|
2342
2397
|
"name": "resetProxyHeader"
|
2343
2398
|
}
|
@@ -2352,7 +2407,7 @@
|
|
2352
2407
|
"immutable": true,
|
2353
2408
|
"locationInModule": {
|
2354
2409
|
"filename": "src/certificate/index.ts",
|
2355
|
-
"line":
|
2410
|
+
"line": 312
|
2356
2411
|
},
|
2357
2412
|
"name": "portInput",
|
2358
2413
|
"optional": true,
|
@@ -2367,7 +2422,7 @@
|
|
2367
2422
|
"immutable": true,
|
2368
2423
|
"locationInModule": {
|
2369
2424
|
"filename": "src/certificate/index.ts",
|
2370
|
-
"line":
|
2425
|
+
"line": 328
|
2371
2426
|
},
|
2372
2427
|
"name": "proxyHeaderInput",
|
2373
2428
|
"optional": true,
|
@@ -2381,7 +2436,7 @@
|
|
2381
2436
|
},
|
2382
2437
|
"locationInModule": {
|
2383
2438
|
"filename": "src/certificate/index.ts",
|
2384
|
-
"line":
|
2439
|
+
"line": 302
|
2385
2440
|
},
|
2386
2441
|
"name": "port",
|
2387
2442
|
"type": {
|
@@ -2394,7 +2449,7 @@
|
|
2394
2449
|
},
|
2395
2450
|
"locationInModule": {
|
2396
2451
|
"filename": "src/certificate/index.ts",
|
2397
|
-
"line":
|
2452
|
+
"line": 318
|
2398
2453
|
},
|
2399
2454
|
"name": "proxyHeader",
|
2400
2455
|
"type": {
|
@@ -2407,7 +2462,7 @@
|
|
2407
2462
|
},
|
2408
2463
|
"locationInModule": {
|
2409
2464
|
"filename": "src/certificate/index.ts",
|
2410
|
-
"line":
|
2465
|
+
"line": 273
|
2411
2466
|
},
|
2412
2467
|
"name": "internalValue",
|
2413
2468
|
"optional": true,
|
@@ -2428,7 +2483,7 @@
|
|
2428
2483
|
"kind": "interface",
|
2429
2484
|
"locationInModule": {
|
2430
2485
|
"filename": "src/certificate/index.ts",
|
2431
|
-
"line":
|
2486
|
+
"line": 332
|
2432
2487
|
},
|
2433
2488
|
"name": "CertificateHttpMemcachedChallenge",
|
2434
2489
|
"namespace": "certificate",
|
@@ -2437,12 +2492,12 @@
|
|
2437
2492
|
"abstract": true,
|
2438
2493
|
"docs": {
|
2439
2494
|
"stability": "stable",
|
2440
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2495
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#hosts Certificate#hosts}."
|
2441
2496
|
},
|
2442
2497
|
"immutable": true,
|
2443
2498
|
"locationInModule": {
|
2444
2499
|
"filename": "src/certificate/index.ts",
|
2445
|
-
"line":
|
2500
|
+
"line": 336
|
2446
2501
|
},
|
2447
2502
|
"name": "hosts",
|
2448
2503
|
"type": {
|
@@ -2470,7 +2525,7 @@
|
|
2470
2525
|
},
|
2471
2526
|
"locationInModule": {
|
2472
2527
|
"filename": "src/certificate/index.ts",
|
2473
|
-
"line":
|
2528
|
+
"line": 356
|
2474
2529
|
},
|
2475
2530
|
"parameters": [
|
2476
2531
|
{
|
@@ -2496,7 +2551,7 @@
|
|
2496
2551
|
"kind": "class",
|
2497
2552
|
"locationInModule": {
|
2498
2553
|
"filename": "src/certificate/index.ts",
|
2499
|
-
"line":
|
2554
|
+
"line": 349
|
2500
2555
|
},
|
2501
2556
|
"name": "CertificateHttpMemcachedChallengeOutputReference",
|
2502
2557
|
"namespace": "certificate",
|
@@ -2508,7 +2563,7 @@
|
|
2508
2563
|
"immutable": true,
|
2509
2564
|
"locationInModule": {
|
2510
2565
|
"filename": "src/certificate/index.ts",
|
2511
|
-
"line":
|
2566
|
+
"line": 390
|
2512
2567
|
},
|
2513
2568
|
"name": "hostsInput",
|
2514
2569
|
"optional": true,
|
@@ -2527,7 +2582,7 @@
|
|
2527
2582
|
},
|
2528
2583
|
"locationInModule": {
|
2529
2584
|
"filename": "src/certificate/index.ts",
|
2530
|
-
"line":
|
2585
|
+
"line": 383
|
2531
2586
|
},
|
2532
2587
|
"name": "hosts",
|
2533
2588
|
"type": {
|
@@ -2545,7 +2600,7 @@
|
|
2545
2600
|
},
|
2546
2601
|
"locationInModule": {
|
2547
2602
|
"filename": "src/certificate/index.ts",
|
2548
|
-
"line":
|
2603
|
+
"line": 360
|
2549
2604
|
},
|
2550
2605
|
"name": "internalValue",
|
2551
2606
|
"optional": true,
|
@@ -2566,7 +2621,7 @@
|
|
2566
2621
|
"kind": "interface",
|
2567
2622
|
"locationInModule": {
|
2568
2623
|
"filename": "src/certificate/index.ts",
|
2569
|
-
"line":
|
2624
|
+
"line": 394
|
2570
2625
|
},
|
2571
2626
|
"name": "CertificateHttpS3Challenge",
|
2572
2627
|
"namespace": "certificate",
|
@@ -2575,12 +2630,12 @@
|
|
2575
2630
|
"abstract": true,
|
2576
2631
|
"docs": {
|
2577
2632
|
"stability": "stable",
|
2578
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2633
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
|
2579
2634
|
},
|
2580
2635
|
"immutable": true,
|
2581
2636
|
"locationInModule": {
|
2582
2637
|
"filename": "src/certificate/index.ts",
|
2583
|
-
"line":
|
2638
|
+
"line": 398
|
2584
2639
|
},
|
2585
2640
|
"name": "s3Bucket",
|
2586
2641
|
"type": {
|
@@ -2603,7 +2658,7 @@
|
|
2603
2658
|
},
|
2604
2659
|
"locationInModule": {
|
2605
2660
|
"filename": "src/certificate/index.ts",
|
2606
|
-
"line":
|
2661
|
+
"line": 418
|
2607
2662
|
},
|
2608
2663
|
"parameters": [
|
2609
2664
|
{
|
@@ -2629,7 +2684,7 @@
|
|
2629
2684
|
"kind": "class",
|
2630
2685
|
"locationInModule": {
|
2631
2686
|
"filename": "src/certificate/index.ts",
|
2632
|
-
"line":
|
2687
|
+
"line": 411
|
2633
2688
|
},
|
2634
2689
|
"name": "CertificateHttpS3ChallengeOutputReference",
|
2635
2690
|
"namespace": "certificate",
|
@@ -2641,7 +2696,7 @@
|
|
2641
2696
|
"immutable": true,
|
2642
2697
|
"locationInModule": {
|
2643
2698
|
"filename": "src/certificate/index.ts",
|
2644
|
-
"line":
|
2699
|
+
"line": 452
|
2645
2700
|
},
|
2646
2701
|
"name": "s3BucketInput",
|
2647
2702
|
"optional": true,
|
@@ -2655,7 +2710,7 @@
|
|
2655
2710
|
},
|
2656
2711
|
"locationInModule": {
|
2657
2712
|
"filename": "src/certificate/index.ts",
|
2658
|
-
"line":
|
2713
|
+
"line": 445
|
2659
2714
|
},
|
2660
2715
|
"name": "s3Bucket",
|
2661
2716
|
"type": {
|
@@ -2668,7 +2723,7 @@
|
|
2668
2723
|
},
|
2669
2724
|
"locationInModule": {
|
2670
2725
|
"filename": "src/certificate/index.ts",
|
2671
|
-
"line":
|
2726
|
+
"line": 422
|
2672
2727
|
},
|
2673
2728
|
"name": "internalValue",
|
2674
2729
|
"optional": true,
|
@@ -2689,7 +2744,7 @@
|
|
2689
2744
|
"kind": "interface",
|
2690
2745
|
"locationInModule": {
|
2691
2746
|
"filename": "src/certificate/index.ts",
|
2692
|
-
"line":
|
2747
|
+
"line": 456
|
2693
2748
|
},
|
2694
2749
|
"name": "CertificateHttpWebrootChallenge",
|
2695
2750
|
"namespace": "certificate",
|
@@ -2698,12 +2753,12 @@
|
|
2698
2753
|
"abstract": true,
|
2699
2754
|
"docs": {
|
2700
2755
|
"stability": "stable",
|
2701
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2756
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#directory Certificate#directory}."
|
2702
2757
|
},
|
2703
2758
|
"immutable": true,
|
2704
2759
|
"locationInModule": {
|
2705
2760
|
"filename": "src/certificate/index.ts",
|
2706
|
-
"line":
|
2761
|
+
"line": 460
|
2707
2762
|
},
|
2708
2763
|
"name": "directory",
|
2709
2764
|
"type": {
|
@@ -2726,7 +2781,7 @@
|
|
2726
2781
|
},
|
2727
2782
|
"locationInModule": {
|
2728
2783
|
"filename": "src/certificate/index.ts",
|
2729
|
-
"line":
|
2784
|
+
"line": 480
|
2730
2785
|
},
|
2731
2786
|
"parameters": [
|
2732
2787
|
{
|
@@ -2752,7 +2807,7 @@
|
|
2752
2807
|
"kind": "class",
|
2753
2808
|
"locationInModule": {
|
2754
2809
|
"filename": "src/certificate/index.ts",
|
2755
|
-
"line":
|
2810
|
+
"line": 473
|
2756
2811
|
},
|
2757
2812
|
"name": "CertificateHttpWebrootChallengeOutputReference",
|
2758
2813
|
"namespace": "certificate",
|
@@ -2764,7 +2819,7 @@
|
|
2764
2819
|
"immutable": true,
|
2765
2820
|
"locationInModule": {
|
2766
2821
|
"filename": "src/certificate/index.ts",
|
2767
|
-
"line":
|
2822
|
+
"line": 514
|
2768
2823
|
},
|
2769
2824
|
"name": "directoryInput",
|
2770
2825
|
"optional": true,
|
@@ -2778,7 +2833,7 @@
|
|
2778
2833
|
},
|
2779
2834
|
"locationInModule": {
|
2780
2835
|
"filename": "src/certificate/index.ts",
|
2781
|
-
"line":
|
2836
|
+
"line": 507
|
2782
2837
|
},
|
2783
2838
|
"name": "directory",
|
2784
2839
|
"type": {
|
@@ -2791,7 +2846,7 @@
|
|
2791
2846
|
},
|
2792
2847
|
"locationInModule": {
|
2793
2848
|
"filename": "src/certificate/index.ts",
|
2794
|
-
"line":
|
2849
|
+
"line": 484
|
2795
2850
|
},
|
2796
2851
|
"name": "internalValue",
|
2797
2852
|
"optional": true,
|
@@ -2812,7 +2867,7 @@
|
|
2812
2867
|
"kind": "interface",
|
2813
2868
|
"locationInModule": {
|
2814
2869
|
"filename": "src/certificate/index.ts",
|
2815
|
-
"line":
|
2870
|
+
"line": 518
|
2816
2871
|
},
|
2817
2872
|
"name": "CertificateTlsChallenge",
|
2818
2873
|
"namespace": "certificate",
|
@@ -2821,12 +2876,12 @@
|
|
2821
2876
|
"abstract": true,
|
2822
2877
|
"docs": {
|
2823
2878
|
"stability": "stable",
|
2824
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2879
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#port Certificate#port}."
|
2825
2880
|
},
|
2826
2881
|
"immutable": true,
|
2827
2882
|
"locationInModule": {
|
2828
2883
|
"filename": "src/certificate/index.ts",
|
2829
|
-
"line":
|
2884
|
+
"line": 522
|
2830
2885
|
},
|
2831
2886
|
"name": "port",
|
2832
2887
|
"optional": true,
|
@@ -2850,7 +2905,7 @@
|
|
2850
2905
|
},
|
2851
2906
|
"locationInModule": {
|
2852
2907
|
"filename": "src/certificate/index.ts",
|
2853
|
-
"line":
|
2908
|
+
"line": 542
|
2854
2909
|
},
|
2855
2910
|
"parameters": [
|
2856
2911
|
{
|
@@ -2876,7 +2931,7 @@
|
|
2876
2931
|
"kind": "class",
|
2877
2932
|
"locationInModule": {
|
2878
2933
|
"filename": "src/certificate/index.ts",
|
2879
|
-
"line":
|
2934
|
+
"line": 535
|
2880
2935
|
},
|
2881
2936
|
"methods": [
|
2882
2937
|
{
|
@@ -2885,7 +2940,7 @@
|
|
2885
2940
|
},
|
2886
2941
|
"locationInModule": {
|
2887
2942
|
"filename": "src/certificate/index.ts",
|
2888
|
-
"line":
|
2943
|
+
"line": 575
|
2889
2944
|
},
|
2890
2945
|
"name": "resetPort"
|
2891
2946
|
}
|
@@ -2900,7 +2955,7 @@
|
|
2900
2955
|
"immutable": true,
|
2901
2956
|
"locationInModule": {
|
2902
2957
|
"filename": "src/certificate/index.ts",
|
2903
|
-
"line":
|
2958
|
+
"line": 579
|
2904
2959
|
},
|
2905
2960
|
"name": "portInput",
|
2906
2961
|
"optional": true,
|
@@ -2914,7 +2969,7 @@
|
|
2914
2969
|
},
|
2915
2970
|
"locationInModule": {
|
2916
2971
|
"filename": "src/certificate/index.ts",
|
2917
|
-
"line":
|
2972
|
+
"line": 569
|
2918
2973
|
},
|
2919
2974
|
"name": "port",
|
2920
2975
|
"type": {
|
@@ -2927,7 +2982,7 @@
|
|
2927
2982
|
},
|
2928
2983
|
"locationInModule": {
|
2929
2984
|
"filename": "src/certificate/index.ts",
|
2930
|
-
"line":
|
2985
|
+
"line": 546
|
2931
2986
|
},
|
2932
2987
|
"name": "internalValue",
|
2933
2988
|
"optional": true,
|
@@ -2943,13 +2998,13 @@
|
|
2943
2998
|
"base": "cdktf.TerraformProvider",
|
2944
2999
|
"docs": {
|
2945
3000
|
"stability": "stable",
|
2946
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3001
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs acme}."
|
2947
3002
|
},
|
2948
3003
|
"fqn": "@cdktf/provider-acme.provider.AcmeProvider",
|
2949
3004
|
"initializer": {
|
2950
3005
|
"docs": {
|
2951
3006
|
"stability": "stable",
|
2952
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3007
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs acme} Resource."
|
2953
3008
|
},
|
2954
3009
|
"locationInModule": {
|
2955
3010
|
"filename": "src/provider/index.ts",
|
@@ -3020,7 +3075,7 @@
|
|
3020
3075
|
},
|
3021
3076
|
{
|
3022
3077
|
"docs": {
|
3023
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3078
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs#import import section} in the documentation of this resource for the id to use",
|
3024
3079
|
"summary": "The id of the existing AcmeProvider that should be imported."
|
3025
3080
|
},
|
3026
3081
|
"name": "importFromId",
|
@@ -3179,7 +3234,7 @@
|
|
3179
3234
|
"abstract": true,
|
3180
3235
|
"docs": {
|
3181
3236
|
"stability": "stable",
|
3182
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3237
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs#server_url AcmeProvider#server_url}."
|
3183
3238
|
},
|
3184
3239
|
"immutable": true,
|
3185
3240
|
"locationInModule": {
|
@@ -3194,7 +3249,7 @@
|
|
3194
3249
|
{
|
3195
3250
|
"abstract": true,
|
3196
3251
|
"docs": {
|
3197
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3252
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs#alias AcmeProvider#alias}",
|
3198
3253
|
"stability": "stable",
|
3199
3254
|
"summary": "Alias name."
|
3200
3255
|
},
|
@@ -3217,13 +3272,13 @@
|
|
3217
3272
|
"base": "cdktf.TerraformResource",
|
3218
3273
|
"docs": {
|
3219
3274
|
"stability": "stable",
|
3220
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3275
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration acme_registration}."
|
3221
3276
|
},
|
3222
3277
|
"fqn": "@cdktf/provider-acme.registration.Registration",
|
3223
3278
|
"initializer": {
|
3224
3279
|
"docs": {
|
3225
3280
|
"stability": "stable",
|
3226
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3281
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration acme_registration} Resource."
|
3227
3282
|
},
|
3228
3283
|
"locationInModule": {
|
3229
3284
|
"filename": "src/registration/index.ts",
|
@@ -3294,7 +3349,7 @@
|
|
3294
3349
|
},
|
3295
3350
|
{
|
3296
3351
|
"docs": {
|
3297
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3352
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
|
3298
3353
|
"summary": "The id of the existing Registration that should be imported."
|
3299
3354
|
},
|
3300
3355
|
"name": "importFromId",
|
@@ -3552,7 +3607,7 @@
|
|
3552
3607
|
"abstract": true,
|
3553
3608
|
"docs": {
|
3554
3609
|
"stability": "stable",
|
3555
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3610
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
|
3556
3611
|
},
|
3557
3612
|
"immutable": true,
|
3558
3613
|
"locationInModule": {
|
@@ -3568,7 +3623,7 @@
|
|
3568
3623
|
"abstract": true,
|
3569
3624
|
"docs": {
|
3570
3625
|
"stability": "stable",
|
3571
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3626
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#email_address Registration#email_address}."
|
3572
3627
|
},
|
3573
3628
|
"immutable": true,
|
3574
3629
|
"locationInModule": {
|
@@ -3583,7 +3638,7 @@
|
|
3583
3638
|
{
|
3584
3639
|
"abstract": true,
|
3585
3640
|
"docs": {
|
3586
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3641
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
|
3587
3642
|
"stability": "stable",
|
3588
3643
|
"summary": "external_account_binding block."
|
3589
3644
|
},
|
@@ -3603,7 +3658,7 @@
|
|
3603
3658
|
"docs": {
|
3604
3659
|
"remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
|
3605
3660
|
"stability": "stable",
|
3606
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3661
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#id Registration#id}."
|
3607
3662
|
},
|
3608
3663
|
"immutable": true,
|
3609
3664
|
"locationInModule": {
|
@@ -3638,7 +3693,7 @@
|
|
3638
3693
|
"abstract": true,
|
3639
3694
|
"docs": {
|
3640
3695
|
"stability": "stable",
|
3641
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3696
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
|
3642
3697
|
},
|
3643
3698
|
"immutable": true,
|
3644
3699
|
"locationInModule": {
|
@@ -3654,7 +3709,7 @@
|
|
3654
3709
|
"abstract": true,
|
3655
3710
|
"docs": {
|
3656
3711
|
"stability": "stable",
|
3657
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3712
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/registration#key_id Registration#key_id}."
|
3658
3713
|
},
|
3659
3714
|
"immutable": true,
|
3660
3715
|
"locationInModule": {
|
@@ -3787,6 +3842,6 @@
|
|
3787
3842
|
"symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
|
3788
3843
|
}
|
3789
3844
|
},
|
3790
|
-
"version": "10.
|
3791
|
-
"fingerprint": "
|
3845
|
+
"version": "10.1.0",
|
3846
|
+
"fingerprint": "TmSAoIfDiz4RYqp8HkjXGVxNgXyA91O/wBsz2k3mOfc="
|
3792
3847
|
}
|