@cdktf/provider-acme 11.4.1 → 11.5.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 +344 -154
- package/README.md +3 -3
- package/lib/certificate/index.d.ts +34 -33
- package/lib/certificate/index.js +17 -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 +38 -10
- package/lib/registration/index.js +73 -7
- package/package.json +5 -5
package/.jsii
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
"stability": "stable"
|
73
73
|
},
|
74
74
|
"homepage": "https://github.com/cdktf/cdktf-provider-acme.git",
|
75
|
-
"jsiiVersion": "5.3.
|
75
|
+
"jsiiVersion": "5.3.41 (build 58bc54e)",
|
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.24.0\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.24.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.24.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.24.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.24.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.24.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.24.0/docs/resources/registration).\n"
|
139
139
|
},
|
140
140
|
"symbolId": "src/registration/index:"
|
141
141
|
}
|
@@ -170,13 +170,13 @@
|
|
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.24.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.24.0/docs/resources/certificate acme_certificate} Resource."
|
180
180
|
},
|
181
181
|
"locationInModule": {
|
182
182
|
"filename": "src/certificate/index.ts",
|
@@ -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.24.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": 1087
|
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": 1103
|
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": 1119
|
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": 1135
|
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": 1151
|
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": 1167
|
387
387
|
},
|
388
388
|
"name": "putTlsChallenge",
|
389
389
|
"parameters": [
|
@@ -431,7 +431,7 @@
|
|
431
431
|
},
|
432
432
|
"locationInModule": {
|
433
433
|
"filename": "src/certificate/index.ts",
|
434
|
-
"line":
|
434
|
+
"line": 888
|
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": 904
|
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": 1090
|
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": 1106
|
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": 1122
|
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": 1138
|
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": 1154
|
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": 920
|
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": 941
|
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": 957
|
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": 973
|
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": 989
|
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": 1005
|
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": 1026
|
565
565
|
},
|
566
566
|
"name": "resetRecursiveNameservers"
|
567
567
|
},
|
@@ -571,7 +571,7 @@
|
|
571
571
|
},
|
572
572
|
"locationInModule": {
|
573
573
|
"filename": "src/certificate/index.ts",
|
574
|
-
"line":
|
574
|
+
"line": 1042
|
575
575
|
},
|
576
576
|
"name": "resetRevokeCertificateOnDestroy"
|
577
577
|
},
|
@@ -581,7 +581,7 @@
|
|
581
581
|
},
|
582
582
|
"locationInModule": {
|
583
583
|
"filename": "src/certificate/index.ts",
|
584
|
-
"line":
|
584
|
+
"line": 1058
|
585
585
|
},
|
586
586
|
"name": "resetRevokeCertificateReason"
|
587
587
|
},
|
@@ -591,7 +591,7 @@
|
|
591
591
|
},
|
592
592
|
"locationInModule": {
|
593
593
|
"filename": "src/certificate/index.ts",
|
594
|
-
"line":
|
594
|
+
"line": 1074
|
595
595
|
},
|
596
596
|
"name": "resetSubjectAlternativeNames"
|
597
597
|
},
|
@@ -601,7 +601,7 @@
|
|
601
601
|
},
|
602
602
|
"locationInModule": {
|
603
603
|
"filename": "src/certificate/index.ts",
|
604
|
-
"line":
|
604
|
+
"line": 1170
|
605
605
|
},
|
606
606
|
"name": "resetTlsChallenge"
|
607
607
|
},
|
@@ -611,7 +611,7 @@
|
|
611
611
|
},
|
612
612
|
"locationInModule": {
|
613
613
|
"filename": "src/certificate/index.ts",
|
614
|
-
"line":
|
614
|
+
"line": 1182
|
615
615
|
},
|
616
616
|
"name": "synthesizeAttributes",
|
617
617
|
"overrides": "cdktf.TerraformResource",
|
@@ -633,7 +633,7 @@
|
|
633
633
|
},
|
634
634
|
"locationInModule": {
|
635
635
|
"filename": "src/certificate/index.ts",
|
636
|
-
"line":
|
636
|
+
"line": 1209
|
637
637
|
},
|
638
638
|
"name": "synthesizeHclAttributes",
|
639
639
|
"overrides": "cdktf.TerraformResource",
|
@@ -734,6 +734,20 @@
|
|
734
734
|
"filename": "src/certificate/index.ts",
|
735
735
|
"line": 871
|
736
736
|
},
|
737
|
+
"name": "certificateSerial",
|
738
|
+
"type": {
|
739
|
+
"primitive": "string"
|
740
|
+
}
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"docs": {
|
744
|
+
"stability": "stable"
|
745
|
+
},
|
746
|
+
"immutable": true,
|
747
|
+
"locationInModule": {
|
748
|
+
"filename": "src/certificate/index.ts",
|
749
|
+
"line": 876
|
750
|
+
},
|
737
751
|
"name": "certificateUrl",
|
738
752
|
"type": {
|
739
753
|
"primitive": "string"
|
@@ -746,7 +760,7 @@
|
|
746
760
|
"immutable": true,
|
747
761
|
"locationInModule": {
|
748
762
|
"filename": "src/certificate/index.ts",
|
749
|
-
"line":
|
763
|
+
"line": 1084
|
750
764
|
},
|
751
765
|
"name": "dnsChallenge",
|
752
766
|
"type": {
|
@@ -760,7 +774,7 @@
|
|
760
774
|
"immutable": true,
|
761
775
|
"locationInModule": {
|
762
776
|
"filename": "src/certificate/index.ts",
|
763
|
-
"line":
|
777
|
+
"line": 1100
|
764
778
|
},
|
765
779
|
"name": "httpChallenge",
|
766
780
|
"type": {
|
@@ -774,7 +788,7 @@
|
|
774
788
|
"immutable": true,
|
775
789
|
"locationInModule": {
|
776
790
|
"filename": "src/certificate/index.ts",
|
777
|
-
"line":
|
791
|
+
"line": 1116
|
778
792
|
},
|
779
793
|
"name": "httpMemcachedChallenge",
|
780
794
|
"type": {
|
@@ -788,7 +802,7 @@
|
|
788
802
|
"immutable": true,
|
789
803
|
"locationInModule": {
|
790
804
|
"filename": "src/certificate/index.ts",
|
791
|
-
"line":
|
805
|
+
"line": 1132
|
792
806
|
},
|
793
807
|
"name": "httpS3Challenge",
|
794
808
|
"type": {
|
@@ -802,7 +816,7 @@
|
|
802
816
|
"immutable": true,
|
803
817
|
"locationInModule": {
|
804
818
|
"filename": "src/certificate/index.ts",
|
805
|
-
"line":
|
819
|
+
"line": 1148
|
806
820
|
},
|
807
821
|
"name": "httpWebrootChallenge",
|
808
822
|
"type": {
|
@@ -816,7 +830,7 @@
|
|
816
830
|
"immutable": true,
|
817
831
|
"locationInModule": {
|
818
832
|
"filename": "src/certificate/index.ts",
|
819
|
-
"line":
|
833
|
+
"line": 929
|
820
834
|
},
|
821
835
|
"name": "issuerPem",
|
822
836
|
"type": {
|
@@ -830,7 +844,7 @@
|
|
830
844
|
"immutable": true,
|
831
845
|
"locationInModule": {
|
832
846
|
"filename": "src/certificate/index.ts",
|
833
|
-
"line":
|
847
|
+
"line": 1014
|
834
848
|
},
|
835
849
|
"name": "privateKeyPem",
|
836
850
|
"type": {
|
@@ -844,7 +858,7 @@
|
|
844
858
|
"immutable": true,
|
845
859
|
"locationInModule": {
|
846
860
|
"filename": "src/certificate/index.ts",
|
847
|
-
"line":
|
861
|
+
"line": 1164
|
848
862
|
},
|
849
863
|
"name": "tlsChallenge",
|
850
864
|
"type": {
|
@@ -918,7 +932,7 @@
|
|
918
932
|
"immutable": true,
|
919
933
|
"locationInModule": {
|
920
934
|
"filename": "src/certificate/index.ts",
|
921
|
-
"line":
|
935
|
+
"line": 892
|
922
936
|
},
|
923
937
|
"name": "commonNameInput",
|
924
938
|
"optional": true,
|
@@ -933,7 +947,7 @@
|
|
933
947
|
"immutable": true,
|
934
948
|
"locationInModule": {
|
935
949
|
"filename": "src/certificate/index.ts",
|
936
|
-
"line":
|
950
|
+
"line": 908
|
937
951
|
},
|
938
952
|
"name": "disableCompletePropagationInput",
|
939
953
|
"optional": true,
|
@@ -957,7 +971,7 @@
|
|
957
971
|
"immutable": true,
|
958
972
|
"locationInModule": {
|
959
973
|
"filename": "src/certificate/index.ts",
|
960
|
-
"line":
|
974
|
+
"line": 1094
|
961
975
|
},
|
962
976
|
"name": "dnsChallengeInput",
|
963
977
|
"optional": true,
|
@@ -986,7 +1000,7 @@
|
|
986
1000
|
"immutable": true,
|
987
1001
|
"locationInModule": {
|
988
1002
|
"filename": "src/certificate/index.ts",
|
989
|
-
"line":
|
1003
|
+
"line": 1110
|
990
1004
|
},
|
991
1005
|
"name": "httpChallengeInput",
|
992
1006
|
"optional": true,
|
@@ -1001,7 +1015,7 @@
|
|
1001
1015
|
"immutable": true,
|
1002
1016
|
"locationInModule": {
|
1003
1017
|
"filename": "src/certificate/index.ts",
|
1004
|
-
"line":
|
1018
|
+
"line": 1126
|
1005
1019
|
},
|
1006
1020
|
"name": "httpMemcachedChallengeInput",
|
1007
1021
|
"optional": true,
|
@@ -1016,7 +1030,7 @@
|
|
1016
1030
|
"immutable": true,
|
1017
1031
|
"locationInModule": {
|
1018
1032
|
"filename": "src/certificate/index.ts",
|
1019
|
-
"line":
|
1033
|
+
"line": 1142
|
1020
1034
|
},
|
1021
1035
|
"name": "httpS3ChallengeInput",
|
1022
1036
|
"optional": true,
|
@@ -1031,7 +1045,7 @@
|
|
1031
1045
|
"immutable": true,
|
1032
1046
|
"locationInModule": {
|
1033
1047
|
"filename": "src/certificate/index.ts",
|
1034
|
-
"line":
|
1048
|
+
"line": 1158
|
1035
1049
|
},
|
1036
1050
|
"name": "httpWebrootChallengeInput",
|
1037
1051
|
"optional": true,
|
@@ -1046,7 +1060,7 @@
|
|
1046
1060
|
"immutable": true,
|
1047
1061
|
"locationInModule": {
|
1048
1062
|
"filename": "src/certificate/index.ts",
|
1049
|
-
"line":
|
1063
|
+
"line": 924
|
1050
1064
|
},
|
1051
1065
|
"name": "idInput",
|
1052
1066
|
"optional": true,
|
@@ -1061,7 +1075,7 @@
|
|
1061
1075
|
"immutable": true,
|
1062
1076
|
"locationInModule": {
|
1063
1077
|
"filename": "src/certificate/index.ts",
|
1064
|
-
"line":
|
1078
|
+
"line": 945
|
1065
1079
|
},
|
1066
1080
|
"name": "keyTypeInput",
|
1067
1081
|
"optional": true,
|
@@ -1076,7 +1090,7 @@
|
|
1076
1090
|
"immutable": true,
|
1077
1091
|
"locationInModule": {
|
1078
1092
|
"filename": "src/certificate/index.ts",
|
1079
|
-
"line":
|
1093
|
+
"line": 961
|
1080
1094
|
},
|
1081
1095
|
"name": "minDaysRemainingInput",
|
1082
1096
|
"optional": true,
|
@@ -1091,7 +1105,7 @@
|
|
1091
1105
|
"immutable": true,
|
1092
1106
|
"locationInModule": {
|
1093
1107
|
"filename": "src/certificate/index.ts",
|
1094
|
-
"line":
|
1108
|
+
"line": 977
|
1095
1109
|
},
|
1096
1110
|
"name": "mustStapleInput",
|
1097
1111
|
"optional": true,
|
@@ -1115,7 +1129,7 @@
|
|
1115
1129
|
"immutable": true,
|
1116
1130
|
"locationInModule": {
|
1117
1131
|
"filename": "src/certificate/index.ts",
|
1118
|
-
"line":
|
1132
|
+
"line": 993
|
1119
1133
|
},
|
1120
1134
|
"name": "preCheckDelayInput",
|
1121
1135
|
"optional": true,
|
@@ -1130,7 +1144,7 @@
|
|
1130
1144
|
"immutable": true,
|
1131
1145
|
"locationInModule": {
|
1132
1146
|
"filename": "src/certificate/index.ts",
|
1133
|
-
"line":
|
1147
|
+
"line": 1009
|
1134
1148
|
},
|
1135
1149
|
"name": "preferredChainInput",
|
1136
1150
|
"optional": true,
|
@@ -1145,7 +1159,7 @@
|
|
1145
1159
|
"immutable": true,
|
1146
1160
|
"locationInModule": {
|
1147
1161
|
"filename": "src/certificate/index.ts",
|
1148
|
-
"line":
|
1162
|
+
"line": 1030
|
1149
1163
|
},
|
1150
1164
|
"name": "recursiveNameserversInput",
|
1151
1165
|
"optional": true,
|
@@ -1165,7 +1179,7 @@
|
|
1165
1179
|
"immutable": true,
|
1166
1180
|
"locationInModule": {
|
1167
1181
|
"filename": "src/certificate/index.ts",
|
1168
|
-
"line":
|
1182
|
+
"line": 1046
|
1169
1183
|
},
|
1170
1184
|
"name": "revokeCertificateOnDestroyInput",
|
1171
1185
|
"optional": true,
|
@@ -1189,7 +1203,7 @@
|
|
1189
1203
|
"immutable": true,
|
1190
1204
|
"locationInModule": {
|
1191
1205
|
"filename": "src/certificate/index.ts",
|
1192
|
-
"line":
|
1206
|
+
"line": 1062
|
1193
1207
|
},
|
1194
1208
|
"name": "revokeCertificateReasonInput",
|
1195
1209
|
"optional": true,
|
@@ -1204,7 +1218,7 @@
|
|
1204
1218
|
"immutable": true,
|
1205
1219
|
"locationInModule": {
|
1206
1220
|
"filename": "src/certificate/index.ts",
|
1207
|
-
"line":
|
1221
|
+
"line": 1078
|
1208
1222
|
},
|
1209
1223
|
"name": "subjectAlternativeNamesInput",
|
1210
1224
|
"optional": true,
|
@@ -1224,7 +1238,7 @@
|
|
1224
1238
|
"immutable": true,
|
1225
1239
|
"locationInModule": {
|
1226
1240
|
"filename": "src/certificate/index.ts",
|
1227
|
-
"line":
|
1241
|
+
"line": 1174
|
1228
1242
|
},
|
1229
1243
|
"name": "tlsChallengeInput",
|
1230
1244
|
"optional": true,
|
@@ -1290,7 +1304,7 @@
|
|
1290
1304
|
},
|
1291
1305
|
"locationInModule": {
|
1292
1306
|
"filename": "src/certificate/index.ts",
|
1293
|
-
"line":
|
1307
|
+
"line": 882
|
1294
1308
|
},
|
1295
1309
|
"name": "commonName",
|
1296
1310
|
"type": {
|
@@ -1303,7 +1317,7 @@
|
|
1303
1317
|
},
|
1304
1318
|
"locationInModule": {
|
1305
1319
|
"filename": "src/certificate/index.ts",
|
1306
|
-
"line":
|
1320
|
+
"line": 898
|
1307
1321
|
},
|
1308
1322
|
"name": "disableCompletePropagation",
|
1309
1323
|
"type": {
|
@@ -1325,7 +1339,7 @@
|
|
1325
1339
|
},
|
1326
1340
|
"locationInModule": {
|
1327
1341
|
"filename": "src/certificate/index.ts",
|
1328
|
-
"line":
|
1342
|
+
"line": 914
|
1329
1343
|
},
|
1330
1344
|
"name": "id",
|
1331
1345
|
"type": {
|
@@ -1338,7 +1352,7 @@
|
|
1338
1352
|
},
|
1339
1353
|
"locationInModule": {
|
1340
1354
|
"filename": "src/certificate/index.ts",
|
1341
|
-
"line":
|
1355
|
+
"line": 935
|
1342
1356
|
},
|
1343
1357
|
"name": "keyType",
|
1344
1358
|
"type": {
|
@@ -1351,7 +1365,7 @@
|
|
1351
1365
|
},
|
1352
1366
|
"locationInModule": {
|
1353
1367
|
"filename": "src/certificate/index.ts",
|
1354
|
-
"line":
|
1368
|
+
"line": 951
|
1355
1369
|
},
|
1356
1370
|
"name": "minDaysRemaining",
|
1357
1371
|
"type": {
|
@@ -1364,7 +1378,7 @@
|
|
1364
1378
|
},
|
1365
1379
|
"locationInModule": {
|
1366
1380
|
"filename": "src/certificate/index.ts",
|
1367
|
-
"line":
|
1381
|
+
"line": 967
|
1368
1382
|
},
|
1369
1383
|
"name": "mustStaple",
|
1370
1384
|
"type": {
|
@@ -1386,7 +1400,7 @@
|
|
1386
1400
|
},
|
1387
1401
|
"locationInModule": {
|
1388
1402
|
"filename": "src/certificate/index.ts",
|
1389
|
-
"line":
|
1403
|
+
"line": 983
|
1390
1404
|
},
|
1391
1405
|
"name": "preCheckDelay",
|
1392
1406
|
"type": {
|
@@ -1399,7 +1413,7 @@
|
|
1399
1413
|
},
|
1400
1414
|
"locationInModule": {
|
1401
1415
|
"filename": "src/certificate/index.ts",
|
1402
|
-
"line":
|
1416
|
+
"line": 999
|
1403
1417
|
},
|
1404
1418
|
"name": "preferredChain",
|
1405
1419
|
"type": {
|
@@ -1412,7 +1426,7 @@
|
|
1412
1426
|
},
|
1413
1427
|
"locationInModule": {
|
1414
1428
|
"filename": "src/certificate/index.ts",
|
1415
|
-
"line":
|
1429
|
+
"line": 1020
|
1416
1430
|
},
|
1417
1431
|
"name": "recursiveNameservers",
|
1418
1432
|
"type": {
|
@@ -1430,7 +1444,7 @@
|
|
1430
1444
|
},
|
1431
1445
|
"locationInModule": {
|
1432
1446
|
"filename": "src/certificate/index.ts",
|
1433
|
-
"line":
|
1447
|
+
"line": 1036
|
1434
1448
|
},
|
1435
1449
|
"name": "revokeCertificateOnDestroy",
|
1436
1450
|
"type": {
|
@@ -1452,7 +1466,7 @@
|
|
1452
1466
|
},
|
1453
1467
|
"locationInModule": {
|
1454
1468
|
"filename": "src/certificate/index.ts",
|
1455
|
-
"line":
|
1469
|
+
"line": 1052
|
1456
1470
|
},
|
1457
1471
|
"name": "revokeCertificateReason",
|
1458
1472
|
"type": {
|
@@ -1465,7 +1479,7 @@
|
|
1465
1479
|
},
|
1466
1480
|
"locationInModule": {
|
1467
1481
|
"filename": "src/certificate/index.ts",
|
1468
|
-
"line":
|
1482
|
+
"line": 1068
|
1469
1483
|
},
|
1470
1484
|
"name": "subjectAlternativeNames",
|
1471
1485
|
"type": {
|
@@ -1502,7 +1516,7 @@
|
|
1502
1516
|
"abstract": true,
|
1503
1517
|
"docs": {
|
1504
1518
|
"stability": "stable",
|
1505
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1519
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
|
1506
1520
|
},
|
1507
1521
|
"immutable": true,
|
1508
1522
|
"locationInModule": {
|
@@ -1518,7 +1532,7 @@
|
|
1518
1532
|
"abstract": true,
|
1519
1533
|
"docs": {
|
1520
1534
|
"stability": "stable",
|
1521
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1535
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
|
1522
1536
|
},
|
1523
1537
|
"immutable": true,
|
1524
1538
|
"locationInModule": {
|
@@ -1535,7 +1549,7 @@
|
|
1535
1549
|
"abstract": true,
|
1536
1550
|
"docs": {
|
1537
1551
|
"stability": "stable",
|
1538
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1552
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
|
1539
1553
|
},
|
1540
1554
|
"immutable": true,
|
1541
1555
|
"locationInModule": {
|
@@ -1552,7 +1566,7 @@
|
|
1552
1566
|
"abstract": true,
|
1553
1567
|
"docs": {
|
1554
1568
|
"stability": "stable",
|
1555
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1569
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
|
1556
1570
|
},
|
1557
1571
|
"immutable": true,
|
1558
1572
|
"locationInModule": {
|
@@ -1569,7 +1583,7 @@
|
|
1569
1583
|
"abstract": true,
|
1570
1584
|
"docs": {
|
1571
1585
|
"stability": "stable",
|
1572
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1586
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#common_name Certificate#common_name}."
|
1573
1587
|
},
|
1574
1588
|
"immutable": true,
|
1575
1589
|
"locationInModule": {
|
@@ -1586,7 +1600,7 @@
|
|
1586
1600
|
"abstract": true,
|
1587
1601
|
"docs": {
|
1588
1602
|
"stability": "stable",
|
1589
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1603
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
|
1590
1604
|
},
|
1591
1605
|
"immutable": true,
|
1592
1606
|
"locationInModule": {
|
@@ -1611,7 +1625,7 @@
|
|
1611
1625
|
{
|
1612
1626
|
"abstract": true,
|
1613
1627
|
"docs": {
|
1614
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1628
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
|
1615
1629
|
"stability": "stable",
|
1616
1630
|
"summary": "dns_challenge block."
|
1617
1631
|
},
|
@@ -1643,7 +1657,7 @@
|
|
1643
1657
|
{
|
1644
1658
|
"abstract": true,
|
1645
1659
|
"docs": {
|
1646
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1660
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
|
1647
1661
|
"stability": "stable",
|
1648
1662
|
"summary": "http_challenge block."
|
1649
1663
|
},
|
@@ -1661,7 +1675,7 @@
|
|
1661
1675
|
{
|
1662
1676
|
"abstract": true,
|
1663
1677
|
"docs": {
|
1664
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1678
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
|
1665
1679
|
"stability": "stable",
|
1666
1680
|
"summary": "http_memcached_challenge block."
|
1667
1681
|
},
|
@@ -1679,7 +1693,7 @@
|
|
1679
1693
|
{
|
1680
1694
|
"abstract": true,
|
1681
1695
|
"docs": {
|
1682
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1696
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
|
1683
1697
|
"stability": "stable",
|
1684
1698
|
"summary": "http_s3_challenge block."
|
1685
1699
|
},
|
@@ -1697,7 +1711,7 @@
|
|
1697
1711
|
{
|
1698
1712
|
"abstract": true,
|
1699
1713
|
"docs": {
|
1700
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1714
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
|
1701
1715
|
"stability": "stable",
|
1702
1716
|
"summary": "http_webroot_challenge block."
|
1703
1717
|
},
|
@@ -1717,7 +1731,7 @@
|
|
1717
1731
|
"docs": {
|
1718
1732
|
"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.",
|
1719
1733
|
"stability": "stable",
|
1720
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1734
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#id Certificate#id}."
|
1721
1735
|
},
|
1722
1736
|
"immutable": true,
|
1723
1737
|
"locationInModule": {
|
@@ -1734,7 +1748,7 @@
|
|
1734
1748
|
"abstract": true,
|
1735
1749
|
"docs": {
|
1736
1750
|
"stability": "stable",
|
1737
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1751
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#key_type Certificate#key_type}."
|
1738
1752
|
},
|
1739
1753
|
"immutable": true,
|
1740
1754
|
"locationInModule": {
|
@@ -1751,7 +1765,7 @@
|
|
1751
1765
|
"abstract": true,
|
1752
1766
|
"docs": {
|
1753
1767
|
"stability": "stable",
|
1754
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1768
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
|
1755
1769
|
},
|
1756
1770
|
"immutable": true,
|
1757
1771
|
"locationInModule": {
|
@@ -1768,7 +1782,7 @@
|
|
1768
1782
|
"abstract": true,
|
1769
1783
|
"docs": {
|
1770
1784
|
"stability": "stable",
|
1771
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1785
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#must_staple Certificate#must_staple}."
|
1772
1786
|
},
|
1773
1787
|
"immutable": true,
|
1774
1788
|
"locationInModule": {
|
@@ -1794,7 +1808,7 @@
|
|
1794
1808
|
"abstract": true,
|
1795
1809
|
"docs": {
|
1796
1810
|
"stability": "stable",
|
1797
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1811
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
|
1798
1812
|
},
|
1799
1813
|
"immutable": true,
|
1800
1814
|
"locationInModule": {
|
@@ -1811,7 +1825,7 @@
|
|
1811
1825
|
"abstract": true,
|
1812
1826
|
"docs": {
|
1813
1827
|
"stability": "stable",
|
1814
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1828
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
|
1815
1829
|
},
|
1816
1830
|
"immutable": true,
|
1817
1831
|
"locationInModule": {
|
@@ -1828,7 +1842,7 @@
|
|
1828
1842
|
"abstract": true,
|
1829
1843
|
"docs": {
|
1830
1844
|
"stability": "stable",
|
1831
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1845
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
|
1832
1846
|
},
|
1833
1847
|
"immutable": true,
|
1834
1848
|
"locationInModule": {
|
@@ -1850,7 +1864,7 @@
|
|
1850
1864
|
"abstract": true,
|
1851
1865
|
"docs": {
|
1852
1866
|
"stability": "stable",
|
1853
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1867
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
|
1854
1868
|
},
|
1855
1869
|
"immutable": true,
|
1856
1870
|
"locationInModule": {
|
@@ -1876,7 +1890,7 @@
|
|
1876
1890
|
"abstract": true,
|
1877
1891
|
"docs": {
|
1878
1892
|
"stability": "stable",
|
1879
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1893
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
|
1880
1894
|
},
|
1881
1895
|
"immutable": true,
|
1882
1896
|
"locationInModule": {
|
@@ -1893,7 +1907,7 @@
|
|
1893
1907
|
"abstract": true,
|
1894
1908
|
"docs": {
|
1895
1909
|
"stability": "stable",
|
1896
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1910
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
|
1897
1911
|
},
|
1898
1912
|
"immutable": true,
|
1899
1913
|
"locationInModule": {
|
@@ -1914,7 +1928,7 @@
|
|
1914
1928
|
{
|
1915
1929
|
"abstract": true,
|
1916
1930
|
"docs": {
|
1917
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1931
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
|
1918
1932
|
"stability": "stable",
|
1919
1933
|
"summary": "tls_challenge block."
|
1920
1934
|
},
|
@@ -1951,7 +1965,7 @@
|
|
1951
1965
|
"abstract": true,
|
1952
1966
|
"docs": {
|
1953
1967
|
"stability": "stable",
|
1954
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1968
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#provider Certificate#provider}."
|
1955
1969
|
},
|
1956
1970
|
"immutable": true,
|
1957
1971
|
"locationInModule": {
|
@@ -1967,7 +1981,7 @@
|
|
1967
1981
|
"abstract": true,
|
1968
1982
|
"docs": {
|
1969
1983
|
"stability": "stable",
|
1970
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1984
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#config Certificate#config}."
|
1971
1985
|
},
|
1972
1986
|
"immutable": true,
|
1973
1987
|
"locationInModule": {
|
@@ -2333,7 +2347,7 @@
|
|
2333
2347
|
"abstract": true,
|
2334
2348
|
"docs": {
|
2335
2349
|
"stability": "stable",
|
2336
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2350
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#port Certificate#port}."
|
2337
2351
|
},
|
2338
2352
|
"immutable": true,
|
2339
2353
|
"locationInModule": {
|
@@ -2350,7 +2364,7 @@
|
|
2350
2364
|
"abstract": true,
|
2351
2365
|
"docs": {
|
2352
2366
|
"stability": "stable",
|
2353
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2367
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
|
2354
2368
|
},
|
2355
2369
|
"immutable": true,
|
2356
2370
|
"locationInModule": {
|
@@ -2524,7 +2538,7 @@
|
|
2524
2538
|
"abstract": true,
|
2525
2539
|
"docs": {
|
2526
2540
|
"stability": "stable",
|
2527
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2541
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#hosts Certificate#hosts}."
|
2528
2542
|
},
|
2529
2543
|
"immutable": true,
|
2530
2544
|
"locationInModule": {
|
@@ -2662,7 +2676,7 @@
|
|
2662
2676
|
"abstract": true,
|
2663
2677
|
"docs": {
|
2664
2678
|
"stability": "stable",
|
2665
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2679
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
|
2666
2680
|
},
|
2667
2681
|
"immutable": true,
|
2668
2682
|
"locationInModule": {
|
@@ -2785,7 +2799,7 @@
|
|
2785
2799
|
"abstract": true,
|
2786
2800
|
"docs": {
|
2787
2801
|
"stability": "stable",
|
2788
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2802
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#directory Certificate#directory}."
|
2789
2803
|
},
|
2790
2804
|
"immutable": true,
|
2791
2805
|
"locationInModule": {
|
@@ -2908,7 +2922,7 @@
|
|
2908
2922
|
"abstract": true,
|
2909
2923
|
"docs": {
|
2910
2924
|
"stability": "stable",
|
2911
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2925
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/certificate#port Certificate#port}."
|
2912
2926
|
},
|
2913
2927
|
"immutable": true,
|
2914
2928
|
"locationInModule": {
|
@@ -3030,13 +3044,13 @@
|
|
3030
3044
|
"base": "cdktf.TerraformDataSource",
|
3031
3045
|
"docs": {
|
3032
3046
|
"stability": "stable",
|
3033
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3047
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/data-sources/server_url acme_server_url}."
|
3034
3048
|
},
|
3035
3049
|
"fqn": "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrl",
|
3036
3050
|
"initializer": {
|
3037
3051
|
"docs": {
|
3038
3052
|
"stability": "stable",
|
3039
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3053
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/data-sources/server_url acme_server_url} Data Source."
|
3040
3054
|
},
|
3041
3055
|
"locationInModule": {
|
3042
3056
|
"filename": "src/data-acme-server-url/index.ts",
|
@@ -3108,7 +3122,7 @@
|
|
3108
3122
|
},
|
3109
3123
|
{
|
3110
3124
|
"docs": {
|
3111
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3125
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/data-sources/server_url#import import section} in the documentation of this resource for the id to use",
|
3112
3126
|
"summary": "The id of the existing DataAcmeServerUrl that should be imported."
|
3113
3127
|
},
|
3114
3128
|
"name": "importFromId",
|
@@ -3276,7 +3290,7 @@
|
|
3276
3290
|
"docs": {
|
3277
3291
|
"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.",
|
3278
3292
|
"stability": "stable",
|
3279
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3293
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/data-sources/server_url#id DataAcmeServerUrl#id}."
|
3280
3294
|
},
|
3281
3295
|
"immutable": true,
|
3282
3296
|
"locationInModule": {
|
@@ -3297,13 +3311,13 @@
|
|
3297
3311
|
"base": "cdktf.TerraformProvider",
|
3298
3312
|
"docs": {
|
3299
3313
|
"stability": "stable",
|
3300
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3314
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs acme}."
|
3301
3315
|
},
|
3302
3316
|
"fqn": "@cdktf/provider-acme.provider.AcmeProvider",
|
3303
3317
|
"initializer": {
|
3304
3318
|
"docs": {
|
3305
3319
|
"stability": "stable",
|
3306
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3320
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs acme} Resource."
|
3307
3321
|
},
|
3308
3322
|
"locationInModule": {
|
3309
3323
|
"filename": "src/provider/index.ts",
|
@@ -3374,7 +3388,7 @@
|
|
3374
3388
|
},
|
3375
3389
|
{
|
3376
3390
|
"docs": {
|
3377
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3391
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs#import import section} in the documentation of this resource for the id to use",
|
3378
3392
|
"summary": "The id of the existing AcmeProvider that should be imported."
|
3379
3393
|
},
|
3380
3394
|
"name": "importFromId",
|
@@ -3555,7 +3569,7 @@
|
|
3555
3569
|
"abstract": true,
|
3556
3570
|
"docs": {
|
3557
3571
|
"stability": "stable",
|
3558
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3572
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs#server_url AcmeProvider#server_url}."
|
3559
3573
|
},
|
3560
3574
|
"immutable": true,
|
3561
3575
|
"locationInModule": {
|
@@ -3570,7 +3584,7 @@
|
|
3570
3584
|
{
|
3571
3585
|
"abstract": true,
|
3572
3586
|
"docs": {
|
3573
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3587
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs#alias AcmeProvider#alias}",
|
3574
3588
|
"stability": "stable",
|
3575
3589
|
"summary": "Alias name."
|
3576
3590
|
},
|
@@ -3593,17 +3607,17 @@
|
|
3593
3607
|
"base": "cdktf.TerraformResource",
|
3594
3608
|
"docs": {
|
3595
3609
|
"stability": "stable",
|
3596
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3610
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration acme_registration}."
|
3597
3611
|
},
|
3598
3612
|
"fqn": "@cdktf/provider-acme.registration.Registration",
|
3599
3613
|
"initializer": {
|
3600
3614
|
"docs": {
|
3601
3615
|
"stability": "stable",
|
3602
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3616
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration acme_registration} Resource."
|
3603
3617
|
},
|
3604
3618
|
"locationInModule": {
|
3605
3619
|
"filename": "src/registration/index.ts",
|
3606
|
-
"line":
|
3620
|
+
"line": 196
|
3607
3621
|
},
|
3608
3622
|
"parameters": [
|
3609
3623
|
{
|
@@ -3636,7 +3650,7 @@
|
|
3636
3650
|
"kind": "class",
|
3637
3651
|
"locationInModule": {
|
3638
3652
|
"filename": "src/registration/index.ts",
|
3639
|
-
"line":
|
3653
|
+
"line": 164
|
3640
3654
|
},
|
3641
3655
|
"methods": [
|
3642
3656
|
{
|
@@ -3646,7 +3660,7 @@
|
|
3646
3660
|
},
|
3647
3661
|
"locationInModule": {
|
3648
3662
|
"filename": "src/registration/index.ts",
|
3649
|
-
"line":
|
3663
|
+
"line": 181
|
3650
3664
|
},
|
3651
3665
|
"name": "generateConfigForImport",
|
3652
3666
|
"parameters": [
|
@@ -3670,7 +3684,7 @@
|
|
3670
3684
|
},
|
3671
3685
|
{
|
3672
3686
|
"docs": {
|
3673
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3687
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
|
3674
3688
|
"summary": "The id of the existing Registration that should be imported."
|
3675
3689
|
},
|
3676
3690
|
"name": "importFromId",
|
@@ -3702,7 +3716,7 @@
|
|
3702
3716
|
},
|
3703
3717
|
"locationInModule": {
|
3704
3718
|
"filename": "src/registration/index.ts",
|
3705
|
-
"line":
|
3719
|
+
"line": 328
|
3706
3720
|
},
|
3707
3721
|
"name": "putExternalAccountBinding",
|
3708
3722
|
"parameters": [
|
@@ -3714,6 +3728,26 @@
|
|
3714
3728
|
}
|
3715
3729
|
]
|
3716
3730
|
},
|
3731
|
+
{
|
3732
|
+
"docs": {
|
3733
|
+
"stability": "stable"
|
3734
|
+
},
|
3735
|
+
"locationInModule": {
|
3736
|
+
"filename": "src/registration/index.ts",
|
3737
|
+
"line": 233
|
3738
|
+
},
|
3739
|
+
"name": "resetAccountKeyAlgorithm"
|
3740
|
+
},
|
3741
|
+
{
|
3742
|
+
"docs": {
|
3743
|
+
"stability": "stable"
|
3744
|
+
},
|
3745
|
+
"locationInModule": {
|
3746
|
+
"filename": "src/registration/index.ts",
|
3747
|
+
"line": 249
|
3748
|
+
},
|
3749
|
+
"name": "resetAccountKeyEcdsaCurve"
|
3750
|
+
},
|
3717
3751
|
{
|
3718
3752
|
"docs": {
|
3719
3753
|
"stability": "stable"
|
@@ -3722,6 +3756,26 @@
|
|
3722
3756
|
"filename": "src/registration/index.ts",
|
3723
3757
|
"line": 265
|
3724
3758
|
},
|
3759
|
+
"name": "resetAccountKeyPem"
|
3760
|
+
},
|
3761
|
+
{
|
3762
|
+
"docs": {
|
3763
|
+
"stability": "stable"
|
3764
|
+
},
|
3765
|
+
"locationInModule": {
|
3766
|
+
"filename": "src/registration/index.ts",
|
3767
|
+
"line": 281
|
3768
|
+
},
|
3769
|
+
"name": "resetAccountKeyRsaBits"
|
3770
|
+
},
|
3771
|
+
{
|
3772
|
+
"docs": {
|
3773
|
+
"stability": "stable"
|
3774
|
+
},
|
3775
|
+
"locationInModule": {
|
3776
|
+
"filename": "src/registration/index.ts",
|
3777
|
+
"line": 331
|
3778
|
+
},
|
3725
3779
|
"name": "resetExternalAccountBinding"
|
3726
3780
|
},
|
3727
3781
|
{
|
@@ -3730,7 +3784,7 @@
|
|
3730
3784
|
},
|
3731
3785
|
"locationInModule": {
|
3732
3786
|
"filename": "src/registration/index.ts",
|
3733
|
-
"line":
|
3787
|
+
"line": 310
|
3734
3788
|
},
|
3735
3789
|
"name": "resetId"
|
3736
3790
|
},
|
@@ -3740,7 +3794,7 @@
|
|
3740
3794
|
},
|
3741
3795
|
"locationInModule": {
|
3742
3796
|
"filename": "src/registration/index.ts",
|
3743
|
-
"line":
|
3797
|
+
"line": 343
|
3744
3798
|
},
|
3745
3799
|
"name": "synthesizeAttributes",
|
3746
3800
|
"overrides": "cdktf.TerraformResource",
|
@@ -3762,7 +3816,7 @@
|
|
3762
3816
|
},
|
3763
3817
|
"locationInModule": {
|
3764
3818
|
"filename": "src/registration/index.ts",
|
3765
|
-
"line":
|
3819
|
+
"line": 355
|
3766
3820
|
},
|
3767
3821
|
"name": "synthesizeHclAttributes",
|
3768
3822
|
"overrides": "cdktf.TerraformResource",
|
@@ -3790,7 +3844,7 @@
|
|
3790
3844
|
"immutable": true,
|
3791
3845
|
"locationInModule": {
|
3792
3846
|
"filename": "src/registration/index.ts",
|
3793
|
-
"line":
|
3847
|
+
"line": 169
|
3794
3848
|
},
|
3795
3849
|
"name": "tfResourceType",
|
3796
3850
|
"static": true,
|
@@ -3805,7 +3859,7 @@
|
|
3805
3859
|
"immutable": true,
|
3806
3860
|
"locationInModule": {
|
3807
3861
|
"filename": "src/registration/index.ts",
|
3808
|
-
"line":
|
3862
|
+
"line": 325
|
3809
3863
|
},
|
3810
3864
|
"name": "externalAccountBinding",
|
3811
3865
|
"type": {
|
@@ -3819,7 +3873,7 @@
|
|
3819
3873
|
"immutable": true,
|
3820
3874
|
"locationInModule": {
|
3821
3875
|
"filename": "src/registration/index.ts",
|
3822
|
-
"line":
|
3876
|
+
"line": 319
|
3823
3877
|
},
|
3824
3878
|
"name": "registrationUrl",
|
3825
3879
|
"type": {
|
@@ -3833,7 +3887,37 @@
|
|
3833
3887
|
"immutable": true,
|
3834
3888
|
"locationInModule": {
|
3835
3889
|
"filename": "src/registration/index.ts",
|
3836
|
-
"line":
|
3890
|
+
"line": 237
|
3891
|
+
},
|
3892
|
+
"name": "accountKeyAlgorithmInput",
|
3893
|
+
"optional": true,
|
3894
|
+
"type": {
|
3895
|
+
"primitive": "string"
|
3896
|
+
}
|
3897
|
+
},
|
3898
|
+
{
|
3899
|
+
"docs": {
|
3900
|
+
"stability": "stable"
|
3901
|
+
},
|
3902
|
+
"immutable": true,
|
3903
|
+
"locationInModule": {
|
3904
|
+
"filename": "src/registration/index.ts",
|
3905
|
+
"line": 253
|
3906
|
+
},
|
3907
|
+
"name": "accountKeyEcdsaCurveInput",
|
3908
|
+
"optional": true,
|
3909
|
+
"type": {
|
3910
|
+
"primitive": "string"
|
3911
|
+
}
|
3912
|
+
},
|
3913
|
+
{
|
3914
|
+
"docs": {
|
3915
|
+
"stability": "stable"
|
3916
|
+
},
|
3917
|
+
"immutable": true,
|
3918
|
+
"locationInModule": {
|
3919
|
+
"filename": "src/registration/index.ts",
|
3920
|
+
"line": 269
|
3837
3921
|
},
|
3838
3922
|
"name": "accountKeyPemInput",
|
3839
3923
|
"optional": true,
|
@@ -3848,7 +3932,22 @@
|
|
3848
3932
|
"immutable": true,
|
3849
3933
|
"locationInModule": {
|
3850
3934
|
"filename": "src/registration/index.ts",
|
3851
|
-
"line":
|
3935
|
+
"line": 285
|
3936
|
+
},
|
3937
|
+
"name": "accountKeyRsaBitsInput",
|
3938
|
+
"optional": true,
|
3939
|
+
"type": {
|
3940
|
+
"primitive": "number"
|
3941
|
+
}
|
3942
|
+
},
|
3943
|
+
{
|
3944
|
+
"docs": {
|
3945
|
+
"stability": "stable"
|
3946
|
+
},
|
3947
|
+
"immutable": true,
|
3948
|
+
"locationInModule": {
|
3949
|
+
"filename": "src/registration/index.ts",
|
3950
|
+
"line": 298
|
3852
3951
|
},
|
3853
3952
|
"name": "emailAddressInput",
|
3854
3953
|
"optional": true,
|
@@ -3863,7 +3962,7 @@
|
|
3863
3962
|
"immutable": true,
|
3864
3963
|
"locationInModule": {
|
3865
3964
|
"filename": "src/registration/index.ts",
|
3866
|
-
"line":
|
3965
|
+
"line": 335
|
3867
3966
|
},
|
3868
3967
|
"name": "externalAccountBindingInput",
|
3869
3968
|
"optional": true,
|
@@ -3878,7 +3977,7 @@
|
|
3878
3977
|
"immutable": true,
|
3879
3978
|
"locationInModule": {
|
3880
3979
|
"filename": "src/registration/index.ts",
|
3881
|
-
"line":
|
3980
|
+
"line": 314
|
3882
3981
|
},
|
3883
3982
|
"name": "idInput",
|
3884
3983
|
"optional": true,
|
@@ -3892,7 +3991,33 @@
|
|
3892
3991
|
},
|
3893
3992
|
"locationInModule": {
|
3894
3993
|
"filename": "src/registration/index.ts",
|
3895
|
-
"line":
|
3994
|
+
"line": 227
|
3995
|
+
},
|
3996
|
+
"name": "accountKeyAlgorithm",
|
3997
|
+
"type": {
|
3998
|
+
"primitive": "string"
|
3999
|
+
}
|
4000
|
+
},
|
4001
|
+
{
|
4002
|
+
"docs": {
|
4003
|
+
"stability": "stable"
|
4004
|
+
},
|
4005
|
+
"locationInModule": {
|
4006
|
+
"filename": "src/registration/index.ts",
|
4007
|
+
"line": 243
|
4008
|
+
},
|
4009
|
+
"name": "accountKeyEcdsaCurve",
|
4010
|
+
"type": {
|
4011
|
+
"primitive": "string"
|
4012
|
+
}
|
4013
|
+
},
|
4014
|
+
{
|
4015
|
+
"docs": {
|
4016
|
+
"stability": "stable"
|
4017
|
+
},
|
4018
|
+
"locationInModule": {
|
4019
|
+
"filename": "src/registration/index.ts",
|
4020
|
+
"line": 259
|
3896
4021
|
},
|
3897
4022
|
"name": "accountKeyPem",
|
3898
4023
|
"type": {
|
@@ -3905,7 +4030,20 @@
|
|
3905
4030
|
},
|
3906
4031
|
"locationInModule": {
|
3907
4032
|
"filename": "src/registration/index.ts",
|
3908
|
-
"line":
|
4033
|
+
"line": 275
|
4034
|
+
},
|
4035
|
+
"name": "accountKeyRsaBits",
|
4036
|
+
"type": {
|
4037
|
+
"primitive": "number"
|
4038
|
+
}
|
4039
|
+
},
|
4040
|
+
{
|
4041
|
+
"docs": {
|
4042
|
+
"stability": "stable"
|
4043
|
+
},
|
4044
|
+
"locationInModule": {
|
4045
|
+
"filename": "src/registration/index.ts",
|
4046
|
+
"line": 291
|
3909
4047
|
},
|
3910
4048
|
"name": "emailAddress",
|
3911
4049
|
"type": {
|
@@ -3918,7 +4056,7 @@
|
|
3918
4056
|
},
|
3919
4057
|
"locationInModule": {
|
3920
4058
|
"filename": "src/registration/index.ts",
|
3921
|
-
"line":
|
4059
|
+
"line": 304
|
3922
4060
|
},
|
3923
4061
|
"name": "id",
|
3924
4062
|
"type": {
|
@@ -3950,14 +4088,31 @@
|
|
3950
4088
|
"abstract": true,
|
3951
4089
|
"docs": {
|
3952
4090
|
"stability": "stable",
|
3953
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4091
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#email_address Registration#email_address}."
|
4092
|
+
},
|
4093
|
+
"immutable": true,
|
4094
|
+
"locationInModule": {
|
4095
|
+
"filename": "src/registration/index.ts",
|
4096
|
+
"line": 34
|
4097
|
+
},
|
4098
|
+
"name": "emailAddress",
|
4099
|
+
"type": {
|
4100
|
+
"primitive": "string"
|
4101
|
+
}
|
4102
|
+
},
|
4103
|
+
{
|
4104
|
+
"abstract": true,
|
4105
|
+
"docs": {
|
4106
|
+
"stability": "stable",
|
4107
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#account_key_algorithm Registration#account_key_algorithm}."
|
3954
4108
|
},
|
3955
4109
|
"immutable": true,
|
3956
4110
|
"locationInModule": {
|
3957
4111
|
"filename": "src/registration/index.ts",
|
3958
4112
|
"line": 18
|
3959
4113
|
},
|
3960
|
-
"name": "
|
4114
|
+
"name": "accountKeyAlgorithm",
|
4115
|
+
"optional": true,
|
3961
4116
|
"type": {
|
3962
4117
|
"primitive": "string"
|
3963
4118
|
}
|
@@ -3966,14 +4121,15 @@
|
|
3966
4121
|
"abstract": true,
|
3967
4122
|
"docs": {
|
3968
4123
|
"stability": "stable",
|
3969
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4124
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#account_key_ecdsa_curve Registration#account_key_ecdsa_curve}."
|
3970
4125
|
},
|
3971
4126
|
"immutable": true,
|
3972
4127
|
"locationInModule": {
|
3973
4128
|
"filename": "src/registration/index.ts",
|
3974
4129
|
"line": 22
|
3975
4130
|
},
|
3976
|
-
"name": "
|
4131
|
+
"name": "accountKeyEcdsaCurve",
|
4132
|
+
"optional": true,
|
3977
4133
|
"type": {
|
3978
4134
|
"primitive": "string"
|
3979
4135
|
}
|
@@ -3981,14 +4137,48 @@
|
|
3981
4137
|
{
|
3982
4138
|
"abstract": true,
|
3983
4139
|
"docs": {
|
3984
|
-
"
|
4140
|
+
"stability": "stable",
|
4141
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
|
4142
|
+
},
|
4143
|
+
"immutable": true,
|
4144
|
+
"locationInModule": {
|
4145
|
+
"filename": "src/registration/index.ts",
|
4146
|
+
"line": 26
|
4147
|
+
},
|
4148
|
+
"name": "accountKeyPem",
|
4149
|
+
"optional": true,
|
4150
|
+
"type": {
|
4151
|
+
"primitive": "string"
|
4152
|
+
}
|
4153
|
+
},
|
4154
|
+
{
|
4155
|
+
"abstract": true,
|
4156
|
+
"docs": {
|
4157
|
+
"stability": "stable",
|
4158
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#account_key_rsa_bits Registration#account_key_rsa_bits}."
|
4159
|
+
},
|
4160
|
+
"immutable": true,
|
4161
|
+
"locationInModule": {
|
4162
|
+
"filename": "src/registration/index.ts",
|
4163
|
+
"line": 30
|
4164
|
+
},
|
4165
|
+
"name": "accountKeyRsaBits",
|
4166
|
+
"optional": true,
|
4167
|
+
"type": {
|
4168
|
+
"primitive": "number"
|
4169
|
+
}
|
4170
|
+
},
|
4171
|
+
{
|
4172
|
+
"abstract": true,
|
4173
|
+
"docs": {
|
4174
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
|
3985
4175
|
"stability": "stable",
|
3986
4176
|
"summary": "external_account_binding block."
|
3987
4177
|
},
|
3988
4178
|
"immutable": true,
|
3989
4179
|
"locationInModule": {
|
3990
4180
|
"filename": "src/registration/index.ts",
|
3991
|
-
"line":
|
4181
|
+
"line": 47
|
3992
4182
|
},
|
3993
4183
|
"name": "externalAccountBinding",
|
3994
4184
|
"optional": true,
|
@@ -4001,12 +4191,12 @@
|
|
4001
4191
|
"docs": {
|
4002
4192
|
"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.",
|
4003
4193
|
"stability": "stable",
|
4004
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4194
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#id Registration#id}."
|
4005
4195
|
},
|
4006
4196
|
"immutable": true,
|
4007
4197
|
"locationInModule": {
|
4008
4198
|
"filename": "src/registration/index.ts",
|
4009
|
-
"line":
|
4199
|
+
"line": 41
|
4010
4200
|
},
|
4011
4201
|
"name": "id",
|
4012
4202
|
"optional": true,
|
@@ -4027,7 +4217,7 @@
|
|
4027
4217
|
"kind": "interface",
|
4028
4218
|
"locationInModule": {
|
4029
4219
|
"filename": "src/registration/index.ts",
|
4030
|
-
"line":
|
4220
|
+
"line": 49
|
4031
4221
|
},
|
4032
4222
|
"name": "RegistrationExternalAccountBinding",
|
4033
4223
|
"namespace": "registration",
|
@@ -4036,12 +4226,12 @@
|
|
4036
4226
|
"abstract": true,
|
4037
4227
|
"docs": {
|
4038
4228
|
"stability": "stable",
|
4039
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4229
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
|
4040
4230
|
},
|
4041
4231
|
"immutable": true,
|
4042
4232
|
"locationInModule": {
|
4043
4233
|
"filename": "src/registration/index.ts",
|
4044
|
-
"line":
|
4234
|
+
"line": 53
|
4045
4235
|
},
|
4046
4236
|
"name": "hmacBase64",
|
4047
4237
|
"type": {
|
@@ -4052,12 +4242,12 @@
|
|
4052
4242
|
"abstract": true,
|
4053
4243
|
"docs": {
|
4054
4244
|
"stability": "stable",
|
4055
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4245
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.24.0/docs/resources/registration#key_id Registration#key_id}."
|
4056
4246
|
},
|
4057
4247
|
"immutable": true,
|
4058
4248
|
"locationInModule": {
|
4059
4249
|
"filename": "src/registration/index.ts",
|
4060
|
-
"line":
|
4250
|
+
"line": 57
|
4061
4251
|
},
|
4062
4252
|
"name": "keyId",
|
4063
4253
|
"type": {
|
@@ -4080,7 +4270,7 @@
|
|
4080
4270
|
},
|
4081
4271
|
"locationInModule": {
|
4082
4272
|
"filename": "src/registration/index.ts",
|
4083
|
-
"line":
|
4273
|
+
"line": 103
|
4084
4274
|
},
|
4085
4275
|
"parameters": [
|
4086
4276
|
{
|
@@ -4106,7 +4296,7 @@
|
|
4106
4296
|
"kind": "class",
|
4107
4297
|
"locationInModule": {
|
4108
4298
|
"filename": "src/registration/index.ts",
|
4109
|
-
"line":
|
4299
|
+
"line": 96
|
4110
4300
|
},
|
4111
4301
|
"name": "RegistrationExternalAccountBindingOutputReference",
|
4112
4302
|
"namespace": "registration",
|
@@ -4118,7 +4308,7 @@
|
|
4118
4308
|
"immutable": true,
|
4119
4309
|
"locationInModule": {
|
4120
4310
|
"filename": "src/registration/index.ts",
|
4121
|
-
"line":
|
4311
|
+
"line": 143
|
4122
4312
|
},
|
4123
4313
|
"name": "hmacBase64Input",
|
4124
4314
|
"optional": true,
|
@@ -4133,7 +4323,7 @@
|
|
4133
4323
|
"immutable": true,
|
4134
4324
|
"locationInModule": {
|
4135
4325
|
"filename": "src/registration/index.ts",
|
4136
|
-
"line":
|
4326
|
+
"line": 156
|
4137
4327
|
},
|
4138
4328
|
"name": "keyIdInput",
|
4139
4329
|
"optional": true,
|
@@ -4147,7 +4337,7 @@
|
|
4147
4337
|
},
|
4148
4338
|
"locationInModule": {
|
4149
4339
|
"filename": "src/registration/index.ts",
|
4150
|
-
"line":
|
4340
|
+
"line": 136
|
4151
4341
|
},
|
4152
4342
|
"name": "hmacBase64",
|
4153
4343
|
"type": {
|
@@ -4160,7 +4350,7 @@
|
|
4160
4350
|
},
|
4161
4351
|
"locationInModule": {
|
4162
4352
|
"filename": "src/registration/index.ts",
|
4163
|
-
"line":
|
4353
|
+
"line": 149
|
4164
4354
|
},
|
4165
4355
|
"name": "keyId",
|
4166
4356
|
"type": {
|
@@ -4173,7 +4363,7 @@
|
|
4173
4363
|
},
|
4174
4364
|
"locationInModule": {
|
4175
4365
|
"filename": "src/registration/index.ts",
|
4176
|
-
"line":
|
4366
|
+
"line": 107
|
4177
4367
|
},
|
4178
4368
|
"name": "internalValue",
|
4179
4369
|
"optional": true,
|
@@ -4185,6 +4375,6 @@
|
|
4185
4375
|
"symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
|
4186
4376
|
}
|
4187
4377
|
},
|
4188
|
-
"version": "11.
|
4189
|
-
"fingerprint": "
|
4378
|
+
"version": "11.5.0",
|
4379
|
+
"fingerprint": "5wYx+81tFfetTsW0OUK6ryiOiEEJX2k7x8hdDve/FgE="
|
4190
4380
|
}
|