@cdktf/provider-acme 11.2.0 → 11.4.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.3.27 (build 853e7ef)",
75
+ "jsiiVersion": "5.3.37 (build c365bc1)",
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.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"
94
+ "markdown": "\n# CDKTF prebuilt bindings for vancluever/acme provider version 2.23.1\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.23.1/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.23.1)\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,17 +105,27 @@
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.21.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.23.1/docs/resources/certificate).\n"
109
109
  },
110
110
  "symbolId": "src/certificate/index:"
111
111
  },
112
- "@cdktf/provider-acme.provider": {
112
+ "@cdktf/provider-acme.dataAcmeServerUrl": {
113
113
  "locationInModule": {
114
114
  "filename": "src/index.ts",
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.21.0/docs).\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.23.1/docs/data-sources/server_url).\n"
119
+ },
120
+ "symbolId": "src/data-acme-server-url/index:"
121
+ },
122
+ "@cdktf/provider-acme.provider": {
123
+ "locationInModule": {
124
+ "filename": "src/index.ts",
125
+ "line": 10
126
+ },
127
+ "readme": {
128
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs).\n"
119
129
  },
120
130
  "symbolId": "src/provider/index:"
121
131
  },
@@ -125,7 +135,7 @@
125
135
  "line": 8
126
136
  },
127
137
  "readme": {
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"
138
+ "markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration).\n"
129
139
  },
130
140
  "symbolId": "src/registration/index:"
131
141
  }
@@ -160,13 +170,13 @@
160
170
  "base": "cdktf.TerraformResource",
161
171
  "docs": {
162
172
  "stability": "stable",
163
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate acme_certificate}."
173
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate acme_certificate}."
164
174
  },
165
175
  "fqn": "@cdktf/provider-acme.certificate.Certificate",
166
176
  "initializer": {
167
177
  "docs": {
168
178
  "stability": "stable",
169
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate acme_certificate} Resource."
179
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate acme_certificate} Resource."
170
180
  },
171
181
  "locationInModule": {
172
182
  "filename": "src/certificate/index.ts",
@@ -237,7 +247,7 @@
237
247
  },
238
248
  {
239
249
  "docs": {
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",
250
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#import import section} in the documentation of this resource for the id to use",
241
251
  "summary": "The id of the existing Certificate that should be imported."
242
252
  },
243
253
  "name": "importFromId",
@@ -1492,7 +1502,7 @@
1492
1502
  "abstract": true,
1493
1503
  "docs": {
1494
1504
  "stability": "stable",
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}."
1505
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
1496
1506
  },
1497
1507
  "immutable": true,
1498
1508
  "locationInModule": {
@@ -1508,7 +1518,7 @@
1508
1518
  "abstract": true,
1509
1519
  "docs": {
1510
1520
  "stability": "stable",
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}."
1521
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
1512
1522
  },
1513
1523
  "immutable": true,
1514
1524
  "locationInModule": {
@@ -1525,7 +1535,7 @@
1525
1535
  "abstract": true,
1526
1536
  "docs": {
1527
1537
  "stability": "stable",
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}."
1538
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
1529
1539
  },
1530
1540
  "immutable": true,
1531
1541
  "locationInModule": {
@@ -1542,7 +1552,7 @@
1542
1552
  "abstract": true,
1543
1553
  "docs": {
1544
1554
  "stability": "stable",
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}."
1555
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
1546
1556
  },
1547
1557
  "immutable": true,
1548
1558
  "locationInModule": {
@@ -1559,7 +1569,7 @@
1559
1569
  "abstract": true,
1560
1570
  "docs": {
1561
1571
  "stability": "stable",
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}."
1572
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#common_name Certificate#common_name}."
1563
1573
  },
1564
1574
  "immutable": true,
1565
1575
  "locationInModule": {
@@ -1576,7 +1586,7 @@
1576
1586
  "abstract": true,
1577
1587
  "docs": {
1578
1588
  "stability": "stable",
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}."
1589
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
1580
1590
  },
1581
1591
  "immutable": true,
