@cdktf/provider-acme 11.1.1 → 11.2.0

Sign up to get free protection for your applications and to get access to all the features.
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.11 (build a5f9673)",
75
+ "jsiiVersion": "5.3.27 (build 853e7ef)",
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.20.2\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.20.2/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.20.2)\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"
94
+ "markdown": "\n# CDKTF prebuilt bindings for vancluever/acme provider version 2.21.0\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.21.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.21.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.20.2/docs/resources/certificate).\n"
108
+ "markdown": "# `acme_certificate`\n\nRefer to the Terraform Registry for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate).\n"
109
109
  },
110
110
  "symbolId": "src/certificate/index:"
111
111
  },
@@ -115,7 +115,7 @@
115
115
  "line": 9
116
116
  },
117
117
  "readme": {
118
- "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs).\n"
118
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs).\n"
119
119
  },
120
120
  "symbolId": "src/provider/index:"
121
121
  },
@@ -125,7 +125,7 @@
125
125
  "line": 8
126
126
  },
127
127
  "readme": {
128
- "markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration).\n"
128
+ "markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.21.0/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://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate acme_certificate}."
163
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate acme_certificate}."
164
164
  },
165
165
  "fqn": "@cdktf/provider-acme.certificate.Certificate",
166
166
  "initializer": {
167
167
  "docs": {
168
168
  "stability": "stable",
169
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate acme_certificate} Resource."
169
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate acme_certificate} Resource."
170
170
  },
171
171
  "locationInModule": {
172
172
  "filename": "src/certificate/index.ts",
@@ -237,7 +237,7 @@
237
237
  },
