@cdktf/provider-acme 0.1.21 → 0.1.22
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 +3 -3
- package/changelog.md +1 -1
- package/lib/acme-provider.js +1 -1
- package/lib/certificate.js +5 -5
- package/lib/registration.js +2 -2
- package/package.json +2 -2
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"stability": "stable"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/hashicorp/cdktf-provider-acme.git",
|
|
75
|
-
"jsiiVersion": "1.
|
|
75
|
+
"jsiiVersion": "1.54.0 (build b1b977a)",
|
|
76
76
|
"keywords": [
|
|
77
77
|
"acme",
|
|
78
78
|
"cdk",
|
|
@@ -2912,6 +2912,6 @@
|
|
|
2912
2912
|
"symbolId": "src/registration:RegistrationExternalAccountBindingOutputReference"
|
|
2913
2913
|
}
|
|
2914
2914
|
},
|
|
2915
|
-
"version": "0.1.
|
|
2916
|
-
"fingerprint": "
|
|
2915
|
+
"version": "0.1.22",
|
|
2916
|
+
"fingerprint": "MD00DJoXaW/k0HVprTrLGohEPXU6/zbyztdqQsMPe/w="
|
|
2917
2917
|
}
|
package/changelog.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
### [0.1.
|
|
2
|
+
### [0.1.22](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.1.21...v0.1.22) (2022-02-16)
|
package/lib/acme-provider.js
CHANGED
|
@@ -65,7 +65,7 @@ class AcmeProvider extends cdktf.TerraformProvider {
|
|
|
65
65
|
}
|
|
66
66
|
exports.AcmeProvider = AcmeProvider;
|
|
67
67
|
_a = JSII_RTTI_SYMBOL_1;
|
|
68
|
-
AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.1.
|
|
68
|
+
AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.1.22" };
|
|
69
69
|
// =================
|
|
70
70
|
// STATIC PROPERTIES
|
|
71
71
|
// =================
|
package/lib/certificate.js
CHANGED
|
@@ -94,7 +94,7 @@ class CertificateHttpChallengeOutputReference extends cdktf.ComplexObject {
|
|
|
94
94
|
}
|
|
95
95
|
exports.CertificateHttpChallengeOutputReference = CertificateHttpChallengeOutputReference;
|
|
96
96
|
_a = JSII_RTTI_SYMBOL_1;
|
|
97
|
-
CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.1.
|
|
97
|
+
CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.1.22" };
|
|
98
98
|
function certificateHttpMemcachedChallengeToTerraform(struct) {
|
|
99
99
|
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
100
100
|
return struct;
|
|
@@ -149,7 +149,7 @@ class CertificateHttpMemcachedChallengeOutputReference extends cdktf.ComplexObje
|
|
|
149
149
|
}
|
|
150
150
|
exports.CertificateHttpMemcachedChallengeOutputReference = CertificateHttpMemcachedChallengeOutputReference;
|
|
151
151
|
_b = JSII_RTTI_SYMBOL_1;
|
|
152
|
-
CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.1.
|
|
152
|
+
CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.1.22" };
|
|
153
153
|
function certificateHttpWebrootChallengeToTerraform(struct) {
|
|
154
154
|
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
155
155
|
return struct;
|
|
@@ -204,7 +204,7 @@ class CertificateHttpWebrootChallengeOutputReference extends cdktf.ComplexObject
|
|
|
204
204
|
}
|
|
205
205
|
exports.CertificateHttpWebrootChallengeOutputReference = CertificateHttpWebrootChallengeOutputReference;
|
|
206
206
|
_c = JSII_RTTI_SYMBOL_1;
|
|
207
|
-
CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.1.
|
|
207
|
+
CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.1.22" };
|
|
208
208
|
function certificateTlsChallengeToTerraform(struct) {
|
|
209
209
|
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
210
210
|
return struct;
|
|
@@ -262,7 +262,7 @@ class CertificateTlsChallengeOutputReference extends cdktf.ComplexObject {
|
|
|
262
262
|
}
|
|
263
263
|
exports.CertificateTlsChallengeOutputReference = CertificateTlsChallengeOutputReference;
|
|
264
264
|
_d = JSII_RTTI_SYMBOL_1;
|
|
265
|
-
CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.1.
|
|
265
|
+
CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.1.22" };
|
|
266
266
|
/**
|
|
267
267
|
* Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate}
|
|
268
268
|
*/
|
|
@@ -603,7 +603,7 @@ class Certificate extends cdktf.TerraformResource {
|
|
|
603
603
|
}
|
|
604
604
|
exports.Certificate = Certificate;
|
|
605
605
|
_e = JSII_RTTI_SYMBOL_1;
|
|
606
|
-
Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.1.
|
|
606
|
+
Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.1.22" };
|
|
607
607
|
// =================
|
|
608
608
|
// STATIC PROPERTIES
|
|
609
609
|
// =================
|
package/lib/registration.js
CHANGED
|
@@ -75,7 +75,7 @@ class RegistrationExternalAccountBindingOutputReference extends cdktf.ComplexObj
|
|
|
75
75
|
}
|
|
76
76
|
exports.RegistrationExternalAccountBindingOutputReference = RegistrationExternalAccountBindingOutputReference;
|
|
77
77
|
_a = JSII_RTTI_SYMBOL_1;
|
|
78
|
-
RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.1.
|
|
78
|
+
RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.1.22" };
|
|
79
79
|
/**
|
|
80
80
|
* Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration acme_registration}
|
|
81
81
|
*/
|
|
@@ -161,7 +161,7 @@ class Registration extends cdktf.TerraformResource {
|
|
|
161
161
|
}
|
|
162
162
|
exports.Registration = Registration;
|
|
163
163
|
_b = JSII_RTTI_SYMBOL_1;
|
|
164
|
-
Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.1.
|
|
164
|
+
Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.1.22" };
|
|
165
165
|
// =================
|
|
166
166
|
// STATIC PROPERTIES
|
|
167
167
|
// =================
|
package/package.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"constructs": "^10.0.0",
|
|
50
50
|
"dot-prop": "^5.2.0",
|
|
51
51
|
"jsii": "^1.53.0",
|
|
52
|
-
"jsii-diff": "^1.
|
|
52
|
+
"jsii-diff": "^1.54.0",
|
|
53
53
|
"jsii-docgen": "^4.2.44",
|
|
54
54
|
"npm-check-updates": "^12",
|
|
55
55
|
"projen": "^0.52.24",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"version": "0.1.
|
|
78
|
+
"version": "0.1.22",
|
|
79
79
|
"types": "lib/index.d.ts",
|
|
80
80
|
"stability": "stable",
|
|
81
81
|
"jsii": {
|
package/releasetag.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v0.1.
|
|
1
|
+
v0.1.22
|
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.22
|