@cdktf/provider-acme 0.1.51 → 0.1.54

Sign up to get free protection for your applications and to get access to all the features.
package/.gitattributes CHANGED
@@ -7,7 +7,6 @@
7
7
  /.github/workflows/provider-upgrade.yml linguist-generated
8
8
  /.github/workflows/pull-request-lint.yml linguist-generated
9
9
  /.github/workflows/release.yml linguist-generated
10
- /.github/workflows/stale.yml linguist-generated
11
10
  /.github/workflows/upgrade-main.yml linguist-generated
12
11
  /.gitignore linguist-generated
13
12
  /.npmignore linguist-generated
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.51",
2916
- "fingerprint": "mmeEjHaYeEmaCrpLxFzCoTRHytKOQiNPPgsO1g09N7k="
2915
+ "version": "0.1.54",
2916
+ "fingerprint": "xLubKLUO5Rvwp8rf2swOOJcQ2J9QEXPfwuykUtYd1QY="
2917
2917
  }
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ### [0.1.51](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.1.50...v0.1.51) (2022-03-16)
2
+ ### [0.1.54](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.1.53...v0.1.54) (2022-03-25)
@@ -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.51" };
68
+ AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.1.54" };
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.51" };
97
+ CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.1.54" };
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.51" };
152
+ CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.1.54" };
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.51" };
207
+ CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.1.54" };
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.51" };
265
+ CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.1.54" };
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.51" };
606
+ Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.1.54" };
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.51" };
78
+ RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.1.54" };
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.51" };
164
+ Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.1.54" };
165
165
  // =================
166
166
  // STATIC PROPERTIES
167
167
  // =================
package/package.json CHANGED
@@ -49,10 +49,11 @@
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
+ "jsii-pacmak": "^1.55.1",
54
55
  "npm-check-updates": "^12",
55
- "projen": "^0.52.31",
56
+ "projen": "^0.53.12",
56
57
  "standard-version": "^9",
57
58
  "typescript": "^4.6.2"
58
59
  },
@@ -75,7 +76,7 @@
75
76
  "publishConfig": {
76
77
  "access": "public"
77
78
  },
78
- "version": "0.1.51",
79
+ "version": "0.1.54",
79
80
  "types": "lib/index.d.ts",
80
81
  "stability": "stable",
81
82
  "jsii": {
package/releasetag.txt CHANGED
@@ -1 +1 @@
1
- v0.1.51
1
+ v0.1.54
package/version.txt CHANGED
@@ -1 +1 @@
1
- 0.1.51
1
+ 0.1.54