@cdktf/provider-acme 0.2.49 → 0.2.50

Sign up to get free protection for your applications and to get access to all the features.
package/.jsii CHANGED
@@ -2867,6 +2867,6 @@
2867
2867
  "symbolId": "src/registration:RegistrationExternalAccountBindingOutputReference"
2868
2868
  }
2869
2869
  },
2870
- "version": "0.2.49",
2871
- "fingerprint": "TufrgHO3v9N1gdVUDJZohhfdwqSymEJ7Y20Sv8+zEtw="
2870
+ "version": "0.2.50",
2871
+ "fingerprint": "Lm9Z8kYxA1+V9scBm8dIN77Oqx3Vku2+7m/TDB3hovM="
2872
2872
  }
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ### [0.2.49](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.2.48...v0.2.49) (2022-05-12)
2
+ ### [0.2.50](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.2.49...v0.2.50) (2022-05-13)
@@ -66,7 +66,7 @@ class AcmeProvider extends cdktf.TerraformProvider {
66
66
  }
67
67
  exports.AcmeProvider = AcmeProvider;
68
68
  _a = JSII_RTTI_SYMBOL_1;
69
- AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.2.49" };
69
+ AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.2.50" };
70
70
  // =================
71
71
  // STATIC PROPERTIES
72
72
  // =================
@@ -93,7 +93,7 @@ class CertificateHttpChallengeOutputReference extends cdktf.ComplexObject {
93
93
  }
94
94
  exports.CertificateHttpChallengeOutputReference = CertificateHttpChallengeOutputReference;
95
95
  _a = JSII_RTTI_SYMBOL_1;
96
- CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.2.49" };
96
+ CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.2.50" };
97
97
  function certificateHttpMemcachedChallengeToTerraform(struct) {
98
98
  if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
99
99
  return struct;
@@ -147,7 +147,7 @@ class CertificateHttpMemcachedChallengeOutputReference extends cdktf.ComplexObje
147
147
  }
148
148
  exports.CertificateHttpMemcachedChallengeOutputReference = CertificateHttpMemcachedChallengeOutputReference;
149
149
  _b = JSII_RTTI_SYMBOL_1;
150
- CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.2.49" };
150
+ CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.2.50" };
151
151
  function certificateHttpWebrootChallengeToTerraform(struct) {
152
152
  if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
153
153
  return struct;
@@ -201,7 +201,7 @@ class CertificateHttpWebrootChallengeOutputReference extends cdktf.ComplexObject
201
201
  }
202
202
  exports.CertificateHttpWebrootChallengeOutputReference = CertificateHttpWebrootChallengeOutputReference;
203
203
  _c = JSII_RTTI_SYMBOL_1;
204
- CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.2.49" };
204
+ CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.2.50" };
205
205
  function certificateTlsChallengeToTerraform(struct) {
206
206
  if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
207
207
  return struct;
@@ -258,7 +258,7 @@ class CertificateTlsChallengeOutputReference extends cdktf.ComplexObject {
258
258
  }
259
259
  exports.CertificateTlsChallengeOutputReference = CertificateTlsChallengeOutputReference;
260
260
  _d = JSII_RTTI_SYMBOL_1;
261
- CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.2.49" };
261
+ CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.2.50" };
262
262
  /**
263
263
  * Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate}
264
264
  */
@@ -601,7 +601,7 @@ class Certificate extends cdktf.TerraformResource {
601
601
  }
602
602
  exports.Certificate = Certificate;
603
603
  _e = JSII_RTTI_SYMBOL_1;
604
- Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.2.49" };
604
+ Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.2.50" };
605
605
  // =================
606
606
  // STATIC PROPERTIES
607
607
  // =================
@@ -74,7 +74,7 @@ class RegistrationExternalAccountBindingOutputReference extends cdktf.ComplexObj
74
74
  }
75
75
  exports.RegistrationExternalAccountBindingOutputReference = RegistrationExternalAccountBindingOutputReference;
76
76
  _a = JSII_RTTI_SYMBOL_1;
77
- RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.2.49" };
77
+ RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.2.50" };
78
78
  /**
79
79
  * Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration acme_registration}
80
80
  */
@@ -162,7 +162,7 @@ class Registration extends cdktf.TerraformResource {
162
162
  }
163
163
  exports.Registration = Registration;
164
164
  _b = JSII_RTTI_SYMBOL_1;
165
- Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.2.49" };
165
+ Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.2.50" };
166
166
  // =================
167
167
  // STATIC PROPERTIES
168
168
  // =================
package/package.json CHANGED
@@ -52,7 +52,7 @@
52
52
  "jsii-docgen": "^4.2.44",
53
53
  "jsii-pacmak": "^1.58.0",
54
54
  "npm-check-updates": "^12",
55
- "projen": "^0.56.5",
55
+ "projen": "^0.56.8",
56
56
  "standard-version": "^9",
57
57
  "typescript": "^4.6.4"
58
58
  },
@@ -75,7 +75,7 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "version": "0.2.49",
78
+ "version": "0.2.50",
79
79
  "types": "lib/index.d.ts",
80
80
  "stability": "stable",
81
81
  "jsii": {
package/releasetag.txt CHANGED
@@ -1 +1 @@
1
- v0.2.49
1
+ v0.2.50
package/version.txt CHANGED
@@ -1 +1 @@
1
- 0.2.49
1
+ 0.2.50