@cdktf/provider-acme 0.1.59 → 0.2.2
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 +127 -172
- package/API.md +5 -50
- package/changelog.md +1 -1
- package/lib/acme-provider.d.ts +1 -1
- package/lib/acme-provider.js +3 -2
- package/lib/certificate.d.ts +5 -9
- package/lib/certificate.js +21 -23
- package/lib/registration.d.ts +2 -3
- package/lib/registration.js +9 -8
- package/package.json +5 -6
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/API.md
CHANGED
|
@@ -1706,14 +1706,13 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/
|
|
|
1706
1706
|
```typescript
|
|
1707
1707
|
import { CertificateHttpChallengeOutputReference } from '@cdktf/provider-acme'
|
|
1708
1708
|
|
|
1709
|
-
new CertificateHttpChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string
|
|
1709
|
+
new CertificateHttpChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
|
|
1710
1710
|
```
|
|
1711
1711
|
|
|
1712
1712
|
| **Name** | **Type** | **Description** |
|
|
1713
1713
|
| --- | --- | --- |
|
|
1714
1714
|
| [`terraformResource`](#cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.IInterpolatingParent`](#cdktf.IInterpolatingParent) | The parent resource. |
|
|
1715
1715
|
| [`terraformAttribute`](#cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
|
|
1716
|
-
| [`isSingleItem`](#cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
|
|
1717
1716
|
|
|
1718
1717
|
---
|
|
1719
1718
|
|
|
@@ -1733,14 +1732,6 @@ The attribute on the parent resource this class is referencing.
|
|
|
1733
1732
|
|
|
1734
1733
|
---
|
|
1735
1734
|
|
|
1736
|
-
##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpChallengeOutputReference.parameter.isSingleItem" id="cdktfprovideracmecertificatehttpchallengeoutputreferenceparameterissingleitem"></a>
|
|
1737
|
-
|
|
1738
|
-
- *Type:* `boolean`
|
|
1739
|
-
|
|
1740
|
-
True if this is a block, false if it's a list.
|
|
1741
|
-
|
|
1742
|
-
---
|
|
1743
|
-
|
|
1744
1735
|
#### Methods <a name="Methods" id="methods"></a>
|
|
1745
1736
|
|
|
1746
1737
|
| **Name** | **Description** |
|
|
@@ -1833,14 +1824,13 @@ public readonly internalValue: CertificateHttpChallenge;
|
|
|
1833
1824
|
```typescript
|
|
1834
1825
|
import { CertificateHttpMemcachedChallengeOutputReference } from '@cdktf/provider-acme'
|
|
1835
1826
|
|
|
1836
|
-
new CertificateHttpMemcachedChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string
|
|
1827
|
+
new CertificateHttpMemcachedChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
|
|
1837
1828
|
```
|
|
1838
1829
|
|
|
1839
1830
|
| **Name** | **Type** | **Description** |
|
|
1840
1831
|
| --- | --- | --- |
|
|
1841
1832
|
| [`terraformResource`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.IInterpolatingParent`](#cdktf.IInterpolatingParent) | The parent resource. |
|
|
1842
1833
|
| [`terraformAttribute`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
|
|
1843
|
-
| [`isSingleItem`](#cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
|
|
1844
1834
|
|
|
1845
1835
|
---
|
|
1846
1836
|
|
|
@@ -1860,14 +1850,6 @@ The attribute on the parent resource this class is referencing.
|
|
|
1860
1850
|
|
|
1861
1851
|
---
|
|
1862
1852
|
|
|
1863
|
-
##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference.parameter.isSingleItem" id="cdktfprovideracmecertificatehttpmemcachedchallengeoutputreferenceparameterissingleitem"></a>
|
|
1864
|
-
|
|
1865
|
-
- *Type:* `boolean`
|
|
1866
|
-
|
|
1867
|
-
True if this is a block, false if it's a list.
|
|
1868
|
-
|
|
1869
|
-
---
|
|
1870
|
-
|
|
1871
1853
|
|
|
1872
1854
|
|
|
1873
1855
|
#### Properties <a name="Properties" id="properties"></a>
|
|
@@ -1918,14 +1900,13 @@ public readonly internalValue: CertificateHttpMemcachedChallenge;
|
|
|
1918
1900
|
```typescript
|
|
1919
1901
|
import { CertificateHttpWebrootChallengeOutputReference } from '@cdktf/provider-acme'
|
|
1920
1902
|
|
|
1921
|
-
new CertificateHttpWebrootChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string
|
|
1903
|
+
new CertificateHttpWebrootChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
|
|
1922
1904
|
```
|
|
1923
1905
|
|
|
1924
1906
|
| **Name** | **Type** | **Description** |
|
|
1925
1907
|
| --- | --- | --- |
|
|
1926
1908
|
| [`terraformResource`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.IInterpolatingParent`](#cdktf.IInterpolatingParent) | The parent resource. |
|
|
1927
1909
|
| [`terraformAttribute`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
|
|
1928
|
-
| [`isSingleItem`](#cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
|
|
1929
1910
|
|
|
1930
1911
|
---
|
|
1931
1912
|
|
|
@@ -1945,14 +1926,6 @@ The attribute on the parent resource this class is referencing.
|
|
|
1945
1926
|
|
|
1946
1927
|
---
|
|
1947
1928
|
|
|
1948
|
-
##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference.parameter.isSingleItem" id="cdktfprovideracmecertificatehttpwebrootchallengeoutputreferenceparameterissingleitem"></a>
|
|
1949
|
-
|
|
1950
|
-
- *Type:* `boolean`
|
|
1951
|
-
|
|
1952
|
-
True if this is a block, false if it's a list.
|
|
1953
|
-
|
|
1954
|
-
---
|
|
1955
|
-
|
|
1956
1929
|
|
|
1957
1930
|
|
|
1958
1931
|
#### Properties <a name="Properties" id="properties"></a>
|
|
@@ -2003,14 +1976,13 @@ public readonly internalValue: CertificateHttpWebrootChallenge;
|
|
|
2003
1976
|
```typescript
|
|
2004
1977
|
import { CertificateTlsChallengeOutputReference } from '@cdktf/provider-acme'
|
|
2005
1978
|
|
|
2006
|
-
new CertificateTlsChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string
|
|
1979
|
+
new CertificateTlsChallengeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
|
|
2007
1980
|
```
|
|
2008
1981
|
|
|
2009
1982
|
| **Name** | **Type** | **Description** |
|
|
2010
1983
|
| --- | --- | --- |
|
|
2011
1984
|
| [`terraformResource`](#cdktfprovideracmecertificatetlschallengeoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.IInterpolatingParent`](#cdktf.IInterpolatingParent) | The parent resource. |
|
|
2012
1985
|
| [`terraformAttribute`](#cdktfprovideracmecertificatetlschallengeoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
|
|
2013
|
-
| [`isSingleItem`](#cdktfprovideracmecertificatetlschallengeoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
|
|
2014
1986
|
|
|
2015
1987
|
---
|
|
2016
1988
|
|
|
@@ -2030,14 +2002,6 @@ The attribute on the parent resource this class is referencing.
|
|
|
2030
2002
|
|
|
2031
2003
|
---
|
|
2032
2004
|
|
|
2033
|
-
##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.CertificateTlsChallengeOutputReference.parameter.isSingleItem" id="cdktfprovideracmecertificatetlschallengeoutputreferenceparameterissingleitem"></a>
|
|
2034
|
-
|
|
2035
|
-
- *Type:* `boolean`
|
|
2036
|
-
|
|
2037
|
-
True if this is a block, false if it's a list.
|
|
2038
|
-
|
|
2039
|
-
---
|
|
2040
|
-
|
|
2041
2005
|
#### Methods <a name="Methods" id="methods"></a>
|
|
2042
2006
|
|
|
2043
2007
|
| **Name** | **Description** |
|
|
@@ -2101,14 +2065,13 @@ public readonly internalValue: CertificateTlsChallenge;
|
|
|
2101
2065
|
```typescript
|
|
2102
2066
|
import { RegistrationExternalAccountBindingOutputReference } from '@cdktf/provider-acme'
|
|
2103
2067
|
|
|
2104
|
-
new RegistrationExternalAccountBindingOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string
|
|
2068
|
+
new RegistrationExternalAccountBindingOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
|
|
2105
2069
|
```
|
|
2106
2070
|
|
|
2107
2071
|
| **Name** | **Type** | **Description** |
|
|
2108
2072
|
| --- | --- | --- |
|
|
2109
2073
|
| [`terraformResource`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterterraformresource)<span title="Required">*</span> | [`cdktf.IInterpolatingParent`](#cdktf.IInterpolatingParent) | The parent resource. |
|
|
2110
2074
|
| [`terraformAttribute`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterterraformattribute)<span title="Required">*</span> | `string` | The attribute on the parent resource this class is referencing. |
|
|
2111
|
-
| [`isSingleItem`](#cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterissingleitem)<span title="Required">*</span> | `boolean` | True if this is a block, false if it's a list. |
|
|
2112
2075
|
|
|
2113
2076
|
---
|
|
2114
2077
|
|
|
@@ -2128,14 +2091,6 @@ The attribute on the parent resource this class is referencing.
|
|
|
2128
2091
|
|
|
2129
2092
|
---
|
|
2130
2093
|
|
|
2131
|
-
##### `isSingleItem`<sup>Required</sup> <a name="@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference.parameter.isSingleItem" id="cdktfprovideracmeregistrationexternalaccountbindingoutputreferenceparameterissingleitem"></a>
|
|
2132
|
-
|
|
2133
|
-
- *Type:* `boolean`
|
|
2134
|
-
|
|
2135
|
-
True if this is a block, false if it's a list.
|
|
2136
|
-
|
|
2137
|
-
---
|
|
2138
|
-
|
|
2139
2094
|
|
|
2140
2095
|
|
|
2141
2096
|
#### Properties <a name="Properties" id="properties"></a>
|
package/changelog.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
### [0.
|
|
2
|
+
### [0.2.2](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.2.1...v0.2.2) (2022-04-01)
|
package/lib/acme-provider.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export interface AcmeProviderConfig {
|
|
|
16
16
|
* Represents a {@link https://www.terraform.io/docs/providers/acme acme}
|
|
17
17
|
*/
|
|
18
18
|
export declare class AcmeProvider extends cdktf.TerraformProvider {
|
|
19
|
-
static readonly tfResourceType
|
|
19
|
+
static readonly tfResourceType = "acme";
|
|
20
20
|
/**
|
|
21
21
|
* Create a new {@link https://www.terraform.io/docs/providers/acme acme} Resource
|
|
22
22
|
*
|
package/lib/acme-provider.js
CHANGED
|
@@ -23,6 +23,7 @@ class AcmeProvider extends cdktf.TerraformProvider {
|
|
|
23
23
|
terraformResourceType: 'acme',
|
|
24
24
|
terraformGeneratorMetadata: {
|
|
25
25
|
providerName: 'acme',
|
|
26
|
+
providerVersion: '2.8.0',
|
|
26
27
|
providerVersionConstraint: '~> 2.7'
|
|
27
28
|
},
|
|
28
29
|
terraformProviderSource: 'vancluever/acme'
|
|
@@ -65,9 +66,9 @@ class AcmeProvider extends cdktf.TerraformProvider {
|
|
|
65
66
|
}
|
|
66
67
|
exports.AcmeProvider = AcmeProvider;
|
|
67
68
|
_a = JSII_RTTI_SYMBOL_1;
|
|
68
|
-
AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.
|
|
69
|
+
AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.2.2" };
|
|
69
70
|
// =================
|
|
70
71
|
// STATIC PROPERTIES
|
|
71
72
|
// =================
|
|
72
73
|
AcmeProvider.tfResourceType = "acme";
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
74
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNtZS1wcm92aWRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9hY21lLXByb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBSUEsK0JBQStCO0FBaUIvQjs7RUFFRTtBQUNGLE1BQWEsWUFBYSxTQUFRLEtBQUssQ0FBQyxpQkFBaUI7SUFPdkQsY0FBYztJQUNkLGNBQWM7SUFDZCxjQUFjO0lBRWQ7Ozs7OztNQU1FO0lBQ0YsWUFBbUIsS0FBZ0IsRUFBRSxFQUFVLEVBQUUsTUFBMEI7UUFDekUsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLEVBQUU7WUFDZixxQkFBcUIsRUFBRSxNQUFNO1lBQzdCLDBCQUEwQixFQUFFO2dCQUMxQixZQUFZLEVBQUUsTUFBTTtnQkFDcEIsZUFBZSxFQUFFLE9BQU87Z0JBQ3hCLHlCQUF5QixFQUFFLFFBQVE7YUFDcEM7WUFDRCx1QkFBdUIsRUFBRSxpQkFBaUI7U0FDM0MsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxDQUFDLFVBQVUsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDO1FBQ25DLElBQUksQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDLEtBQUssQ0FBQztJQUM3QixDQUFDO0lBUUQsSUFBVyxTQUFTO1FBQ2xCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztJQUN6QixDQUFDO0lBQ0QsSUFBVyxTQUFTLENBQUMsS0FBeUI7UUFDNUMsSUFBSSxDQUFDLFVBQVUsR0FBRyxLQUFLLENBQUM7SUFDMUIsQ0FBQztJQUNELG9EQUFvRDtJQUNwRCxJQUFXLGNBQWM7UUFDdkIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3pCLENBQUM7SUFJRCxJQUFXLEtBQUs7UUFDZCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDckIsQ0FBQztJQUNELElBQVcsS0FBSyxDQUFDLEtBQXlCO1FBQ3hDLElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO0lBQ3RCLENBQUM7SUFDTSxVQUFVO1FBQ2YsSUFBSSxDQUFDLE1BQU0sR0FBRyxTQUFTLENBQUM7SUFDMUIsQ0FBQztJQUNELG9EQUFvRDtJQUNwRCxJQUFXLFVBQVU7UUFDbkIsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxZQUFZO0lBQ1osWUFBWTtJQUNaLFlBQVk7SUFFRixvQkFBb0I7UUFDNUIsT0FBTztZQUNMLFVBQVUsRUFBRSxLQUFLLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUNwRCxLQUFLLEVBQUUsS0FBSyxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUM7U0FDNUMsQ0FBQztJQUNKLENBQUM7O0FBMUVILG9DQTJFQzs7O0FBekVDLG9CQUFvQjtBQUNwQixvQkFBb0I7QUFDcEIsb0JBQW9CO0FBQ0csMkJBQWMsR0FBRyxNQUFNLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBodHRwczovL3d3dy50ZXJyYWZvcm0uaW8vZG9jcy9wcm92aWRlcnMvYWNtZVxuLy8gZ2VuZXJhdGVkIGZyb20gdGVycmFmb3JtIHJlc291cmNlIHNjaGVtYVxuXG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCAqIGFzIGNka3RmIGZyb20gJ2Nka3RmJztcblxuLy8gQ29uZmlndXJhdGlvblxuXG5leHBvcnQgaW50ZXJmYWNlIEFjbWVQcm92aWRlckNvbmZpZyB7XG4gIC8qKlxuICAqIERvY3MgYXQgVGVycmFmb3JtIFJlZ2lzdHJ5OiB7QGxpbmsgaHR0cHM6Ly93d3cudGVycmFmb3JtLmlvL2RvY3MvcHJvdmlkZXJzL2FjbWUjc2VydmVyX3VybCBBY21lUHJvdmlkZXIjc2VydmVyX3VybH1cbiAgKi9cbiAgcmVhZG9ubHkgc2VydmVyVXJsOiBzdHJpbmc7XG4gIC8qKlxuICAqIEFsaWFzIG5hbWVcbiAgKiBcbiAgKiBEb2NzIGF0IFRlcnJhZm9ybSBSZWdpc3RyeToge0BsaW5rIGh0dHBzOi8vd3d3LnRlcnJhZm9ybS5pby9kb2NzL3Byb3ZpZGVycy9hY21lI2FsaWFzIEFjbWVQcm92aWRlciNhbGlhc31cbiAgKi9cbiAgcmVhZG9ubHkgYWxpYXM/OiBzdHJpbmc7XG59XG5cbi8qKlxuKiBSZXByZXNlbnRzIGEge0BsaW5rIGh0dHBzOi8vd3d3LnRlcnJhZm9ybS5pby9kb2NzL3Byb3ZpZGVycy9hY21lIGFjbWV9XG4qL1xuZXhwb3J0IGNsYXNzIEFjbWVQcm92aWRlciBleHRlbmRzIGNka3RmLlRlcnJhZm9ybVByb3ZpZGVyIHtcblxuICAvLyA9PT09PT09PT09PT09PT09PVxuICAvLyBTVEFUSUMgUFJPUEVSVElFU1xuICAvLyA9PT09PT09PT09PT09PT09PVxuICBwdWJsaWMgc3RhdGljIHJlYWRvbmx5IHRmUmVzb3VyY2VUeXBlID0gXCJhY21lXCI7XG5cbiAgLy8gPT09PT09PT09PT1cbiAgLy8gSU5JVElBTElaRVJcbiAgLy8gPT09PT09PT09PT1cblxuICAvKipcbiAgKiBDcmVhdGUgYSBuZXcge0BsaW5rIGh0dHBzOi8vd3d3LnRlcnJhZm9ybS5pby9kb2NzL3Byb3ZpZGVycy9hY21lIGFjbWV9IFJlc291cmNlXG4gICpcbiAgKiBAcGFyYW0gc2NvcGUgVGhlIHNjb3BlIGluIHdoaWNoIHRvIGRlZmluZSB0aGlzIGNvbnN0cnVjdFxuICAqIEBwYXJhbSBpZCBUaGUgc2NvcGVkIGNvbnN0cnVjdCBJRC4gTXVzdCBiZSB1bmlxdWUgYW1vbmdzdCBzaWJsaW5ncyBpbiB0aGUgc2FtZSBzY29wZVxuICAqIEBwYXJhbSBvcHRpb25zIEFjbWVQcm92aWRlckNvbmZpZ1xuICAqL1xuICBwdWJsaWMgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgY29uZmlnOiBBY21lUHJvdmlkZXJDb25maWcpIHtcbiAgICBzdXBlcihzY29wZSwgaWQsIHtcbiAgICAgIHRlcnJhZm9ybVJlc291cmNlVHlwZTogJ2FjbWUnLFxuICAgICAgdGVycmFmb3JtR2VuZXJhdG9yTWV0YWRhdGE6IHtcbiAgICAgICAgcHJvdmlkZXJOYW1lOiAnYWNtZScsXG4gICAgICAgIHByb3ZpZGVyVmVyc2lvbjogJzIuOC4wJyxcbiAgICAgICAgcHJvdmlkZXJWZXJzaW9uQ29uc3RyYWludDogJ34+IDIuNydcbiAgICAgIH0sXG4gICAgICB0ZXJyYWZvcm1Qcm92aWRlclNvdXJjZTogJ3ZhbmNsdWV2ZXIvYWNtZSdcbiAgICB9KTtcbiAgICB0aGlzLl9zZXJ2ZXJVcmwgPSBjb25maWcuc2VydmVyVXJsO1xuICAgIHRoaXMuX2FsaWFzID0gY29uZmlnLmFsaWFzO1xuICB9XG5cbiAgLy8gPT09PT09PT09PVxuICAvLyBBVFRSSUJVVEVTXG4gIC8vID09PT09PT09PT1cblxuICAvLyBzZXJ2ZXJfdXJsIC0gY29tcHV0ZWQ6IGZhbHNlLCBvcHRpb25hbDogZmFsc2UsIHJlcXVpcmVkOiB0cnVlXG4gIHByaXZhdGUgX3NlcnZlclVybD86IHN0cmluZzsgXG4gIHB1YmxpYyBnZXQgc2VydmVyVXJsKCkge1xuICAgIHJldHVybiB0aGlzLl9zZXJ2ZXJVcmw7XG4gIH1cbiAgcHVibGljIHNldCBzZXJ2ZXJVcmwodmFsdWU6IHN0cmluZyB8IHVuZGVmaW5lZCkge1xuICAgIHRoaXMuX3NlcnZlclVybCA9IHZhbHVlO1xuICB9XG4gIC8vIFRlbXBvcmFyaWx5IGV4cG9zZSBpbnB1dCB2YWx1ZS4gVXNlIHdpdGggY2F1dGlvbi5cbiAgcHVibGljIGdldCBzZXJ2ZXJVcmxJbnB1dCgpIHtcbiAgICByZXR1cm4gdGhpcy5fc2VydmVyVXJsO1xuICB9XG5cbiAgLy8gYWxpYXMgLSBjb21wdXRlZDogZmFsc2UsIG9wdGlvbmFsOiB0cnVlLCByZXF1aXJlZDogZmFsc2VcbiAgcHJpdmF0ZSBfYWxpYXM/OiBzdHJpbmc7IFxuICBwdWJsaWMgZ2V0IGFsaWFzKCkge1xuICAgIHJldHVybiB0aGlzLl9hbGlhcztcbiAgfVxuICBwdWJsaWMgc2V0IGFsaWFzKHZhbHVlOiBzdHJpbmcgfCB1bmRlZmluZWQpIHtcbiAgICB0aGlzLl9hbGlhcyA9IHZhbHVlO1xuICB9XG4gIHB1YmxpYyByZXNldEFsaWFzKCkge1xuICAgIHRoaXMuX2FsaWFzID0gdW5kZWZpbmVkO1xuICB9XG4gIC8vIFRlbXBvcmFyaWx5IGV4cG9zZSBpbnB1dCB2YWx1ZS4gVXNlIHdpdGggY2F1dGlvbi5cbiAgcHVibGljIGdldCBhbGlhc0lucHV0KCkge1xuICAgIHJldHVybiB0aGlzLl9hbGlhcztcbiAgfVxuXG4gIC8vID09PT09PT09PVxuICAvLyBTWU5USEVTSVNcbiAgLy8gPT09PT09PT09XG5cbiAgcHJvdGVjdGVkIHN5bnRoZXNpemVBdHRyaWJ1dGVzKCk6IHsgW25hbWU6IHN0cmluZ106IGFueSB9IHtcbiAgICByZXR1cm4ge1xuICAgICAgc2VydmVyX3VybDogY2RrdGYuc3RyaW5nVG9UZXJyYWZvcm0odGhpcy5fc2VydmVyVXJsKSxcbiAgICAgIGFsaWFzOiBjZGt0Zi5zdHJpbmdUb1RlcnJhZm9ybSh0aGlzLl9hbGlhcyksXG4gICAgfTtcbiAgfVxufVxuIl19
|
package/lib/certificate.d.ts
CHANGED
|
@@ -113,9 +113,8 @@ export declare class CertificateHttpChallengeOutputReference extends cdktf.Compl
|
|
|
113
113
|
/**
|
|
114
114
|
* @param terraformResource The parent resource
|
|
115
115
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
116
|
-
* @param isSingleItem True if this is a block, false if it's a list
|
|
117
116
|
*/
|
|
118
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string
|
|
117
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
119
118
|
get internalValue(): CertificateHttpChallenge | undefined;
|
|
120
119
|
set internalValue(value: CertificateHttpChallenge | undefined);
|
|
121
120
|
private _port?;
|
|
@@ -141,9 +140,8 @@ export declare class CertificateHttpMemcachedChallengeOutputReference extends cd
|
|
|
141
140
|
/**
|
|
142
141
|
* @param terraformResource The parent resource
|
|
143
142
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
144
|
-
* @param isSingleItem True if this is a block, false if it's a list
|
|
145
143
|
*/
|
|
146
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string
|
|
144
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
147
145
|
get internalValue(): CertificateHttpMemcachedChallenge | undefined;
|
|
148
146
|
set internalValue(value: CertificateHttpMemcachedChallenge | undefined);
|
|
149
147
|
private _hosts?;
|
|
@@ -163,9 +161,8 @@ export declare class CertificateHttpWebrootChallengeOutputReference extends cdkt
|
|
|
163
161
|
/**
|
|
164
162
|
* @param terraformResource The parent resource
|
|
165
163
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
166
|
-
* @param isSingleItem True if this is a block, false if it's a list
|
|
167
164
|
*/
|
|
168
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string
|
|
165
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
169
166
|
get internalValue(): CertificateHttpWebrootChallenge | undefined;
|
|
170
167
|
set internalValue(value: CertificateHttpWebrootChallenge | undefined);
|
|
171
168
|
private _directory?;
|
|
@@ -185,9 +182,8 @@ export declare class CertificateTlsChallengeOutputReference extends cdktf.Comple
|
|
|
185
182
|
/**
|
|
186
183
|
* @param terraformResource The parent resource
|
|
187
184
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
188
|
-
* @param isSingleItem True if this is a block, false if it's a list
|
|
189
185
|
*/
|
|
190
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string
|
|
186
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
191
187
|
get internalValue(): CertificateTlsChallenge | undefined;
|
|
192
188
|
set internalValue(value: CertificateTlsChallenge | undefined);
|
|
193
189
|
private _port?;
|
|
@@ -200,7 +196,7 @@ export declare class CertificateTlsChallengeOutputReference extends cdktf.Comple
|
|
|
200
196
|
* Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate}
|
|
201
197
|
*/
|
|
202
198
|
export declare class Certificate extends cdktf.TerraformResource {
|
|
203
|
-
static readonly tfResourceType
|
|
199
|
+
static readonly tfResourceType = "acme_certificate";
|
|
204
200
|
/**
|
|
205
201
|
* Create a new {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate} Resource
|
|
206
202
|
*
|