@cdktf/provider-acme 0.1.33 → 0.1.36

Sign up to get free protection for your applications and to get access to all the features.
package/.jsii CHANGED
@@ -2912,6 +2912,6 @@
2912
2912
  "symbolId": "src/registration:RegistrationExternalAccountBindingOutputReference"
2913
2913
  }
2914
2914
  },
2915
- "version": "0.1.33",
2916
- "fingerprint": "ozsxurKPG+UEK7QCRXWAND7ZNXloEWXf5su/Xm6o0vo="
2915
+ "version": "0.1.36",
2916
+ "fingerprint": "0nj1kYjFScQH/8u8yna2JRsgmsokVkibODAyG//8Npg="
2917
2917
  }
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ### [0.1.33](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.1.32...v0.1.33) (2022-02-26)
2
+ ### [0.1.36](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.1.35...v0.1.36) (2022-03-01)
@@ -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.33" };
68
+ AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.1.36" };
69
69
  // =================
70
70
  // STATIC PROPERTIES
71
71
  // =================
@@ -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.33" };
97
+ CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.1.36" };
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.33" };
152
+ CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.1.36" };
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.33" };
207
+ CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.1.36" };
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.33" };
265
+ CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.1.36" };
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.33" };
606
+ Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.1.36" };
607
607
  // =================
608
608
  // STATIC PROPERTIES
609
609
  // =================
@@ -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.33" };
78
+ RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.1.36" };
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.33" };
164
+ Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.1.36" };
165
165
  // =================
166
166
  // STATIC PROPERTIES
167
167
  // =================
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "npm-check-updates": "^12",
55
55
  "projen": "^0.52.31",
56
56
  "standard-version": "^9",
57
- "typescript": "^4.5.5"
57
+ "typescript": "^4.6.2"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "cdktf": "^0.9",
@@ -75,7 +75,7 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "version": "0.1.33",
78
+ "version": "0.1.36",
79
79
  "types": "lib/index.d.ts",
80
80
  "stability": "stable",
81
81
  "jsii": {
package/releasetag.txt CHANGED
@@ -1 +1 @@
1
- v0.1.33
1
+ v0.1.36
package/version.txt CHANGED
@@ -1 +1 @@
1
- 0.1.33
1
+ 0.1.36