@cdktf/provider-acme 0.1.49 → 0.1.52

Sign up to get free protection for your applications and to get access to all the features.
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.55.0 (build 3e0fc04)",
75
+ "jsiiVersion": "1.55.1 (build 07d2d90)",
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.49",
2916
- "fingerprint": "V92Icxr20Q3O3xE4eZqa+MmCOMrgFqm+191URHp3QdQ="
2915
+ "version": "0.1.52",
2916
+ "fingerprint": "wCLMZhxacib67IuFrYaIS5c1E/28xPlPVi4M38mFc/A="
2917
2917
  }
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ### [0.1.49](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.1.48...v0.1.49) (2022-03-14)
2
+ ### [0.1.52](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.1.51...v0.1.52) (2022-03-17)
@@ -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.49" };
68
+ AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.1.52" };
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.49" };
97
+ CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.1.52" };
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.49" };
152
+ CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.1.52" };
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.49" };
207
+ CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.1.52" };
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.49" };
265
+ CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.1.52" };
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.49" };
606
+ Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.1.52" };
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.49" };
78
+ RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.1.52" };
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.49" };
164
+ Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.1.52" };
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.55.0",
52
+ "jsii-diff": "^1.55.1",
53
53
  "jsii-docgen": "^4.2.44",
54
54
  "npm-check-updates": "^12",
55
55
  "projen": "^0.52.31",
@@ -75,7 +75,7 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "version": "0.1.49",
78
+ "version": "0.1.52",
79
79
  "types": "lib/index.d.ts",
80
80
  "stability": "stable",
81
81
  "jsii": {
package/releasetag.txt CHANGED
@@ -1 +1 @@
1
- v0.1.49
1
+ v0.1.52
package/version.txt CHANGED
@@ -1 +1 @@
1
- 0.1.49
1
+ 0.1.52