@cdktf/provider-acme 5.0.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitattributes CHANGED
@@ -1,6 +1,7 @@
1
1
  # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
2
2
 
3
3
  /.gitattributes linguist-generated
4
+ /.github/CODEOWNERS linguist-generated
4
5
  /.github/ISSUE_TEMPLATE/config.yml linguist-generated
5
6
  /.github/pull_request_template.md linguist-generated
6
7
  /.github/workflows/alert-open-prs.yml linguist-generated
package/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://hashicorp.com"
9
9
  },
10
10
  "dependencies": {
11
- "cdktf": "^0.15.0",
11
+ "cdktf": "^0.16.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -72,7 +72,7 @@
72
72
  "stability": "stable"
73
73
  },
74
74
  "homepage": "https://github.com/cdktf/cdktf-provider-acme.git",
75
- "jsiiVersion": "1.73.0 (build 6faeda3)",
75
+ "jsiiVersion": "1.80.0 (build bce6a1d)",
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: [./API.md](./API.md)\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://github.com/terraform-providers/terraform-provider-acme)\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"
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://github.com/terraform-providers/terraform-provider-acme)\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": 2
106
106
  },
107
107
  "readme": {
108
- "markdown": "# `acme_certificate`\n\nRefer to the Terraform Registory for docs: [`acme_certificate`](https://www.terraform.io/docs/providers/acme/r/certificate).\n"
108
+ "markdown": "# `acme_certificate`\n\nRefer to the Terraform Registory for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate).\n"
109
109
  },
110
110
  "symbolId": "src/certificate/index:"
111
111
  },
@@ -115,7 +115,7 @@
115
115
  "line": 4
116
116
  },
117
117
  "readme": {
118
- "markdown": "# `provider`\n\nRefer to the Terraform Registory for docs: [`acme`](https://www.terraform.io/docs/providers/acme).\n"
118
+ "markdown": "# `provider`\n\nRefer to the Terraform Registory for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs).\n"
119
119
  },
120
120
  "symbolId": "src/provider/index:"
121
121
  },
@@ -125,7 +125,7 @@
125
125
  "line": 3
126
126
  },
127
127
  "readme": {
128
- "markdown": "# `acme_registration`\n\nRefer to the Terraform Registory for docs: [`acme_registration`](https://www.terraform.io/docs/providers/acme/r/registration).\n"
128
+ "markdown": "# `acme_registration`\n\nRefer to the Terraform Registory for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration).\n"
129
129
  },
130
130
  "symbolId": "src/registration/index:"
131
131
  }
@@ -160,13 +160,13 @@
160
160
  "base": "cdktf.TerraformResource",
161
161
  "docs": {
162
162
  "stability": "stable",
163
- "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate}."
163
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/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://www.terraform.io/docs/providers/acme/r/certificate acme_certificate} Resource."
169
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate acme_certificate} Resource."
170
170
  },