1582
1592
  "locationInModule": {
@@ -1601,7 +1611,7 @@
1601
1611
  {
1602
1612
  "abstract": true,
1603
1613
  "docs": {
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}",
1614
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
1605
1615
  "stability": "stable",
1606
1616
  "summary": "dns_challenge block."
1607
1617
  },
@@ -1633,7 +1643,7 @@
1633
1643
  {
1634
1644
  "abstract": true,
1635
1645
  "docs": {
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}",
1646
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#http_challenge Certificate#http_challenge}",
1637
1647
  "stability": "stable",
1638
1648
  "summary": "http_challenge block."
1639
1649
  },
@@ -1651,7 +1661,7 @@
1651
1661
  {
1652
1662
  "abstract": true,
1653
1663
  "docs": {
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}",
1664
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
1655
1665
  "stability": "stable",
1656
1666
  "summary": "http_memcached_challenge block."
1657
1667
  },
@@ -1669,7 +1679,7 @@
1669
1679
  {
1670
1680
  "abstract": true,
1671
1681
  "docs": {
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}",
1682
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
1673
1683
  "stability": "stable",
1674
1684
  "summary": "http_s3_challenge block."
1675
1685
  },
@@ -1687,7 +1697,7 @@
1687
1697
  {
1688
1698
  "abstract": true,
1689
1699
  "docs": {
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}",
1700
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
1691
1701
  "stability": "stable",
1692
1702
  "summary": "http_webroot_challenge block."
1693
1703
  },
@@ -1707,7 +1717,7 @@
1707
1717
  "docs": {
1708
1718
  "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
1719
  "stability": "stable",
1710
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#id Certificate#id}."
1720
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#id Certificate#id}."
1711
1721
  },
1712
1722
  "immutable": true,
1713
1723
  "locationInModule": {
@@ -1724,7 +1734,7 @@
1724
1734
  "abstract": true,
1725
1735
  "docs": {
1726
1736
  "stability": "stable",
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}."
1737
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#key_type Certificate#key_type}."
1728
1738
  },
1729
1739
  "immutable": true,
1730
1740
  "locationInModule": {
@@ -1741,7 +1751,7 @@
1741
1751
  "abstract": true,
1742
1752
  "docs": {
1743
1753
  "stability": "stable",
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}."
1754
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
1745
1755
  },
1746
1756
  "immutable": true,
1747
1757
  "locationInModule": {
@@ -1758,7 +1768,7 @@
1758
1768
  "abstract": true,
1759
1769
  "docs": {
1760
1770
  "stability": "stable",
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}."
1771
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#must_staple Certificate#must_staple}."
1762
1772
  },
1763
1773
  "immutable": true,
1764
1774
  "locationInModule": {
@@ -1784,7 +1794,7 @@
1784
1794
  "abstract": true,
1785
1795
  "docs": {
1786
1796
  "stability": "stable",
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}."
1797
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
1788
1798
  },
1789
1799
  "immutable": true,
1790
1800
  "locationInModule": {
@@ -1801,7 +1811,7 @@
1801
1811
  "abstract": true,
1802
1812
  "docs": {
1803
1813
  "stability": "stable",
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}."
1814
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
1805
1815
  },
1806
1816
  "immutable": true,
1807
1817
  "locationInModule": {
@@ -1818,7 +1828,7 @@
1818
1828
  "abstract": true,
1819
1829
  "docs": {
1820
1830
  "stability": "stable",
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}."
1831
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
1822
1832
  },
1823
1833
  "immutable": true,
1824
1834
  "locationInModule": {
@@ -1840,7 +1850,7 @@
1840
1850
  "abstract": true,
1841
1851
  "docs": {
1842
1852
  "stability": "stable",
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}."
1853
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
1844
1854
  },
1845
1855
  "immutable": true,
1846
1856
  "locationInModule": {
@@ -1866,7 +1876,7 @@
1866
1876
  "abstract": true,
1867
1877
  "docs": {
1868
1878
  "stability": "stable",
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}."
1879
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
1870
1880
  },
1871
1881
  "immutable": true,
1872
1882
  "locationInModule": {
@@ -1883,7 +1893,7 @@
1883
1893
  "abstract": true,
1884
1894
  "docs": {
1885
1895
  "stability": "stable",
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}."
1896
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
1887
1897
  },
1888
1898
  "immutable": true,
1889
1899
  "locationInModule": {
@@ -1904,7 +1914,7 @@
1904
1914
  {
1905
1915
  "abstract": true,
1906
1916
  "docs": {
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}",
1917
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
1908
1918
  "stability": "stable",
1909
1919
  "summary": "tls_challenge block."
1910
1920
  },
@@ -1941,7 +1951,7 @@
1941
1951
  "abstract": true,
1942
1952
  "docs": {
1943
1953
  "stability": "stable",
1944
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#provider Certificate#provider}."
1954
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#provider Certificate#provider}."
1945
1955
  },
1946
1956
  "immutable": true,
1947
1957
  "locationInModule": {
@@ -1957,7 +1967,7 @@
1957
1967
  "abstract": true,
1958
1968
  "docs": {
1959
1969
  "stability": "stable",
1960
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#config Certificate#config}."
1970
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#config Certificate#config}."
1961
1971
  },
1962
1972
  "immutable": true,
1963
1973
  "locationInModule": {
@@ -2323,7 +2333,7 @@
2323
2333
  "abstract": true,
2324
2334
  "docs": {
2325
2335
  "stability": "stable",
2326
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#port Certificate#port}."
2336
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#port Certificate#port}."
2327
2337
  },
2328
2338
  "immutable": true,
2329
2339
  "locationInModule": {
@@ -2340,7 +2350,7 @@
2340
2350
  "abstract": true,
2341
2351
  "docs": {
2342
2352
  "stability": "stable",
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}."
2353
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#proxy_header Certificate#proxy_header}."
2344
2354
  },
2345
2355
  "immutable": true,
2346
2356
  "locationInModule": {
@@ -2514,7 +2524,7 @@
2514
2524
  "abstract": true,
2515
2525
  "docs": {
2516
2526
  "stability": "stable",
2517
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#hosts Certificate#hosts}."
2527
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#hosts Certificate#hosts}."
2518
2528
  },
2519
2529
  "immutable": true,
2520
2530
  "locationInModule": {
@@ -2652,7 +2662,7 @@
2652
2662
  "abstract": true,
2653
2663
  "docs": {
2654
2664
  "stability": "stable",
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}."
2665
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
2656
2666
  },
2657
2667
  "immutable": true,
2658
2668
  "locationInModule": {
@@ -2775,7 +2785,7 @@
2775
2785
  "abstract": true,
2776
2786
  "docs": {
2777
2787
  "stability": "stable",
2778
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#directory Certificate#directory}."
2788
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#directory Certificate#directory}."
2779
2789
  },
2780
2790
  "immutable": true,
2781
2791
  "locationInModule": {
@@ -2898,7 +2908,7 @@
2898
2908
  "abstract": true,
2899
2909
  "docs": {
2900
2910
  "stability": "stable",
2901
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/certificate#port Certificate#port}."
2911
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/certificate#port Certificate#port}."
2902
2912
  },
2903
2913
  "immutable": true,
2904
2914
  "locationInModule": {
@@ -3015,18 +3025,285 @@
3015
3025
  ],
3016
3026
  "symbolId": "src/certificate/index:CertificateTlsChallengeOutputReference"
3017
3027
  },
3028
+ "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrl": {
3029
+ "assembly": "@cdktf/provider-acme",
3030
+ "base": "cdktf.TerraformDataSource",
3031
+ "docs": {
3032
+ "stability": "stable",
3033
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/data-sources/server_url acme_server_url}."
3034
+ },
3035
+ "fqn": "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrl",
3036
+ "initializer": {
3037
+ "docs": {
3038
+ "stability": "stable",
3039
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/data-sources/server_url acme_server_url} Data Source."
3040
+ },
3041
+ "locationInModule": {
3042
+ "filename": "src/data-acme-server-url/index.ts",
3043
+ "line": 59
3044
+ },
3045
+ "parameters": [
3046
+ {
3047
+ "docs": {
3048
+ "summary": "The scope in which to define this construct."
3049
+ },
3050
+ "name": "scope",
3051
+ "type": {
3052
+ "fqn": "constructs.Construct"
3053
+ }
3054
+ },
3055
+ {
3056
+ "docs": {
3057
+ "remarks": "Must be unique amongst siblings in the same scope",
3058
+ "summary": "The scoped construct ID."
3059
+ },
3060
+ "name": "id",
3061
+ "type": {
3062
+ "primitive": "string"
3063
+ }
3064
+ },
3065
+ {
3066
+ "name": "config",
3067
+ "optional": true,
3068
+ "type": {
3069
+ "fqn": "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrlConfig"
3070
+ }
3071
+ }
3072
+ ]
3073
+ },
3074
+ "kind": "class",
3075
+ "locationInModule": {
3076
+ "filename": "src/data-acme-server-url/index.ts",
3077
+ "line": 27
3078
+ },
3079
+ "methods": [
3080
+ {
3081
+ "docs": {
3082
+ "stability": "stable",
3083
+ "summary": "Generates CDKTF code for importing a DataAcmeServerUrl resource upon running \"cdktf plan <stack-name>\"."
3084
+ },
3085
+ "locationInModule": {
3086
+ "filename": "src/data-acme-server-url/index.ts",
3087
+ "line": 44
3088
+ },
3089
+ "name": "generateConfigForImport",
3090
+ "parameters": [
3091
+ {
3092
+ "docs": {
3093
+ "summary": "The scope in which to define this construct."
3094
+ },
3095
+ "name": "scope",
3096
+ "type": {
3097
+ "fqn": "constructs.Construct"
3098
+ }
3099
+ },
3100
+ {
3101
+ "docs": {
3102
+ "summary": "The construct id used in the generated config for the DataAcmeServerUrl to import."
3103
+ },
3104
+ "name": "importToId",
3105
+ "type": {
3106
+ "primitive": "string"
3107
+ }
3108
+ },
3109
+ {
3110
+ "docs": {
3111
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/data-sources/server_url#import import section} in the documentation of this resource for the id to use",
3112
+ "summary": "The id of the existing DataAcmeServerUrl that should be imported."
3113
+ },
3114
+ "name": "importFromId",
3115
+ "type": {
3116
+ "primitive": "string"
3117
+ }
3118
+ },
3119
+ {
3120
+ "docs": {
3121
+ "summary": "? Optional instance of the provider where the DataAcmeServerUrl to import is found."
3122
+ },
3123
+ "name": "provider",
3124
+ "optional": true,
3125
+ "type": {
3126
+ "fqn": "cdktf.TerraformProvider"
3127
+ }
3128
+ }
3129
+ ],
3130
+ "returns": {
3131
+ "type": {
3132
+ "fqn": "cdktf.ImportableResource"
3133
+ }
3134
+ },
3135
+ "static": true
3136
+ },
3137
+ {
3138
+ "docs": {
3139
+ "stability": "stable"
3140
+ },
3141
+ "locationInModule": {
3142
+ "filename": "src/data-acme-server-url/index.ts",
3143
+ "line": 90
3144
+ },
3145
+ "name": "resetId"
3146
+ },
3147
+ {
3148
+ "docs": {
3149
+ "stability": "stable"
3150
+ },
3151
+ "locationInModule": {
3152
+ "filename": "src/data-acme-server-url/index.ts",
3153
+ "line": 107
3154
+ },
3155
+ "name": "synthesizeAttributes",
3156
+ "overrides": "cdktf.TerraformDataSource",
3157
+ "protected": true,
3158
+ "returns": {
3159
+ "type": {
3160
+ "collection": {
3161
+ "elementtype": {
3162
+ "primitive": "any"
3163
+ },
3164
+ "kind": "map"
3165
+ }
3166
+ }
3167
+ }
3168
+ },
3169
+ {
3170
+ "docs": {
3171
+ "stability": "stable"
3172
+ },
3173
+ "locationInModule": {
3174
+ "filename": "src/data-acme-server-url/index.ts",
3175
+ "line": 113
3176
+ },
3177
+ "name": "synthesizeHclAttributes",
3178
+ "overrides": "cdktf.TerraformDataSource",
3179
+ "protected": true,
3180
+ "returns": {
3181
+ "type": {
3182
+ "collection": {
3183
+ "elementtype": {
3184
+ "primitive": "any"
3185
+ },
3186
+ "kind": "map"
3187
+ }
3188
+ }
3189
+ }
3190
+ }
3191
+ ],
3192
+ "name": "DataAcmeServerUrl",
3193
+ "namespace": "dataAcmeServerUrl",
3194
+ "properties": [
3195
+ {
3196
+ "const": true,
3197
+ "docs": {
3198
+ "stability": "stable"
3199
+ },
3200
+ "immutable": true,
3201
+ "locationInModule": {
3202
+ "filename": "src/data-acme-server-url/index.ts",
3203
+ "line": 32
3204
+ },
3205
+ "name": "tfResourceType",
3206
+ "static": true,
3207
+ "type": {
3208
+ "primitive": "string"
3209
+ }
3210
+ },
3211
+ {
3212
+ "docs": {
3213
+ "stability": "stable"
3214
+ },
3215
+ "immutable": true,
3216
+ "locationInModule": {
3217
+ "filename": "src/data-acme-server-url/index.ts",
3218
+ "line": 99
3219
+ },
3220
+ "name": "serverUrl",
3221
+ "type": {
3222
+ "primitive": "string"
3223
+ }
3224
+ },
3225
+ {
3226
+ "docs": {
3227
+ "stability": "stable"
3228
+ },
3229
+ "immutable": true,
3230
+ "locationInModule": {
3231
+ "filename": "src/data-acme-server-url/index.ts",
3232
+ "line": 94
3233
+ },
3234
+ "name": "idInput",
3235
+ "optional": true,
3236
+ "type": {
3237
+ "primitive": "string"
3238
+ }
3239
+ },
3240
+ {
3241
+ "docs": {
3242
+ "stability": "stable"
3243
+ },
3244
+ "locationInModule": {
3245
+ "filename": "src/data-acme-server-url/index.ts",
3246
+ "line": 84
3247
+ },
3248
+ "name": "id",
3249
+ "type": {
3250
+ "primitive": "string"
3251
+ }
3252
+ }
3253
+ ],
3254
+ "symbolId": "src/data-acme-server-url/index:DataAcmeServerUrl"
3255
+ },
3256
+ "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrlConfig": {
3257
+ "assembly": "@cdktf/provider-acme",
3258
+ "datatype": true,
3259
+ "docs": {
3260
+ "stability": "stable"
3261
+ },
3262
+ "fqn": "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrlConfig",
3263
+ "interfaces": [
3264
+ "cdktf.TerraformMetaArguments"
3265
+ ],
3266
+ "kind": "interface",
3267
+ "locationInModule": {
3268
+ "filename": "src/data-acme-server-url/index.ts",
3269
+ "line": 14
3270
+ },
3271
+ "name": "DataAcmeServerUrlConfig",
3272
+ "namespace": "dataAcmeServerUrl",
3273
+ "properties": [
3274
+ {
3275
+ "abstract": true,
3276
+ "docs": {
3277
+ "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
3278
+ "stability": "stable",
3279
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/data-sources/server_url#id DataAcmeServerUrl#id}."
3280
+ },
3281
+ "immutable": true,
3282
+ "locationInModule": {
3283
+ "filename": "src/data-acme-server-url/index.ts",
3284
+ "line": 21
3285
+ },
3286
+ "name": "id",
3287
+ "optional": true,
3288
+ "type": {
3289
+ "primitive": "string"
3290
+ }
3291
+ }
3292
+ ],
3293
+ "symbolId": "src/data-acme-server-url/index:DataAcmeServerUrlConfig"
3294
+ },
3018
3295
  "@cdktf/provider-acme.provider.AcmeProvider": {
3019
3296
  "assembly": "@cdktf/provider-acme",
3020
3297
  "base": "cdktf.TerraformProvider",
3021
3298
  "docs": {
3022
3299
  "stability": "stable",
3023
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs acme}."
3300
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs acme}."
3024
3301
  },
3025
3302
  "fqn": "@cdktf/provider-acme.provider.AcmeProvider",
3026
3303
  "initializer": {
3027
3304
  "docs": {
3028
3305
  "stability": "stable",
3029
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs acme} Resource."
3306
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs acme} Resource."
3030
3307
  },
3031
3308
  "locationInModule": {
3032
3309
  "filename": "src/provider/index.ts",
@@ -3097,7 +3374,7 @@
3097
3374
  },
3098
3375
  {
3099
3376
  "docs": {
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",
3377
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs#import import section} in the documentation of this resource for the id to use",
3101
3378
  "summary": "The id of the existing AcmeProvider that should be imported."
3102
3379
  },
3103
3380
  "name": "importFromId",
@@ -3278,7 +3555,7 @@
3278
3555
  "abstract": true,
3279
3556
  "docs": {
3280
3557
  "stability": "stable",
3281
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs#server_url AcmeProvider#server_url}."
3558
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs#server_url AcmeProvider#server_url}."
3282
3559
  },
3283
3560
  "immutable": true,
3284
3561
  "locationInModule": {
@@ -3293,7 +3570,7 @@
3293
3570
  {
3294
3571
  "abstract": true,
3295
3572
  "docs": {
3296
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs#alias AcmeProvider#alias}",
3573
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs#alias AcmeProvider#alias}",
3297
3574
  "stability": "stable",
3298
3575
  "summary": "Alias name."
3299
3576
  },
@@ -3316,13 +3593,13 @@
3316
3593
  "base": "cdktf.TerraformResource",
3317
3594
  "docs": {
3318
3595
  "stability": "stable",
3319
- "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration acme_registration}."
3596
+ "summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration acme_registration}."
3320
3597
  },
3321
3598
  "fqn": "@cdktf/provider-acme.registration.Registration",
3322
3599
  "initializer": {
3323
3600
  "docs": {
3324
3601
  "stability": "stable",
3325
- "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration acme_registration} Resource."
3602
+ "summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration acme_registration} Resource."
3326
3603
  },
3327
3604
  "locationInModule": {
3328
3605
  "filename": "src/registration/index.ts",
@@ -3393,7 +3670,7 @@
3393
3670
  },
3394
3671
  {
3395
3672
  "docs": {
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",
3673
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
3397
3674
  "summary": "The id of the existing Registration that should be imported."
3398
3675
  },
3399
3676
  "name": "importFromId",
@@ -3673,7 +3950,7 @@
3673
3950
  "abstract": true,
3674
3951
  "docs": {
3675
3952
  "stability": "stable",
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}."
3953
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration#account_key_pem Registration#account_key_pem}."
3677
3954
  },
3678
3955
  "immutable": true,
3679
3956
  "locationInModule": {
@@ -3689,7 +3966,7 @@
3689
3966
  "abstract": true,
3690
3967
  "docs": {
3691
3968
  "stability": "stable",
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}."
3969
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration#email_address Registration#email_address}."
3693
3970
  },
3694
3971
  "immutable": true,
3695
3972
  "locationInModule": {
@@ -3704,7 +3981,7 @@
3704
3981
  {
3705
3982
  "abstract": true,
3706
3983
  "docs": {
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}",
3984
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration#external_account_binding Registration#external_account_binding}",
3708
3985
  "stability": "stable",
3709
3986
  "summary": "external_account_binding block."
3710
3987
  },
@@ -3724,7 +4001,7 @@
3724
4001
  "docs": {
3725
4002
  "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
4003
  "stability": "stable",
3727
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.21.0/docs/resources/registration#id Registration#id}."
4004
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration#id Registration#id}."
3728
4005
  },
3729
4006
  "immutable": true,
3730
4007
  "locationInModule": {
@@ -3759,7 +4036,7 @@
3759
4036
  "abstract": true,
3760
4037
  "docs": {
3761
4038
  "stability": "stable",
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}."
4039
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
3763
4040
  },
3764
4041
  "immutable": true,
3765
4042
  "locationInModule": {
@@ -3775,7 +4052,7 @@
3775
4052
  "abstract": true,
3776
4053
  "docs": {
3777
4054
  "stability": "stable",
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}."
4055
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.23.1/docs/resources/registration#key_id Registration#key_id}."
3779
4056
  },
3780
4057
  "immutable": true,
3781
4058
  "locationInModule": {
@@ -3908,6 +4185,6 @@
3908
4185
  "symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
3909
4186
  }
3910
4187
  },
3911
- "version": "11.2.0",
3912
- "fingerprint": "4ivVC0/v+lGSl5h76F6+bG3cYRtt9DDaYY+vmgOBfkk="
4188
+ "version": "11.4.0",
4189
+ "fingerprint": "Tg9ECTjLH+h+AsDFy1E/RzF7hP7uEf/tMD1UUqXuRbg="
3913
4190
  }