@cdktf/provider-acme 12.2.0 → 12.3.1
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 +65 -65
- package/README.md +3 -3
- package/lib/certificate/index.d.ts +37 -37
- package/lib/certificate/index.js +13 -13
- package/lib/data-acme-server-url/index.d.ts +4 -4
- package/lib/data-acme-server-url/index.js +6 -6
- package/lib/provider/index.d.ts +5 -5
- package/lib/provider/index.js +6 -6
- package/lib/registration/index.d.ts +12 -12
- package/lib/registration/index.js +7 -7
- package/package.json +5 -5
package/.jsii
CHANGED
@@ -91,7 +91,7 @@
|
|
91
91
|
},
|
92
92
|
"name": "@cdktf/provider-acme",
|
93
93
|
"readme": {
|
94
|
-
"markdown": "\n# CDKTF prebuilt bindings for vancluever/acme provider version 2.
|
94
|
+
"markdown": "\n# CDKTF prebuilt bindings for vancluever/acme provider version 2.35.1\n\nThis repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.35.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.35.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,7 +105,7 @@
|
|
105
105
|
"line": 7
|
106
106
|
},
|
107
107
|
"readme": {
|
108
|
-
"markdown": "# `acme_certificate`\n\nRefer to the Terraform Registry for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.
|
108
|
+
"markdown": "# `acme_certificate`\n\nRefer to the Terraform Registry for docs: [`acme_certificate`](https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate).\n"
|
109
109
|
},
|
110
110
|
"symbolId": "src/certificate/index:"
|
111
111
|
},
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"line": 9
|
116
116
|
},
|
117
117
|
"readme": {
|
118
|
-
"markdown": "# `data_acme_server_url`\n\nRefer to the Terraform Registry for docs: [`data_acme_server_url`](https://registry.terraform.io/providers/vancluever/acme/2.
|
118
|
+
"markdown": "# `data_acme_server_url`\n\nRefer to the Terraform Registry for docs: [`data_acme_server_url`](https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/data-sources/server_url).\n"
|
119
119
|
},
|
120
120
|
"symbolId": "src/data-acme-server-url/index:"
|
121
121
|
},
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"line": 10
|
126
126
|
},
|
127
127
|
"readme": {
|
128
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.
|
128
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`acme`](https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs).\n"
|
129
129
|
},
|
130
130
|
"symbolId": "src/provider/index:"
|
131
131
|
},
|
@@ -135,7 +135,7 @@
|
|
135
135
|
"line": 8
|
136
136
|
},
|
137
137
|
"readme": {
|
138
|
-
"markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.
|
138
|
+
"markdown": "# `acme_registration`\n\nRefer to the Terraform Registry for docs: [`acme_registration`](https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration).\n"
|
139
139
|
},
|
140
140
|
"symbolId": "src/registration/index:"
|
141
141
|
}
|
@@ -170,13 +170,13 @@
|
|
170
170
|
"base": "cdktf.TerraformResource",
|
171
171
|
"docs": {
|
172
172
|
"stability": "stable",
|
173
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
173
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate acme_certificate}."
|
174
174
|
},
|
175
175
|
"fqn": "@cdktf/provider-acme.certificate.Certificate",
|
176
176
|
"initializer": {
|
177
177
|
"docs": {
|
178
178
|
"stability": "stable",
|
179
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
179
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate acme_certificate} Resource."
|
180
180
|
},
|
181
181
|
"locationInModule": {
|
182
182
|
"filename": "src/certificate/index.ts",
|
@@ -247,7 +247,7 @@
|
|
247
247
|
},
|
248
248
|
{
|
249
249
|
"docs": {
|
250
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
250
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/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",
|
@@ -1774,7 +1774,7 @@
|
|
1774
1774
|
"abstract": true,
|
1775
1775
|
"docs": {
|
1776
1776
|
"stability": "stable",
|
1777
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1777
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#account_key_pem Certificate#account_key_pem}."
|
1778
1778
|
},
|
1779
1779
|
"immutable": true,
|
1780
1780
|
"locationInModule": {
|
@@ -1790,7 +1790,7 @@
|
|
1790
1790
|
"abstract": true,
|
1791
1791
|
"docs": {
|
1792
1792
|
"stability": "stable",
|
1793
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1793
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}."
|
1794
1794
|
},
|
1795
1795
|
"immutable": true,
|
1796
1796
|
"locationInModule": {
|
@@ -1807,7 +1807,7 @@
|
|
1807
1807
|
"abstract": true,
|
1808
1808
|
"docs": {
|
1809
1809
|
"stability": "stable",
|
1810
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1810
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}."
|
1811
1811
|
},
|
1812
1812
|
"immutable": true,
|
1813
1813
|
"locationInModule": {
|
@@ -1824,7 +1824,7 @@
|
|
1824
1824
|
"abstract": true,
|
1825
1825
|
"docs": {
|
1826
1826
|
"stability": "stable",
|
1827
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1827
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#cert_timeout Certificate#cert_timeout}."
|
1828
1828
|
},
|
1829
1829
|
"immutable": true,
|
1830
1830
|
"locationInModule": {
|
@@ -1841,7 +1841,7 @@
|
|
1841
1841
|
"abstract": true,
|
1842
1842
|
"docs": {
|
1843
1843
|
"stability": "stable",
|
1844
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1844
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#common_name Certificate#common_name}."
|
1845
1845
|
},
|
1846
1846
|
"immutable": true,
|
1847
1847
|
"locationInModule": {
|
@@ -1858,7 +1858,7 @@
|
|
1858
1858
|
"abstract": true,
|
1859
1859
|
"docs": {
|
1860
1860
|
"stability": "stable",
|
1861
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1861
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}."
|
1862
1862
|
},
|
1863
1863
|
"immutable": true,
|
1864
1864
|
"locationInModule": {
|
@@ -1883,7 +1883,7 @@
|
|
1883
1883
|
{
|
1884
1884
|
"abstract": true,
|
1885
1885
|
"docs": {
|
1886
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1886
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#dns_challenge Certificate#dns_challenge}",
|
1887
1887
|
"stability": "stable",
|
1888
1888
|
"summary": "dns_challenge block."
|
1889
1889
|
},
|
@@ -1915,7 +1915,7 @@
|
|
1915
1915
|
{
|
1916
1916
|
"abstract": true,
|
1917
1917
|
"docs": {
|
1918
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1918
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#http_challenge Certificate#http_challenge}",
|
1919
1919
|
"stability": "stable",
|
1920
1920
|
"summary": "http_challenge block."
|
1921
1921
|
},
|
@@ -1933,7 +1933,7 @@
|
|
1933
1933
|
{
|
1934
1934
|
"abstract": true,
|
1935
1935
|
"docs": {
|
1936
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1936
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}",
|
1937
1937
|
"stability": "stable",
|
1938
1938
|
"summary": "http_memcached_challenge block."
|
1939
1939
|
},
|
@@ -1951,7 +1951,7 @@
|
|
1951
1951
|
{
|
1952
1952
|
"abstract": true,
|
1953
1953
|
"docs": {
|
1954
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1954
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}",
|
1955
1955
|
"stability": "stable",
|
1956
1956
|
"summary": "http_s3_challenge block."
|
1957
1957
|
},
|
@@ -1969,7 +1969,7 @@
|
|
1969
1969
|
{
|
1970
1970
|
"abstract": true,
|
1971
1971
|
"docs": {
|
1972
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1972
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}",
|
1973
1973
|
"stability": "stable",
|
1974
1974
|
"summary": "http_webroot_challenge block."
|
1975
1975
|
},
|
@@ -1989,7 +1989,7 @@
|
|
1989
1989
|
"docs": {
|
1990
1990
|
"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.",
|
1991
1991
|
"stability": "stable",
|
1992
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
1992
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#id Certificate#id}."
|
1993
1993
|
},
|
1994
1994
|
"immutable": true,
|
1995
1995
|
"locationInModule": {
|
@@ -2006,7 +2006,7 @@
|
|
2006
2006
|
"abstract": true,
|
2007
2007
|
"docs": {
|
2008
2008
|
"stability": "stable",
|
2009
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2009
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#key_type Certificate#key_type}."
|
2010
2010
|
},
|
2011
2011
|
"immutable": true,
|
2012
2012
|
"locationInModule": {
|
@@ -2023,7 +2023,7 @@
|
|
2023
2023
|
"abstract": true,
|
2024
2024
|
"docs": {
|
2025
2025
|
"stability": "stable",
|
2026
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2026
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}."
|
2027
2027
|
},
|
2028
2028
|
"immutable": true,
|
2029
2029
|
"locationInModule": {
|
@@ -2040,7 +2040,7 @@
|
|
2040
2040
|
"abstract": true,
|
2041
2041
|
"docs": {
|
2042
2042
|
"stability": "stable",
|
2043
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2043
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#must_staple Certificate#must_staple}."
|
2044
2044
|
},
|
2045
2045
|
"immutable": true,
|
2046
2046
|
"locationInModule": {
|
@@ -2066,7 +2066,7 @@
|
|
2066
2066
|
"abstract": true,
|
2067
2067
|
"docs": {
|
2068
2068
|
"stability": "stable",
|
2069
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2069
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}."
|
2070
2070
|
},
|
2071
2071
|
"immutable": true,
|
2072
2072
|
"locationInModule": {
|
@@ -2083,7 +2083,7 @@
|
|
2083
2083
|
"abstract": true,
|
2084
2084
|
"docs": {
|
2085
2085
|
"stability": "stable",
|
2086
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2086
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#preferred_chain Certificate#preferred_chain}."
|
2087
2087
|
},
|
2088
2088
|
"immutable": true,
|
2089
2089
|
"locationInModule": {
|
@@ -2100,7 +2100,7 @@
|
|
2100
2100
|
"abstract": true,
|
2101
2101
|
"docs": {
|
2102
2102
|
"stability": "stable",
|
2103
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2103
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#profile Certificate#profile}."
|
2104
2104
|
},
|
2105
2105
|
"immutable": true,
|
2106
2106
|
"locationInModule": {
|
@@ -2117,7 +2117,7 @@
|
|
2117
2117
|
"abstract": true,
|
2118
2118
|
"docs": {
|
2119
2119
|
"stability": "stable",
|
2120
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2120
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}."
|
2121
2121
|
},
|
2122
2122
|
"immutable": true,
|
2123
2123
|
"locationInModule": {
|
@@ -2139,7 +2139,7 @@
|
|
2139
2139
|
"abstract": true,
|
2140
2140
|
"docs": {
|
2141
2141
|
"stability": "stable",
|
2142
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2142
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#renewal_info_ignore_retry_after Certificate#renewal_info_ignore_retry_after}."
|
2143
2143
|
},
|
2144
2144
|
"immutable": true,
|
2145
2145
|
"locationInModule": {
|
@@ -2165,7 +2165,7 @@
|
|
2165
2165
|
"abstract": true,
|
2166
2166
|
"docs": {
|
2167
2167
|
"stability": "stable",
|
2168
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2168
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#renewal_info_max_sleep Certificate#renewal_info_max_sleep}."
|
2169
2169
|
},
|
2170
2170
|
"immutable": true,
|
2171
2171
|
"locationInModule": {
|
@@ -2182,7 +2182,7 @@
|
|
2182
2182
|
"abstract": true,
|
2183
2183
|
"docs": {
|
2184
2184
|
"stability": "stable",
|
2185
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2185
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}."
|
2186
2186
|
},
|
2187
2187
|
"immutable": true,
|
2188
2188
|
"locationInModule": {
|
@@ -2208,7 +2208,7 @@
|
|
2208
2208
|
"abstract": true,
|
2209
2209
|
"docs": {
|
2210
2210
|
"stability": "stable",
|
2211
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2211
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}."
|
2212
2212
|
},
|
2213
2213
|
"immutable": true,
|
2214
2214
|
"locationInModule": {
|
@@ -2225,7 +2225,7 @@
|
|
2225
2225
|
"abstract": true,
|
2226
2226
|
"docs": {
|
2227
2227
|
"stability": "stable",
|
2228
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2228
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}."
|
2229
2229
|
},
|
2230
2230
|
"immutable": true,
|
2231
2231
|
"locationInModule": {
|
@@ -2246,7 +2246,7 @@
|
|
2246
2246
|
{
|
2247
2247
|
"abstract": true,
|
2248
2248
|
"docs": {
|
2249
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2249
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#tls_challenge Certificate#tls_challenge}",
|
2250
2250
|
"stability": "stable",
|
2251
2251
|
"summary": "tls_challenge block."
|
2252
2252
|
},
|
@@ -2265,7 +2265,7 @@
|
|
2265
2265
|
"abstract": true,
|
2266
2266
|
"docs": {
|
2267
2267
|
"stability": "stable",
|
2268
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2268
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#use_renewal_info Certificate#use_renewal_info}."
|
2269
2269
|
},
|
2270
2270
|
"immutable": true,
|
2271
2271
|
"locationInModule": {
|
@@ -2309,7 +2309,7 @@
|
|
2309
2309
|
"abstract": true,
|
2310
2310
|
"docs": {
|
2311
2311
|
"stability": "stable",
|
2312
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2312
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#provider Certificate#provider}."
|
2313
2313
|
},
|
2314
2314
|
"immutable": true,
|
2315
2315
|
"locationInModule": {
|
@@ -2325,7 +2325,7 @@
|
|
2325
2325
|
"abstract": true,
|
2326
2326
|
"docs": {
|
2327
2327
|
"stability": "stable",
|
2328
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2328
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#config Certificate#config}."
|
2329
2329
|
},
|
2330
2330
|
"immutable": true,
|
2331
2331
|
"locationInModule": {
|
@@ -2691,7 +2691,7 @@
|
|
2691
2691
|
"abstract": true,
|
2692
2692
|
"docs": {
|
2693
2693
|
"stability": "stable",
|
2694
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2694
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#port Certificate#port}."
|
2695
2695
|
},
|
2696
2696
|
"immutable": true,
|
2697
2697
|
"locationInModule": {
|
@@ -2708,7 +2708,7 @@
|
|
2708
2708
|
"abstract": true,
|
2709
2709
|
"docs": {
|
2710
2710
|
"stability": "stable",
|
2711
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2711
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#proxy_header Certificate#proxy_header}."
|
2712
2712
|
},
|
2713
2713
|
"immutable": true,
|
2714
2714
|
"locationInModule": {
|
@@ -2882,7 +2882,7 @@
|
|
2882
2882
|
"abstract": true,
|
2883
2883
|
"docs": {
|
2884
2884
|
"stability": "stable",
|
2885
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
2885
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#hosts Certificate#hosts}."
|
2886
2886
|
},
|
2887
2887
|
"immutable": true,
|
2888
2888
|
"locationInModule": {
|
@@ -3020,7 +3020,7 @@
|
|
3020
3020
|
"abstract": true,
|
3021
3021
|
"docs": {
|
3022
3022
|
"stability": "stable",
|
3023
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3023
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#s3_bucket Certificate#s3_bucket}."
|
3024
3024
|
},
|
3025
3025
|
"immutable": true,
|
3026
3026
|
"locationInModule": {
|
@@ -3143,7 +3143,7 @@
|
|
3143
3143
|
"abstract": true,
|
3144
3144
|
"docs": {
|
3145
3145
|
"stability": "stable",
|
3146
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3146
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#directory Certificate#directory}."
|
3147
3147
|
},
|
3148
3148
|
"immutable": true,
|
3149
3149
|
"locationInModule": {
|
@@ -3266,7 +3266,7 @@
|
|
3266
3266
|
"abstract": true,
|
3267
3267
|
"docs": {
|
3268
3268
|
"stability": "stable",
|
3269
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3269
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/certificate#port Certificate#port}."
|
3270
3270
|
},
|
3271
3271
|
"immutable": true,
|
3272
3272
|
"locationInModule": {
|
@@ -3388,13 +3388,13 @@
|
|
3388
3388
|
"base": "cdktf.TerraformDataSource",
|
3389
3389
|
"docs": {
|
3390
3390
|
"stability": "stable",
|
3391
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3391
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/data-sources/server_url acme_server_url}."
|
3392
3392
|
},
|
3393
3393
|
"fqn": "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrl",
|
3394
3394
|
"initializer": {
|
3395
3395
|
"docs": {
|
3396
3396
|
"stability": "stable",
|
3397
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3397
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/data-sources/server_url acme_server_url} Data Source."
|
3398
3398
|
},
|
3399
3399
|
"locationInModule": {
|
3400
3400
|
"filename": "src/data-acme-server-url/index.ts",
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
},
|
3467
3467
|
{
|
3468
3468
|
"docs": {
|
3469
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3469
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/data-sources/server_url#import import section} in the documentation of this resource for the id to use",
|
3470
3470
|
"summary": "The id of the existing DataAcmeServerUrl that should be imported."
|
3471
3471
|
},
|
3472
3472
|
"name": "importFromId",
|
@@ -3634,7 +3634,7 @@
|
|
3634
3634
|
"docs": {
|
3635
3635
|
"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.",
|
3636
3636
|
"stability": "stable",
|
3637
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3637
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/data-sources/server_url#id DataAcmeServerUrl#id}."
|
3638
3638
|
},
|
3639
3639
|
"immutable": true,
|
3640
3640
|
"locationInModule": {
|
@@ -3655,13 +3655,13 @@
|
|
3655
3655
|
"base": "cdktf.TerraformProvider",
|
3656
3656
|
"docs": {
|
3657
3657
|
"stability": "stable",
|
3658
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3658
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs acme}."
|
3659
3659
|
},
|
3660
3660
|
"fqn": "@cdktf/provider-acme.provider.AcmeProvider",
|
3661
3661
|
"initializer": {
|
3662
3662
|
"docs": {
|
3663
3663
|
"stability": "stable",
|
3664
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3664
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs acme} Resource."
|
3665
3665
|
},
|
3666
3666
|
"locationInModule": {
|
3667
3667
|
"filename": "src/provider/index.ts",
|
@@ -3732,7 +3732,7 @@
|
|
3732
3732
|
},
|
3733
3733
|
{
|
3734
3734
|
"docs": {
|
3735
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3735
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs#import import section} in the documentation of this resource for the id to use",
|
3736
3736
|
"summary": "The id of the existing AcmeProvider that should be imported."
|
3737
3737
|
},
|
3738
3738
|
"name": "importFromId",
|
@@ -3913,7 +3913,7 @@
|
|
3913
3913
|
"abstract": true,
|
3914
3914
|
"docs": {
|
3915
3915
|
"stability": "stable",
|
3916
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3916
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs#server_url AcmeProvider#server_url}."
|
3917
3917
|
},
|
3918
3918
|
"immutable": true,
|
3919
3919
|
"locationInModule": {
|
@@ -3928,7 +3928,7 @@
|
|
3928
3928
|
{
|
3929
3929
|
"abstract": true,
|
3930
3930
|
"docs": {
|
3931
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3931
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs#alias AcmeProvider#alias}",
|
3932
3932
|
"stability": "stable",
|
3933
3933
|
"summary": "Alias name."
|
3934
3934
|
},
|
@@ -3951,13 +3951,13 @@
|
|
3951
3951
|
"base": "cdktf.TerraformResource",
|
3952
3952
|
"docs": {
|
3953
3953
|
"stability": "stable",
|
3954
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3954
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration acme_registration}."
|
3955
3955
|
},
|
3956
3956
|
"fqn": "@cdktf/provider-acme.registration.Registration",
|
3957
3957
|
"initializer": {
|
3958
3958
|
"docs": {
|
3959
3959
|
"stability": "stable",
|
3960
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
3960
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration acme_registration} Resource."
|
3961
3961
|
},
|
3962
3962
|
"locationInModule": {
|
3963
3963
|
"filename": "src/registration/index.ts",
|
@@ -4028,7 +4028,7 @@
|
|
4028
4028
|
},
|
4029
4029
|
{
|
4030
4030
|
"docs": {
|
4031
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4031
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#import import section} in the documentation of this resource for the id to use",
|
4032
4032
|
"summary": "The id of the existing Registration that should be imported."
|
4033
4033
|
},
|
4034
4034
|
"name": "importFromId",
|
@@ -4432,7 +4432,7 @@
|
|
4432
4432
|
"abstract": true,
|
4433
4433
|
"docs": {
|
4434
4434
|
"stability": "stable",
|
4435
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4435
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#email_address Registration#email_address}."
|
4436
4436
|
},
|
4437
4437
|
"immutable": true,
|
4438
4438
|
"locationInModule": {
|
@@ -4448,7 +4448,7 @@
|
|
4448
4448
|
"abstract": true,
|
4449
4449
|
"docs": {
|
4450
4450
|
"stability": "stable",
|
4451
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4451
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#account_key_algorithm Registration#account_key_algorithm}."
|
4452
4452
|
},
|
4453
4453
|
"immutable": true,
|
4454
4454
|
"locationInModule": {
|
@@ -4465,7 +4465,7 @@
|
|
4465
4465
|
"abstract": true,
|
4466
4466
|
"docs": {
|
4467
4467
|
"stability": "stable",
|
4468
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4468
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#account_key_ecdsa_curve Registration#account_key_ecdsa_curve}."
|
4469
4469
|
},
|
4470
4470
|
"immutable": true,
|
4471
4471
|
"locationInModule": {
|
@@ -4482,7 +4482,7 @@
|
|
4482
4482
|
"abstract": true,
|
4483
4483
|
"docs": {
|
4484
4484
|
"stability": "stable",
|
4485
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4485
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#account_key_pem Registration#account_key_pem}."
|
4486
4486
|
},
|
4487
4487
|
"immutable": true,
|
4488
4488
|
"locationInModule": {
|
@@ -4499,7 +4499,7 @@
|
|
4499
4499
|
"abstract": true,
|
4500
4500
|
"docs": {
|
4501
4501
|
"stability": "stable",
|
4502
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4502
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#account_key_rsa_bits Registration#account_key_rsa_bits}."
|
4503
4503
|
},
|
4504
4504
|
"immutable": true,
|
4505
4505
|
"locationInModule": {
|
@@ -4515,7 +4515,7 @@
|
|
4515
4515
|
{
|
4516
4516
|
"abstract": true,
|
4517
4517
|
"docs": {
|
4518
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4518
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#external_account_binding Registration#external_account_binding}",
|
4519
4519
|
"stability": "stable",
|
4520
4520
|
"summary": "external_account_binding block."
|
4521
4521
|
},
|
@@ -4535,7 +4535,7 @@
|
|
4535
4535
|
"docs": {
|
4536
4536
|
"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.",
|
4537
4537
|
"stability": "stable",
|
4538
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4538
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#id Registration#id}."
|
4539
4539
|
},
|
4540
4540
|
"immutable": true,
|
4541
4541
|
"locationInModule": {
|
@@ -4570,7 +4570,7 @@
|
|
4570
4570
|
"abstract": true,
|
4571
4571
|
"docs": {
|
4572
4572
|
"stability": "stable",
|
4573
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4573
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#hmac_base64 Registration#hmac_base64}."
|
4574
4574
|
},
|
4575
4575
|
"immutable": true,
|
4576
4576
|
"locationInModule": {
|
@@ -4586,7 +4586,7 @@
|
|
4586
4586
|
"abstract": true,
|
4587
4587
|
"docs": {
|
4588
4588
|
"stability": "stable",
|
4589
|
-
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.
|
4589
|
+
"summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.35.1/docs/resources/registration#key_id Registration#key_id}."
|
4590
4590
|
},
|
4591
4591
|
"immutable": true,
|
4592
4592
|
"locationInModule": {
|
@@ -4719,6 +4719,6 @@
|
|
4719
4719
|
"symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
|
4720
4720
|
}
|
4721
4721
|
},
|
4722
|
-
"version": "12.
|
4723
|
-
"fingerprint": "
|
4722
|
+
"version": "12.3.1",
|
4723
|
+
"fingerprint": "5M9p8gGb7KKnmv5Kzdy1tscWlAK1jvKvOu/xTrAEfpY="
|
4724
4724
|
}
|
package/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
|
-
# CDKTF prebuilt bindings for vancluever/acme provider version 2.
|
2
|
+
# CDKTF prebuilt bindings for vancluever/acme provider version 2.35.1
|
3
3
|
|
4
|
-
This repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.
|
4
|
+
This repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.35.1/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.
|
66
|
+
- [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.35.1)
|
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.
|