171
171
  "locationInModule": {
172
172
  "filename": "src/certificate/index.ts",
@@ -1280,7 +1280,7 @@
1280
1280
  "abstract": true,
1281
1281
  "docs": {
1282
1282
  "stability": "stable",
1283
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#account_key_pem Certificate#account_key_pem}."
1283
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
1284
1284
  },
1285
1285
  "immutable": true,
1286
1286
  "locationInModule": {
@@ -1296,7 +1296,7 @@
1296
1296
  "abstract": true,
1297
1297
  "docs": {
1298
1298
  "stability": "stable",
1299
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1299
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1300
1300
  },
1301
1301
  "immutable": true,
1302
1302
  "locationInModule": {
@@ -1313,7 +1313,7 @@
1313
1313
  "abstract": true,
1314
1314
  "docs": {
1315
1315
  "stability": "stable",
1316
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1316
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1317
1317
  },
1318
1318
  "immutable": true,
1319
1319
  "locationInModule": {
@@ -1330,7 +1330,7 @@
1330
1330
  "abstract": true,
1331
1331
  "docs": {
1332
1332
  "stability": "stable",
1333
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#common_name Certificate#common_name}."
1333
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#common_name Certificate#common_name}."
1334
1334
  },
1335
1335
  "immutable": true,
1336
1336
  "locationInModule": {
@@ -1347,7 +1347,7 @@
1347
1347
  "abstract": true,
1348
1348
  "docs": {
1349
1349
  "stability": "stable",
1350
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1350
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1351
1351
  },
1352
1352
  "immutable": true,
1353
1353
  "locationInModule": {
@@ -1372,7 +1372,7 @@
1372
1372
  {
1373
1373
  "abstract": true,
1374
1374
  "docs": {
1375
- "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#dns_challenge Certificate#dns_challenge}",
1375
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
1376
1376
  "stability": "stable",
1377
1377
  "summary": "dns_challenge block."
1378
1378
  },
@@ -1404,7 +1404,7 @@
1404
1404
  {
1405
1405
  "abstract": true,
1406
1406
  "docs": {
1407
- "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_challenge Certificate#http_challenge}",
1407
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#http_challenge Certificate#http_challenge}",
1408
1408
  "stability": "stable",
1409
1409
  "summary": "http_challenge block."
1410
1410
  },
@@ -1422,7 +1422,7 @@
1422
1422
  {
1423
1423
  "abstract": true,
1424
1424
  "docs": {
1425
- "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1425
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1426
1426
  "stability": "stable",
1427
1427
  "summary": "http_memcached_challenge block."
1428
1428
  },
@@ -1440,7 +1440,7 @@
1440
1440
  {
1441
1441
  "abstract": true,
1442
1442
  "docs": {
1443
- "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1443
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1444
1444
  "stability": "stable",
1445
1445
  "summary": "http_webroot_challenge block."
1446
1446
  },
@@ -1460,7 +1460,7 @@
1460
1460
  "docs": {
1461
1461
  "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
1462
1462
  "stability": "stable",
1463
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#id Certificate#id}."
1463
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#id Certificate#id}."
1464
1464
  },
1465
1465
  "immutable": true,
1466
1466
  "locationInModule": {
@@ -1477,7 +1477,7 @@
1477
1477
  "abstract": true,
1478
1478
  "docs": {
1479
1479
  "stability": "stable",
1480
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#key_type Certificate#key_type}."
1480
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#key_type Certificate#key_type}."
1481
1481
  },
1482
1482
  "immutable": true,
1483
1483
  "locationInModule": {
@@ -1494,7 +1494,7 @@
1494
1494
  "abstract": true,
1495
1495
  "docs": {
1496
1496
  "stability": "stable",
1497
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#min_days_remaining Certificate#min_days_remaining}."
1497
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
1498
1498
  },
1499
1499
  "immutable": true,
1500
1500
  "locationInModule": {
@@ -1511,7 +1511,7 @@
1511
1511
  "abstract": true,
1512
1512
  "docs": {
1513
1513
  "stability": "stable",
1514
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#must_staple Certificate#must_staple}."
1514
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#must_staple Certificate#must_staple}."
1515
1515
  },
1516
1516
  "immutable": true,
1517
1517
  "locationInModule": {
@@ -1537,7 +1537,7 @@
1537
1537
  "abstract": true,
1538
1538
  "docs": {
1539
1539
  "stability": "stable",
1540
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#pre_check_delay Certificate#pre_check_delay}."
1540
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
1541
1541
  },
1542
1542
  "immutable": true,
1543
1543
  "locationInModule": {
@@ -1554,7 +1554,7 @@
1554
1554
  "abstract": true,
1555
1555
  "docs": {
1556
1556
  "stability": "stable",
1557
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#preferred_chain Certificate#preferred_chain}."
1557
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
1558
1558
  },
1559
1559
  "immutable": true,
1560
1560
  "locationInModule": {
@@ -1571,7 +1571,7 @@
1571
1571
  "abstract": true,
1572
1572
  "docs": {
1573
1573
  "stability": "stable",
1574
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1574
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1575
1575
  },
1576
1576
  "immutable": true,
1577
1577
  "locationInModule": {
@@ -1593,7 +1593,7 @@
1593
1593
  "abstract": true,
1594
1594
  "docs": {
1595
1595
  "stability": "stable",
1596
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1596
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1597
1597
  },
1598
1598
  "immutable": true,
1599
1599
  "locationInModule": {
@@ -1619,7 +1619,7 @@
1619
1619
  "abstract": true,
1620
1620
  "docs": {
1621
1621
  "stability": "stable",
1622
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1622
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1623
1623
  },
1624
1624
  "immutable": true,
1625
1625
  "locationInModule": {
@@ -1640,7 +1640,7 @@
1640
1640
  {
1641
1641
  "abstract": true,
1642
1642
  "docs": {
1643
- "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#tls_challenge Certificate#tls_challenge}",
1643
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
1644
1644
  "stability": "stable",
1645
1645
  "summary": "tls_challenge block."
1646
1646
  },
@@ -1677,7 +1677,7 @@
1677
1677
  "abstract": true,
1678
1678
  "docs": {
1679
1679
  "stability": "stable",
1680
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#provider Certificate#provider}."
1680
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#provider Certificate#provider}."
1681
1681
  },
1682
1682
  "immutable": true,
1683
1683
  "locationInModule": {
@@ -1693,7 +1693,7 @@
1693
1693
  "abstract": true,
1694
1694
  "docs": {
1695
1695
  "stability": "stable",
1696
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#config Certificate#config}."
1696
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#config Certificate#config}."
1697
1697
  },
1698
1698
  "immutable": true,
1699
1699
  "locationInModule": {
@@ -2059,7 +2059,7 @@
2059
2059
  "abstract": true,
2060
2060
  "docs": {
2061
2061
  "stability": "stable",
2062
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#port Certificate#port}."
2062
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}."
2063
2063
  },
2064
2064
  "immutable": true,
2065
2065
  "locationInModule": {
@@ -2076,7 +2076,7 @@
2076
2076
  "abstract": true,
2077
2077
  "docs": {
2078
2078
  "stability": "stable",
2079
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#proxy_header Certificate#proxy_header}."
2079
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#proxy_header Certificate#proxy_header}."
2080
2080
  },
2081
2081
  "immutable": true,
2082
2082
  "locationInModule": {
@@ -2250,7 +2250,7 @@
2250
2250
  "abstract": true,
2251
2251
  "docs": {
2252
2252
  "stability": "stable",
2253
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#hosts Certificate#hosts}."
2253
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#hosts Certificate#hosts}."
2254
2254
  },
2255
2255
  "immutable": true,
2256
2256
  "locationInModule": {
@@ -2388,7 +2388,7 @@
2388
2388
  "abstract": true,
2389
2389
  "docs": {
2390
2390
  "stability": "stable",
2391
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#directory Certificate#directory}."
2391
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#directory Certificate#directory}."
2392
2392
  },
2393
2393
  "immutable": true,
2394
2394
  "locationInModule": {
@@ -2511,7 +2511,7 @@
2511
2511
  "abstract": true,
2512
2512
  "docs": {
2513
2513
  "stability": "stable",
2514
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#port Certificate#port}."
2514
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/certificate#port Certificate#port}."
2515
2515
  },
2516
2516
  "immutable": true,
2517
2517
  "locationInModule": {
@@ -2633,13 +2633,13 @@
2633
2633
  "base": "cdktf.TerraformProvider",
2634
2634
  "docs": {
2635
2635
  "stability": "stable",
2636
- "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme acme}."
2636
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs acme}."
2637
2637
  },
2638
2638
  "fqn": "@cdktf/provider-acme.provider.AcmeProvider",
2639
2639
  "initializer": {
2640
2640
  "docs": {
2641
2641
  "stability": "stable",
2642
- "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme acme} Resource."
2642
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs acme} Resource."
2643
2643
  },
2644
2644
  "locationInModule": {
2645
2645
  "filename": "src/provider/index.ts",
@@ -2812,7 +2812,7 @@
2812
2812
  "abstract": true,
2813
2813
  "docs": {
2814
2814
  "stability": "stable",
2815
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#server_url AcmeProvider#server_url}."
2815
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs#server_url AcmeProvider#server_url}."
2816
2816
  },
2817
2817
  "immutable": true,
2818
2818
  "locationInModule": {
@@ -2827,7 +2827,7 @@
2827
2827
  {
2828
2828
  "abstract": true,
2829
2829
  "docs": {
2830
- "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme#alias AcmeProvider#alias}",
2830
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs#alias AcmeProvider#alias}",
2831
2831
  "stability": "stable",
2832
2832
  "summary": "Alias name."
2833
2833
  },
@@ -2850,13 +2850,13 @@
2850
2850
  "base": "cdktf.TerraformResource",
2851
2851
  "docs": {
2852
2852
  "stability": "stable",
2853
- "summary": "Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration acme_registration}."
2853
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration acme_registration}."
2854
2854
  },
2855
2855
  "fqn": "@cdktf/provider-acme.registration.Registration",
2856
2856
  "initializer": {
2857
2857
  "docs": {
2858
2858
  "stability": "stable",
2859
- "summary": "Create a new {@link https://www.terraform.io/docs/providers/acme/r/registration acme_registration} Resource."
2859
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration acme_registration} Resource."
2860
2860
  },
2861
2861
  "locationInModule": {
2862
2862
  "filename": "src/registration/index.ts",
@@ -3128,7 +3128,7 @@
3128
3128
  "abstract": true,
3129
3129
  "docs": {
3130
3130
  "stability": "stable",
3131
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#account_key_pem Registration#account_key_pem}."
3131
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#account_key_pem Registration#account_key_pem}."
3132
3132
  },
3133
3133
  "immutable": true,
3134
3134
  "locationInModule": {
@@ -3144,7 +3144,7 @@
3144
3144
  "abstract": true,
3145
3145
  "docs": {
3146
3146
  "stability": "stable",
3147
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#email_address Registration#email_address}."
3147
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#email_address Registration#email_address}."
3148
3148
  },
3149
3149
  "immutable": true,
3150
3150
  "locationInModule": {
@@ -3159,7 +3159,7 @@
3159
3159
  {
3160
3160
  "abstract": true,
3161
3161
  "docs": {
3162
- "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#external_account_binding Registration#external_account_binding}",
3162
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#external_account_binding Registration#external_account_binding}",
3163
3163
  "stability": "stable",
3164
3164
  "summary": "external_account_binding block."
3165
3165
  },
@@ -3179,7 +3179,7 @@
3179
3179
  "docs": {
3180
3180
  "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
3181
3181
  "stability": "stable",
3182
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#id Registration#id}."
3182
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#id Registration#id}."
3183
3183
  },
3184
3184
  "immutable": true,
3185
3185
  "locationInModule": {
@@ -3214,7 +3214,7 @@
3214
3214
  "abstract": true,
3215
3215
  "docs": {
3216
3216
  "stability": "stable",
3217
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#hmac_base64 Registration#hmac_base64}."
3217
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
3218
3218
  },
3219
3219
  "immutable": true,
3220
3220
  "locationInModule": {
@@ -3230,7 +3230,7 @@
3230
3230
  "abstract": true,
3231
3231
  "docs": {
3232
3232
  "stability": "stable",
3233
- "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#key_id Registration#key_id}."
3233
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.13.1/docs/resources/registration#key_id Registration#key_id}."
3234
3234
  },
3235
3235
  "immutable": true,
3236
3236
  "locationInModule": {
@@ -3363,6 +3363,6 @@
3363
3363
  "symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
3364
3364
  }
3365
3365
  },
3366
- "version": "5.0.0",
3367
- "fingerprint": "wkt36SdIDFCv42mCp0WDJkGqSESgnzahsdG4wuJMaBY="
3366
+ "version": "6.0.0",
3367
+ "fingerprint": "lFP0oQBhmCw0XB3GE+QBjxn1JhQzZYSOOK1H4sK2mvg="
3368
3368
  }
package/README.md CHANGED
@@ -44,7 +44,14 @@ The go package is generated into the [`github.com/cdktf/cdktf-provider-acme-go`]
44
44
 
45
45
  ## Docs
46
46
 
47
- Find auto-generated docs for this provider here: [./API.md](./API.md)
47
+ Find auto-generated docs for this provider here:
48
+
49
+ - [Typescript](./docs/API.typescript.md)
50
+ - [Python](./docs/API.python.md)
51
+ - [Java](./docs/API.java.md)
52
+ - [C#](./docs/API.csharp.md)
53
+ - [Go](./docs/API.go.md)
54
+
48
55
  You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-acme).
49
56
 
50
57
  ## Versioning
@@ -0,0 +1,6 @@
1
+ # Submodules <a name="Submodules" id="submodules"></a>
2
+
3
+ The following submodules are available:
4
+ - [certificate](./certificate.csharp.md)
5
+ - [provider](./provider.csharp.md)
6
+ - [registration](./registration.csharp.md)
package/docs/API.go.md ADDED
@@ -0,0 +1,6 @@
1
+ # Submodules <a name="Submodules" id="submodules"></a>
2
+
3
+ The following submodules are available:
4
+ - [certificate](./certificate.go.md)
5
+ - [provider](./provider.go.md)
6
+ - [registration](./registration.go.md)
@@ -0,0 +1,6 @@
1
+ # Submodules <a name="Submodules" id="submodules"></a>
2
+
3
+ The following submodules are available:
4
+ - [certificate](./certificate.java.md)
5
+ - [provider](./provider.java.md)
6
+ - [registration](./registration.java.md)
@@ -0,0 +1,6 @@
1
+ # Submodules <a name="Submodules" id="submodules"></a>
2
+
3
+ The following submodules are available:
4
+ - [certificate](./certificate.python.md)
5
+ - [provider](./provider.python.md)
6
+ - [registration](./registration.python.md)
@@ -0,0 +1,6 @@
1
+ # Submodules <a name="Submodules" id="submodules"></a>
2
+
3
+ The following submodules are available:
4
+ - [certificate](./certificate.typescript.md)
5
+ - [provider](./provider.typescript.md)
6
+ - [registration](./registration.typescript.md)