@cdktf/provider-acme 0.2.30 → 0.2.33

Sign up to get free protection for your applications and to get access to all the features.
package/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://hashicorp.com"
9
9
  },
10
10
  "dependencies": {
11
- "cdktf": "^0.10",
11
+ "cdktf": "^0.10.3",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2867,6 +2867,6 @@
2867
2867
  "symbolId": "src/registration:RegistrationExternalAccountBindingOutputReference"
2868
2868
  }
2869
2869
  },
2870
- "version": "0.2.30",
2871
- "fingerprint": "dAue6rXiizEp5z8oxA2bE8AI4QZMMemP2EXqDYpnNMU="
2870
+ "version": "0.2.33",
2871
+ "fingerprint": "1AYufJBlxLyXJxvxOIvuYQnnwCn93NwL7QmEx2W2DH8="
2872
2872
  }
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ### [0.2.30](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.2.29...v0.2.30) (2022-04-28)
2
+ ### [0.2.33](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.2.32...v0.2.33) (2022-04-29)
@@ -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.30" };
69
+ AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.2.33" };
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.30" };
96
+ CertificateHttpChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.CertificateHttpChallengeOutputReference", version: "0.2.33" };
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.30" };
150
+ CertificateHttpMemcachedChallengeOutputReference[_b] = { fqn: "@cdktf/provider-acme.CertificateHttpMemcachedChallengeOutputReference", version: "0.2.33" };
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.30" };
204
+ CertificateHttpWebrootChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.CertificateHttpWebrootChallengeOutputReference", version: "0.2.33" };
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.30" };
261
+ CertificateTlsChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.CertificateTlsChallengeOutputReference", version: "0.2.33" };
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.30" };
604
+ Certificate[_e] = { fqn: "@cdktf/provider-acme.Certificate", version: "0.2.33" };
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.30" };
77
+ RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.RegistrationExternalAccountBindingOutputReference", version: "0.2.33" };
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.30" };
165
+ Registration[_b] = { fqn: "@cdktf/provider-acme.Registration", version: "0.2.33" };
166
166
  // =================
167
167
  // STATIC PROPERTIES
168
168
  // =================
package/package.json CHANGED
@@ -43,8 +43,8 @@
43
43
  "devDependencies": {
44
44
  "@cdktf/provider-project": "^0.2.8",
45
45
  "@types/node": "^14",
46
- "cdktf": "^0.10",
47
- "cdktf-cli": "^0.10",
46
+ "cdktf": "^0.10.3",
47
+ "cdktf-cli": "^0.10.3",
48
48
  "constructs": "^10.0.0",
49
49
  "dot-prop": "^5.2.0",
50
50
  "jsii": "^1.53.0",
@@ -52,12 +52,12 @@
52
52
  "jsii-docgen": "^4.2.44",
53
53
  "jsii-pacmak": "^1.57.0",
54
54
  "npm-check-updates": "^12",
55
- "projen": "^0.54.50",
55
+ "projen": "^0.54.51",
56
56
  "standard-version": "^9",
57
- "typescript": "^4.6.3"
57
+ "typescript": "^4.6.4"
58
58
  },
59
59
  "peerDependencies": {
60
- "cdktf": "^0.10",
60
+ "cdktf": "^0.10.3",
61
61
  "constructs": "^10.0.0"
62
62
  },
63
63
  "keywords": [
@@ -75,7 +75,7 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "version": "0.2.30",
78
+ "version": "0.2.33",
79
79
  "types": "lib/index.d.ts",
80
80
  "stability": "stable",
81
81
  "jsii": {
@@ -102,5 +102,11 @@
102
102
  "rootDir": "src"
103
103
  }
104
104
  },
105
+ "cdktf": {
106
+ "provider": {
107
+ "name": "registry.terraform.io/vancluever/acme",
108
+ "version": "2.8.0"
109
+ }
110
+ },
105
111
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
106
112
  }
package/releasetag.txt CHANGED
@@ -1 +1 @@
1
- v0.2.30
1
+ v0.2.33
package/version.txt CHANGED
@@ -1 +1 @@
1
- 0.2.30
1
+ 0.2.33