@cdktf/provider-acme 11.6.0 → 11.7.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 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.4.29 (build d02a91b)",
75
+ "jsiiVersion": "5.4.34 (build efc98a5)",
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.25.0\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.25.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.25.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"
94
+ "markdown": "\n# CDKTF prebuilt bindings for vancluever/acme provider version 2.26.0\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.26.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.26.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.25.0/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.26.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.25.0/docs/data-sources/server_url).\n"
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.26.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.25.0/docs).\n"
128
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.26.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.25.0/docs/resources/registration).\n"
138
+ "markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.26.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.25.0/docs/resources/certificate acme_certificate}."
173
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.26.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.25.0/docs/resources/certificate acme_certificate} Resource."
179
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.26.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.25.0/docs/resources/certificate#import import section} in the documentation of this resource for the id to use",
250
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.26.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",
@@ -1516,7 +1516,7 @@
1516
1516
  "abstract": true,
1517
1517
  "docs": {
1518
1518
  "stability": "stable",
1519
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
1519
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
1520
1520
  },
1521
1521
  "immutable": true,
1522
1522
  "locationInModule": {
@@ -1532,7 +1532,7 @@
1532
1532
  "abstract": true,
1533
1533
  "docs": {
1534
1534
  "stability": "stable",
1535
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1535
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1536
1536
  },
1537
1537
  "immutable": true,
1538
1538
  "locationInModule": {
@@ -1549,7 +1549,7 @@
1549
1549
  "abstract": true,
1550
1550
  "docs": {
1551
1551
  "stability": "stable",
1552
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1552
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1553
1553
  },
1554
1554
  "immutable": true,
1555
1555
  "locationInModule": {
@@ -1566,7 +1566,7 @@
1566
1566
  "abstract": true,
1567
1567
  "docs": {
1568
1568
  "stability": "stable",
1569
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
1569
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
1570
1570
  },
1571
1571
  "immutable": true,
1572
1572
  "locationInModule": {
@@ -1583,7 +1583,7 @@
1583
1583
  "abstract": true,
1584
1584
  "docs": {
1585
1585
  "stability": "stable",
1586
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#common_name Certificate#common_name}."
1586
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#common_name Certificate#common_name}."
1587
1587
  },
1588
1588
  "immutable": true,
1589
1589
  "locationInModule": {
@@ -1600,7 +1600,7 @@
1600
1600
  "abstract": true,
1601
1601
  "docs": {
1602
1602
  "stability": "stable",
1603
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1603
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1604
1604
  },
1605
1605
  "immutable": true,
1606
1606
  "locationInModule": {
@@ -1625,7 +1625,7 @@
1625
1625
  {
1626
1626
  "abstract": true,
1627
1627
  "docs": {
1628
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
1628
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
1629
1629
  "stability": "stable",
1630
1630
  "summary": "dns_challenge block."
1631
1631
  },
@@ -1657,7 +1657,7 @@
1657
1657
  {
1658
1658
  "abstract": true,
1659
1659
  "docs": {
1660
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
1660
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#http_challenge Certificate#http_challenge}",
1661
1661
  "stability": "stable",
1662
1662
  "summary": "http_challenge block."
1663
1663
  },
@@ -1675,7 +1675,7 @@
1675
1675
  {
1676
1676
  "abstract": true,
1677
1677
  "docs": {
1678
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1678
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1679
1679
  "stability": "stable",
1680
1680
  "summary": "http_memcached_challenge block."
1681
1681
  },
@@ -1693,7 +1693,7 @@
1693
1693
  {
1694
1694
  "abstract": true,
1695
1695
  "docs": {
1696
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
1696
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
1697
1697
  "stability": "stable",
1698
1698
  "summary": "http_s3_challenge block."
1699
1699
  },
@@ -1711,7 +1711,7 @@
1711
1711
  {
1712
1712
  "abstract": true,
1713
1713
  "docs": {
1714
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1714
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1715
1715
  "stability": "stable",
1716
1716
  "summary": "http_webroot_challenge block."
1717
1717
  },
@@ -1731,7 +1731,7 @@
1731
1731
  "docs": {
1732
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.",
1733
1733
  "stability": "stable",
1734
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#id Certificate#id}."
1734
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#id Certificate#id}."
1735
1735
  },
1736
1736
  "immutable": true,
1737
1737
  "locationInModule": {
@@ -1748,7 +1748,7 @@
1748
1748
  "abstract": true,
1749
1749
  "docs": {
1750
1750
  "stability": "stable",
1751
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#key_type Certificate#key_type}."
1751
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#key_type Certificate#key_type}."
1752
1752
  },
1753
1753
  "immutable": true,
1754
1754
  "locationInModule": {
@@ -1765,7 +1765,7 @@
1765
1765
  "abstract": true,
1766
1766
  "docs": {
1767
1767
  "stability": "stable",
1768
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
1768
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
1769
1769
  },
1770
1770
  "immutable": true,
1771
1771
  "locationInModule": {
@@ -1782,7 +1782,7 @@
1782
1782
  "abstract": true,
1783
1783
  "docs": {
1784
1784
  "stability": "stable",
1785
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#must_staple Certificate#must_staple}."
1785
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#must_staple Certificate#must_staple}."
1786
1786
  },
1787
1787
  "immutable": true,
1788
1788
  "locationInModule": {
@@ -1808,7 +1808,7 @@
1808
1808
  "abstract": true,
1809
1809
  "docs": {
1810
1810
  "stability": "stable",
1811
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
1811
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
1812
1812
  },
1813
1813
  "immutable": true,
1814
1814
  "locationInModule": {
@@ -1825,7 +1825,7 @@
1825
1825
  "abstract": true,
1826
1826
  "docs": {
1827
1827
  "stability": "stable",
1828
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
1828
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
1829
1829
  },
1830
1830
  "immutable": true,
1831
1831
  "locationInModule": {
@@ -1842,7 +1842,7 @@
1842
1842
  "abstract": true,
1843
1843
  "docs": {
1844
1844
  "stability": "stable",
1845
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1845
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1846
1846
  },
1847
1847
  "immutable": true,
1848
1848
  "locationInModule": {
@@ -1864,7 +1864,7 @@
1864
1864
  "abstract": true,
1865
1865
  "docs": {
1866
1866
  "stability": "stable",
1867
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1867
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1868
1868
  },
1869
1869
  "immutable": true,
1870
1870
  "locationInModule": {
@@ -1890,7 +1890,7 @@
1890
1890
  "abstract": true,
1891
1891
  "docs": {
1892
1892
  "stability": "stable",
1893
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
1893
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
1894
1894
  },
1895
1895
  "immutable": true,
1896
1896
  "locationInModule": {
@@ -1907,7 +1907,7 @@
1907
1907
  "abstract": true,
1908
1908
  "docs": {
1909
1909
  "stability": "stable",
1910
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1910
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1911
1911
  },
1912
1912
  "immutable": true,
1913
1913
  "locationInModule": {
@@ -1928,7 +1928,7 @@
1928
1928
  {
1929
1929
  "abstract": true,
1930
1930
  "docs": {
1931
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
1931
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
1932
1932
  "stability": "stable",
1933
1933
  "summary": "tls_challenge block."
1934
1934
  },
@@ -1965,7 +1965,7 @@
1965
1965
  "abstract": true,
1966
1966
  "docs": {
1967
1967
  "stability": "stable",
1968
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#provider Certificate#provider}."
1968
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#provider Certificate#provider}."
1969
1969
  },
1970
1970
  "immutable": true,
1971
1971
  "locationInModule": {
@@ -1981,7 +1981,7 @@
1981
1981
  "abstract": true,
1982
1982
  "docs": {
1983
1983
  "stability": "stable",
1984
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#config Certificate#config}."
1984
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#config Certificate#config}."
1985
1985
  },
1986
1986
  "immutable": true,
1987
1987
  "locationInModule": {
@@ -2347,7 +2347,7 @@
2347
2347
  "abstract": true,
2348
2348
  "docs": {
2349
2349
  "stability": "stable",
2350
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#port Certificate#port}."
2350
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#port Certificate#port}."
2351
2351
  },
2352
2352
  "immutable": true,
2353
2353
  "locationInModule": {
@@ -2364,7 +2364,7 @@
2364
2364
  "abstract": true,
2365
2365
  "docs": {
2366
2366
  "stability": "stable",
2367
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
2367
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#proxy_header Certificate#proxy_header}."
2368
2368
  },
2369
2369
  "immutable": true,
2370
2370
  "locationInModule": {
@@ -2538,7 +2538,7 @@
2538
2538
  "abstract": true,
2539
2539
  "docs": {
2540
2540
  "stability": "stable",
2541
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#hosts Certificate#hosts}."
2541
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#hosts Certificate#hosts}."
2542
2542
  },
2543
2543
  "immutable": true,
2544
2544
  "locationInModule": {
@@ -2676,7 +2676,7 @@
2676
2676
  "abstract": true,
2677
2677
  "docs": {
2678
2678
  "stability": "stable",
2679
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
2679
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
2680
2680
  },
2681
2681
  "immutable": true,
2682
2682
  "locationInModule": {
@@ -2799,7 +2799,7 @@
2799
2799
  "abstract": true,
2800
2800
  "docs": {
2801
2801
  "stability": "stable",
2802
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#directory Certificate#directory}."
2802
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#directory Certificate#directory}."
2803
2803
  },
2804
2804
  "immutable": true,
2805
2805
  "locationInModule": {
@@ -2922,7 +2922,7 @@
2922
2922
  "abstract": true,
2923
2923
  "docs": {
2924
2924
  "stability": "stable",
2925
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate#port Certificate#port}."
2925
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/certificate#port Certificate#port}."
2926
2926
  },
2927
2927
  "immutable": true,
2928
2928
  "locationInModule": {
@@ -3044,13 +3044,13 @@
3044
3044
  "base": "cdktf.TerraformDataSource",
3045
3045
  "docs": {
3046
3046
  "stability": "stable",
3047
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/data-sources/server_url acme_server_url}."
3047
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/data-sources/server_url acme_server_url}."
3048
3048
  },
3049
3049
  "fqn": "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrl",
3050
3050
  "initializer": {
3051
3051
  "docs": {
3052
3052
  "stability": "stable",
3053
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/data-sources/server_url acme_server_url} Data Source."
3053
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/data-sources/server_url acme_server_url} Data Source."
3054
3054
  },
3055
3055
  "locationInModule": {
3056
3056
  "filename": "src/data-acme-server-url/index.ts",
@@ -3122,7 +3122,7 @@
3122
3122
  },
3123
3123
  {
3124
3124
  "docs": {
3125
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/data-sources/server_url#import import section} in the documentation of this resource for the id to use",
3125
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/data-sources/server_url#import import section} in the documentation of this resource for the id to use",
3126
3126
  "summary": "The id of the existing DataAcmeServerUrl that should be imported."
3127
3127
  },
3128
3128
  "name": "importFromId",
@@ -3290,7 +3290,7 @@
3290
3290
  "docs": {
3291
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.",
3292
3292
  "stability": "stable",
3293
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/data-sources/server_url#id DataAcmeServerUrl#id}."
3293
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/data-sources/server_url#id DataAcmeServerUrl#id}."
3294
3294
  },
3295
3295
  "immutable": true,
3296
3296
  "locationInModule": {
@@ -3311,13 +3311,13 @@
3311
3311
  "base": "cdktf.TerraformProvider",
3312
3312
  "docs": {
3313
3313
  "stability": "stable",
3314
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs acme}."
3314
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs acme}."
3315
3315
  },
3316
3316
  "fqn": "@cdktf/provider-acme.provider.AcmeProvider",
3317
3317
  "initializer": {
3318
3318
  "docs": {
3319
3319
  "stability": "stable",
3320
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs acme} Resource."
3320
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs acme} Resource."
3321
3321
  },
3322
3322
  "locationInModule": {
3323
3323
  "filename": "src/provider/index.ts",
@@ -3388,7 +3388,7 @@
3388
3388
  },
3389
3389
  {
3390
3390
  "docs": {
3391
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs#import import section} in the documentation of this resource for the id to use",
3391
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs#import import section} in the documentation of this resource for the id to use",
3392
3392
  "summary": "The id of the existing AcmeProvider that should be imported."
3393
3393
  },
3394
3394
  "name": "importFromId",
@@ -3569,7 +3569,7 @@
3569
3569
  "abstract": true,
3570
3570
  "docs": {
3571
3571
  "stability": "stable",
3572
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs#server_url AcmeProvider#server_url}."
3572
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs#server_url AcmeProvider#server_url}."
3573
3573
  },
3574
3574
  "immutable": true,
3575
3575
  "locationInModule": {
@@ -3584,7 +3584,7 @@
3584
3584
  {
3585
3585
  "abstract": true,
3586
3586
  "docs": {
3587
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs#alias AcmeProvider#alias}",
3587
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs#alias AcmeProvider#alias}",
3588
3588
  "stability": "stable",
3589
3589
  "summary": "Alias name."
3590
3590
  },
@@ -3607,13 +3607,13 @@
3607
3607
  "base": "cdktf.TerraformResource",
3608
3608
  "docs": {
3609
3609
  "stability": "stable",
3610
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration acme_registration}."
3610
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration acme_registration}."
3611
3611
  },
3612
3612
  "fqn": "@cdktf/provider-acme.registration.Registration",
3613
3613
  "initializer": {
3614
3614
  "docs": {
3615
3615
  "stability": "stable",
3616
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration acme_registration} Resource."
3616
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration acme_registration} Resource."
3617
3617
  },
3618
3618
  "locationInModule": {
3619
3619
  "filename": "src/registration/index.ts",
@@ -3684,7 +3684,7 @@
3684
3684
  },
3685
3685
  {
3686
3686
  "docs": {
3687
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
3687
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
3688
3688
  "summary": "The id of the existing Registration that should be imported."
3689
3689
  },
3690
3690
  "name": "importFromId",
@@ -4088,7 +4088,7 @@
4088
4088
  "abstract": true,
4089
4089
  "docs": {
4090
4090
  "stability": "stable",
4091
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#email_address Registration#email_address}."
4091
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#email_address Registration#email_address}."
4092
4092
  },
4093
4093
  "immutable": true,
4094
4094
  "locationInModule": {
@@ -4104,7 +4104,7 @@
4104
4104
  "abstract": true,
4105
4105
  "docs": {
4106
4106
  "stability": "stable",
4107
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#account_key_algorithm Registration#account_key_algorithm}."
4107
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#account_key_algorithm Registration#account_key_algorithm}."
4108
4108
  },
4109
4109
  "immutable": true,
4110
4110
  "locationInModule": {
@@ -4121,7 +4121,7 @@
4121
4121
  "abstract": true,
4122
4122
  "docs": {
4123
4123
  "stability": "stable",
4124
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#account_key_ecdsa_curve Registration#account_key_ecdsa_curve}."
4124
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#account_key_ecdsa_curve Registration#account_key_ecdsa_curve}."
4125
4125
  },
4126
4126
  "immutable": true,
4127
4127
  "locationInModule": {
@@ -4138,7 +4138,7 @@
4138
4138
  "abstract": true,
4139
4139
  "docs": {
4140
4140
  "stability": "stable",
4141
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
4141
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#account_key_pem Registration#account_key_pem}."
4142
4142
  },
4143
4143
  "immutable": true,
4144
4144
  "locationInModule": {
@@ -4155,7 +4155,7 @@
4155
4155
  "abstract": true,
4156
4156
  "docs": {
4157
4157
  "stability": "stable",
4158
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#account_key_rsa_bits Registration#account_key_rsa_bits}."
4158
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#account_key_rsa_bits Registration#account_key_rsa_bits}."
4159
4159
  },
4160
4160
  "immutable": true,
4161
4161
  "locationInModule": {
@@ -4171,7 +4171,7 @@
4171
4171
  {
4172
4172
  "abstract": true,
4173
4173
  "docs": {
4174
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
4174
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#external_account_binding Registration#external_account_binding}",
4175
4175
  "stability": "stable",
4176
4176
  "summary": "external_account_binding block."
4177
4177
  },
@@ -4191,7 +4191,7 @@
4191
4191
  "docs": {
4192
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.",
4193
4193
  "stability": "stable",
4194
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#id Registration#id}."
4194
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#id Registration#id}."
4195
4195
  },
4196
4196
  "immutable": true,
4197
4197
  "locationInModule": {
@@ -4226,7 +4226,7 @@
4226
4226
  "abstract": true,
4227
4227
  "docs": {
4228
4228
  "stability": "stable",
4229
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
4229
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
4230
4230
  },
4231
4231
  "immutable": true,
4232
4232
  "locationInModule": {
@@ -4242,7 +4242,7 @@
4242
4242
  "abstract": true,
4243
4243
  "docs": {
4244
4244
  "stability": "stable",
4245
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration#key_id Registration#key_id}."
4245
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.26.0/docs/resources/registration#key_id Registration#key_id}."
4246
4246
  },
4247
4247
  "immutable": true,
4248
4248
  "locationInModule": {
@@ -4375,6 +4375,6 @@
4375
4375
  "symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
4376
4376
  }
4377
4377
  },
4378
- "version": "11.6.0",
4379
- "fingerprint": "+MEH6U6a4NgqtcooTzujmcoGldO2RyomDN2BwQqFB8U="
4378
+ "version": "11.7.0",
4379
+ "fingerprint": "Im+EJ4F5i+rMnbwgZW9wa31Bhovf3SjBl5qi/6E6nt0="
4380
4380
  }
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
- # CDKTF prebuilt bindings for vancluever/acme provider version 2.25.0
2
+ # CDKTF prebuilt bindings for vancluever/acme provider version 2.26.0
3
3
 
4
- This repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.25.0/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.26.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.25.0)
66
+ - [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.26.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.