238
238
  {
239
239
  "docs": {
240
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#import import section} in the documentation of this resource for the id to use",
240
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#import import section} in the documentation of this resource for the id to use",
241
241
  "summary": "The id of the existing Certificate that should be imported."
242
242
  },
243
243
  "name": "importFromId",
@@ -1492,7 +1492,7 @@
1492
1492
  "abstract": true,
1493
1493
  "docs": {
1494
1494
  "stability": "stable",
1495
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
1495
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
1496
1496
  },
1497
1497
  "immutable": true,
1498
1498
  "locationInModule": {
@@ -1508,7 +1508,7 @@
1508
1508
  "abstract": true,
1509
1509
  "docs": {
1510
1510
  "stability": "stable",
1511
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1511
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1512
1512
  },
1513
1513
  "immutable": true,
1514
1514
  "locationInModule": {
@@ -1525,7 +1525,7 @@
1525
1525
  "abstract": true,
1526
1526
  "docs": {
1527
1527
  "stability": "stable",
1528
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1528
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1529
1529
  },
1530
1530
  "immutable": true,
1531
1531
  "locationInModule": {
@@ -1542,7 +1542,7 @@
1542
1542
  "abstract": true,
1543
1543
  "docs": {
1544
1544
  "stability": "stable",
1545
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
1545
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
1546
1546
  },
1547
1547
  "immutable": true,
1548
1548
  "locationInModule": {
@@ -1559,7 +1559,7 @@
1559
1559
  "abstract": true,
1560
1560
  "docs": {
1561
1561
  "stability": "stable",
1562
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#common_name Certificate#common_name}."
1562
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#common_name Certificate#common_name}."
1563
1563
  },
1564
1564
  "immutable": true,
1565
1565
  "locationInModule": {
@@ -1576,7 +1576,7 @@
1576
1576
  "abstract": true,
1577
1577
  "docs": {
1578
1578
  "stability": "stable",
1579
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1579
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1580
1580
  },
1581
1581
  "immutable": true,
1582
1582
  "locationInModule": {
@@ -1601,7 +1601,7 @@
1601
1601
  {
1602
1602
  "abstract": true,
1603
1603
  "docs": {
1604
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
1604
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
1605
1605
  "stability": "stable",
1606
1606
  "summary": "dns_challenge block."
1607
1607
  },
@@ -1633,7 +1633,7 @@
1633
1633
  {
1634
1634
  "abstract": true,
1635
1635
  "docs": {
1636
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#http_challenge Certificate#http_challenge}",
1636
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
1637
1637
  "stability": "stable",
1638
1638
  "summary": "http_challenge block."
1639
1639
  },
@@ -1651,7 +1651,7 @@
1651
1651
  {
1652
1652
  "abstract": true,
1653
1653
  "docs": {
1654
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1654
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1655
1655
  "stability": "stable",
1656
1656
  "summary": "http_memcached_challenge block."
1657
1657
  },
@@ -1669,7 +1669,7 @@
1669
1669
  {
1670
1670
  "abstract": true,
1671
1671
  "docs": {
1672
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
1672
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
1673
1673
  "stability": "stable",
1674
1674
  "summary": "http_s3_challenge block."
1675
1675
  },
@@ -1687,7 +1687,7 @@
1687
1687
  {
1688
1688
  "abstract": true,
1689
1689
  "docs": {
1690
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1690
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1691
1691
  "stability": "stable",
1692
1692
  "summary": "http_webroot_challenge block."
1693
1693
  },
@@ -1707,7 +1707,7 @@
1707
1707
  "docs": {
1708
1708
  "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.",
1709
1709
  "stability": "stable",
1710
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#id Certificate#id}."
1710
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#id Certificate#id}."
1711
1711
  },
1712
1712
  "immutable": true,
1713
1713
  "locationInModule": {
@@ -1724,7 +1724,7 @@
1724
1724
  "abstract": true,
1725
1725
  "docs": {
1726
1726
  "stability": "stable",
1727
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#key_type Certificate#key_type}."
1727
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#key_type Certificate#key_type}."
1728
1728
  },
1729
1729
  "immutable": true,
1730
1730
  "locationInModule": {
@@ -1741,7 +1741,7 @@
1741
1741
  "abstract": true,
1742
1742
  "docs": {
1743
1743
  "stability": "stable",
1744
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
1744
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
1745
1745
  },
1746
1746
  "immutable": true,
1747
1747
  "locationInModule": {
@@ -1758,7 +1758,7 @@
1758
1758
  "abstract": true,
1759
1759
  "docs": {
1760
1760
  "stability": "stable",
1761
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#must_staple Certificate#must_staple}."
1761
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#must_staple Certificate#must_staple}."
1762
1762
  },
1763
1763
  "immutable": true,
1764
1764
  "locationInModule": {
@@ -1784,7 +1784,7 @@
1784
1784
  "abstract": true,
1785
1785
  "docs": {
1786
1786
  "stability": "stable",
1787
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
1787
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
1788
1788
  },
1789
1789
  "immutable": true,
1790
1790
  "locationInModule": {
@@ -1801,7 +1801,7 @@
1801
1801
  "abstract": true,
1802
1802
  "docs": {
1803
1803
  "stability": "stable",
1804
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
1804
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
1805
1805
  },
1806
1806
  "immutable": true,
1807
1807
  "locationInModule": {
@@ -1818,7 +1818,7 @@
1818
1818
  "abstract": true,
1819
1819
  "docs": {
1820
1820
  "stability": "stable",
1821
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1821
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1822
1822
  },
1823
1823
  "immutable": true,
1824
1824
  "locationInModule": {
@@ -1840,7 +1840,7 @@
1840
1840
  "abstract": true,
1841
1841
  "docs": {
1842
1842
  "stability": "stable",
1843
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1843
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1844
1844
  },
1845
1845
  "immutable": true,
1846
1846
  "locationInModule": {
@@ -1866,7 +1866,7 @@
1866
1866
  "abstract": true,
1867
1867
  "docs": {
1868
1868
  "stability": "stable",
1869
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
1869
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
1870
1870
  },
1871
1871
  "immutable": true,
1872
1872
  "locationInModule": {
@@ -1883,7 +1883,7 @@
1883
1883
  "abstract": true,
1884
1884
  "docs": {
1885
1885
  "stability": "stable",
1886
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1886
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1887
1887
  },
1888
1888
  "immutable": true,
1889
1889
  "locationInModule": {
@@ -1904,7 +1904,7 @@
1904
1904
  {
1905
1905
  "abstract": true,
1906
1906
  "docs": {
1907
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
1907
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
1908
1908
  "stability": "stable",
1909
1909
  "summary": "tls_challenge block."
1910
1910
  },
@@ -1941,7 +1941,7 @@
1941
1941
  "abstract": true,
1942
1942
  "docs": {
1943
1943
  "stability": "stable",
1944
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#provider Certificate#provider}."
1944
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#provider Certificate#provider}."
1945
1945
  },
1946
1946
  "immutable": true,
1947
1947
  "locationInModule": {
@@ -1957,7 +1957,7 @@
1957
1957
  "abstract": true,
1958
1958
  "docs": {
1959
1959
  "stability": "stable",
1960
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#config Certificate#config}."
1960
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#config Certificate#config}."
1961
1961
  },
1962
1962
  "immutable": true,
1963
1963
  "locationInModule": {
@@ -2323,7 +2323,7 @@
2323
2323
  "abstract": true,
2324
2324
  "docs": {
2325
2325
  "stability": "stable",
2326
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#port Certificate#port}."
2326
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#port Certificate#port}."
2327
2327
  },
2328
2328
  "immutable": true,
2329
2329
  "locationInModule": {
@@ -2340,7 +2340,7 @@
2340
2340
  "abstract": true,
2341
2341
  "docs": {
2342
2342
  "stability": "stable",
2343
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#proxy_header Certificate#proxy_header}."
2343
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
2344
2344
  },
2345
2345
  "immutable": true,
2346
2346
  "locationInModule": {
@@ -2514,7 +2514,7 @@
2514
2514
  "abstract": true,
2515
2515
  "docs": {
2516
2516
  "stability": "stable",
2517
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#hosts Certificate#hosts}."
2517
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#hosts Certificate#hosts}."
2518
2518
  },
2519
2519
  "immutable": true,
2520
2520
  "locationInModule": {
@@ -2652,7 +2652,7 @@
2652
2652
  "abstract": true,
2653
2653
  "docs": {
2654
2654
  "stability": "stable",
2655
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
2655
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
2656
2656
  },
2657
2657
  "immutable": true,
2658
2658
  "locationInModule": {
@@ -2775,7 +2775,7 @@
2775
2775
  "abstract": true,
2776
2776
  "docs": {
2777
2777
  "stability": "stable",
2778
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#directory Certificate#directory}."
2778
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#directory Certificate#directory}."
2779
2779
  },
2780
2780
  "immutable": true,
2781
2781
  "locationInModule": {
@@ -2898,7 +2898,7 @@
2898
2898
  "abstract": true,
2899
2899
  "docs": {
2900
2900
  "stability": "stable",
2901
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/certificate#port Certificate#port}."
2901
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#port Certificate#port}."
2902
2902
  },
2903
2903
  "immutable": true,
2904
2904
  "locationInModule": {
@@ -3020,13 +3020,13 @@
3020
3020
  "base": "cdktf.TerraformProvider",
3021
3021
  "docs": {
3022
3022
  "stability": "stable",
3023
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs acme}."
3023
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs acme}."
3024
3024
  },
3025
3025
  "fqn": "@cdktf/provider-acme.provider.AcmeProvider",
3026
3026
  "initializer": {
3027
3027
  "docs": {
3028
3028
  "stability": "stable",
3029
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs acme} Resource."
3029
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs acme} Resource."
3030
3030
  },
3031
3031
  "locationInModule": {
3032
3032
  "filename": "src/provider/index.ts",
@@ -3097,7 +3097,7 @@
3097
3097
  },
3098
3098
  {
3099
3099
  "docs": {
3100
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs#import import section} in the documentation of this resource for the id to use",
3100
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs#import import section} in the documentation of this resource for the id to use",
3101
3101
  "summary": "The id of the existing AcmeProvider that should be imported."
3102
3102
  },
3103
3103
  "name": "importFromId",
@@ -3278,7 +3278,7 @@
3278
3278
  "abstract": true,
3279
3279
  "docs": {
3280
3280
  "stability": "stable",
3281
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs#server_url AcmeProvider#server_url}."
3281
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs#server_url AcmeProvider#server_url}."
3282
3282
  },
3283
3283
  "immutable": true,
3284
3284
  "locationInModule": {
@@ -3293,7 +3293,7 @@
3293
3293
  {
3294
3294
  "abstract": true,
3295
3295
  "docs": {
3296
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs#alias AcmeProvider#alias}",
3296
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs#alias AcmeProvider#alias}",
3297
3297
  "stability": "stable",
3298
3298
  "summary": "Alias name."
3299
3299
  },
@@ -3316,13 +3316,13 @@
3316
3316
  "base": "cdktf.TerraformResource",
3317
3317
  "docs": {
3318
3318
  "stability": "stable",
3319
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration acme_registration}."
3319
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration acme_registration}."
3320
3320
  },
3321
3321
  "fqn": "@cdktf/provider-acme.registration.Registration",
3322
3322
  "initializer": {
3323
3323
  "docs": {
3324
3324
  "stability": "stable",
3325
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration acme_registration} Resource."
3325
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration acme_registration} Resource."
3326
3326
  },
3327
3327
  "locationInModule": {
3328
3328
  "filename": "src/registration/index.ts",
@@ -3393,7 +3393,7 @@
3393
3393
  },
3394
3394
  {
3395
3395
  "docs": {
3396
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
3396
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
3397
3397
  "summary": "The id of the existing Registration that should be imported."
3398
3398
  },
3399
3399
  "name": "importFromId",
@@ -3673,7 +3673,7 @@
3673
3673
  "abstract": true,
3674
3674
  "docs": {
3675
3675
  "stability": "stable",
3676
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration#account_key_pem Registration#account_key_pem}."
3676
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
3677
3677
  },
3678
3678
  "immutable": true,
3679
3679
  "locationInModule": {
@@ -3689,7 +3689,7 @@
3689
3689
  "abstract": true,
3690
3690
  "docs": {
3691
3691
  "stability": "stable",
3692
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration#email_address Registration#email_address}."
3692
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration#email_address Registration#email_address}."
3693
3693
  },
3694
3694
  "immutable": true,
3695
3695
  "locationInModule": {
@@ -3704,7 +3704,7 @@
3704
3704
  {
3705
3705
  "abstract": true,
3706
3706
  "docs": {
3707
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration#external_account_binding Registration#external_account_binding}",
3707
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
3708
3708
  "stability": "stable",
3709
3709
  "summary": "external_account_binding block."
3710
3710
  },
@@ -3724,7 +3724,7 @@
3724
3724
  "docs": {
3725
3725
  "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.",
3726
3726
  "stability": "stable",
3727
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration#id Registration#id}."
3727
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration#id Registration#id}."
3728
3728
  },
3729
3729
  "immutable": true,
3730
3730
  "locationInModule": {
@@ -3759,7 +3759,7 @@
3759
3759
  "abstract": true,
3760
3760
  "docs": {
3761
3761
  "stability": "stable",
3762
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
3762
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
3763
3763
  },
3764
3764
  "immutable": true,
3765
3765
  "locationInModule": {
@@ -3775,7 +3775,7 @@
3775
3775
  "abstract": true,
3776
3776
  "docs": {
3777
3777
  "stability": "stable",
3778
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs/resources/registration#key_id Registration#key_id}."
3778
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration#key_id Registration#key_id}."
3779
3779
  },
3780
3780
  "immutable": true,
3781
3781
  "locationInModule": {
@@ -3908,6 +3908,6 @@
3908
3908
  "symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
3909
3909
  }
3910
3910
  },
3911
- "version": "11.1.1",
3912
- "fingerprint": "eEQpuOSNIccmO6kXLLdxlKt1hJFKBu/QtszTzgAot30="
3911
+ "version": "11.2.0",
3912
+ "fingerprint": "4ivVC0/v+lGSl5h76F6+bG3cYRtt9DDaYY+vmgOBfkk="
3913
3913
  }
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
- # CDKTF prebuilt bindings for vancluever/acme provider version 2.20.2
2
+ # CDKTF prebuilt bindings for vancluever/acme provider version 2.21.0
3
3
 
4
- This repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.20.2/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
+ This repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
5
5
 
6
6
  ## Available Packages
7
7
 
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform acme provider version 1:1.
63
63
  These are the upstream dependencies:
64
64
 
65
65
  - [CDK for Terraform](https://cdk.tf)
66
- - [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.20.2)
66
+ - [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.21.0)
67
67
  - [Terraform Engine](https://terraform.io)
68
68
 
69
69
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.