@cdktf/provider-acme 8.0.2 → 9.0.0

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.17.0",
11
+ "cdktf": "^0.18.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -3561,6 +3561,6 @@
3561
3561
  "symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
3562
3562
  }
3563
3563
  },
3564
- "version": "8.0.2",
3565
- "fingerprint": "UncXO0uyCQ1mTsgY8zwXYwWzG2BA/DBbhgW0ocxwOV8="
3564
+ "version": "9.0.0",
3565
+ "fingerprint": "NlCXB1gLyJPzFtGjpA1N7i5RTrdaPpvd28HaaIgWq5E="
3566
3566
  }
@@ -88,7 +88,7 @@ class CertificateDnsChallengeOutputReference extends cdktf.ComplexObject {
88
88
  }
89
89
  exports.CertificateDnsChallengeOutputReference = CertificateDnsChallengeOutputReference;
90
90
  _a = JSII_RTTI_SYMBOL_1;
91
- CertificateDnsChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference", version: "8.0.2" };
91
+ CertificateDnsChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference", version: "9.0.0" };
92
92
  class CertificateDnsChallengeList extends cdktf.ComplexList {
93
93
  /**
94
94
  * @param terraformResource The parent resource
@@ -110,7 +110,7 @@ class CertificateDnsChallengeList extends cdktf.ComplexList {
110
110
  }
111
111
  exports.CertificateDnsChallengeList = CertificateDnsChallengeList;
112
112
  _b = JSII_RTTI_SYMBOL_1;
113
- CertificateDnsChallengeList[_b] = { fqn: "@cdktf/provider-acme.certificate.CertificateDnsChallengeList", version: "8.0.2" };
113
+ CertificateDnsChallengeList[_b] = { fqn: "@cdktf/provider-acme.certificate.CertificateDnsChallengeList", version: "9.0.0" };
114
114
  function certificateHttpChallengeToTerraform(struct) {
115
115
  if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
116
116
  return struct;
@@ -187,7 +187,7 @@ class CertificateHttpChallengeOutputReference extends cdktf.ComplexObject {
187
187
  }
188
188
  exports.CertificateHttpChallengeOutputReference = CertificateHttpChallengeOutputReference;
189
189
  _c = JSII_RTTI_SYMBOL_1;
190
- CertificateHttpChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference", version: "8.0.2" };
190
+ CertificateHttpChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference", version: "9.0.0" };
191
191
  function certificateHttpMemcachedChallengeToTerraform(struct) {
192
192
  if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
193
193
  return struct;
@@ -241,7 +241,7 @@ class CertificateHttpMemcachedChallengeOutputReference extends cdktf.ComplexObje
241
241
  }
242
242
  exports.CertificateHttpMemcachedChallengeOutputReference = CertificateHttpMemcachedChallengeOutputReference;
243
243
  _d = JSII_RTTI_SYMBOL_1;
244
- CertificateHttpMemcachedChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference", version: "8.0.2" };
244
+ CertificateHttpMemcachedChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference", version: "9.0.0" };
245
245
  function certificateHttpS3ChallengeToTerraform(struct) {
246
246
  if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
247
247
  return struct;
@@ -295,7 +295,7 @@ class CertificateHttpS3ChallengeOutputReference extends cdktf.ComplexObject {
295
295
  }
296
296
  exports.CertificateHttpS3ChallengeOutputReference = CertificateHttpS3ChallengeOutputReference;
297
297
  _e = JSII_RTTI_SYMBOL_1;
298
- CertificateHttpS3ChallengeOutputReference[_e] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpS3ChallengeOutputReference", version: "8.0.2" };
298
+ CertificateHttpS3ChallengeOutputReference[_e] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpS3ChallengeOutputReference", version: "9.0.0" };
299
299
  function certificateHttpWebrootChallengeToTerraform(struct) {
300
300
  if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
301
301
  return struct;
@@ -349,7 +349,7 @@ class CertificateHttpWebrootChallengeOutputReference extends cdktf.ComplexObject
349
349
  }
350
350
  exports.CertificateHttpWebrootChallengeOutputReference = CertificateHttpWebrootChallengeOutputReference;
351
351
  _f = JSII_RTTI_SYMBOL_1;
352
- CertificateHttpWebrootChallengeOutputReference[_f] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference", version: "8.0.2" };
352
+ CertificateHttpWebrootChallengeOutputReference[_f] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference", version: "9.0.0" };
353
353
  function certificateTlsChallengeToTerraform(struct) {
354
354
  if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
355
355
  return struct;
@@ -406,7 +406,7 @@ class CertificateTlsChallengeOutputReference extends cdktf.ComplexObject {
406
406
  }
407
407
  exports.CertificateTlsChallengeOutputReference = CertificateTlsChallengeOutputReference;
408
408
  _g = JSII_RTTI_SYMBOL_1;
409
- CertificateTlsChallengeOutputReference[_g] = { fqn: "@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference", version: "8.0.2" };
409
+ CertificateTlsChallengeOutputReference[_g] = { fqn: "@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference", version: "9.0.0" };
410
410
  /**
411
411
  * Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/certificate acme_certificate}
412
412
  */
@@ -785,7 +785,7 @@ class Certificate extends cdktf.TerraformResource {
785
785
  }
786
786
  exports.Certificate = Certificate;
787
787
  _h = JSII_RTTI_SYMBOL_1;
788
- Certificate[_h] = { fqn: "@cdktf/provider-acme.certificate.Certificate", version: "8.0.2" };
788
+ Certificate[_h] = { fqn: "@cdktf/provider-acme.certificate.Certificate", version: "9.0.0" };
789
789
  // =================
790
790
  // STATIC PROPERTIES
791
791
  // =================
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright (c) HashiCorp, Inc.
4
+ * SPDX-License-Identifier: MPL-2.0
5
+ */
6
+ // generated by cdktf get
7
+ Object.defineProperty(exports, 'certificate', { get: function () { return require('./certificate'); } });
8
+ Object.defineProperty(exports, 'registration', { get: function () { return require('./registration'); } });
9
+ Object.defineProperty(exports, 'provider', { get: function () { return require('./provider'); } });
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF6eS1pbmRleC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9sYXp5LWluZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTs7O0dBR0c7QUFFSCx5QkFBeUI7QUFDekIsTUFBTSxDQUFDLGNBQWMsQ0FBQyxPQUFPLEVBQUUsYUFBYSxFQUFFLEVBQUUsR0FBRyxFQUFFLGNBQWMsT0FBTyxPQUFPLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDO0FBQ3pHLE1BQU0sQ0FBQyxjQUFjLENBQUMsT0FBTyxFQUFFLGNBQWMsRUFBRSxFQUFFLEdBQUcsRUFBRSxjQUFjLE9BQU8sT0FBTyxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDO0FBQzNHLE1BQU0sQ0FBQyxjQUFjLENBQUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxFQUFFLEdBQUcsRUFBRSxjQUFjLE9BQU8sT0FBTyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQ29weXJpZ2h0IChjKSBIYXNoaUNvcnAsIEluYy5cbiAqIFNQRFgtTGljZW5zZS1JZGVudGlmaWVyOiBNUEwtMi4wXG4gKi9cblxuLy8gZ2VuZXJhdGVkIGJ5IGNka3RmIGdldFxuT2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsICdjZXJ0aWZpY2F0ZScsIHsgZ2V0OiBmdW5jdGlvbiAoKSB7IHJldHVybiByZXF1aXJlKCcuL2NlcnRpZmljYXRlJyk7IH0gfSk7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgJ3JlZ2lzdHJhdGlvbicsIHsgZ2V0OiBmdW5jdGlvbiAoKSB7IHJldHVybiByZXF1aXJlKCcuL3JlZ2lzdHJhdGlvbicpOyB9IH0pO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsICdwcm92aWRlcicsIHsgZ2V0OiBmdW5jdGlvbiAoKSB7IHJldHVybiByZXF1aXJlKCcuL3Byb3ZpZGVyJyk7IH0gfSk7XG5cbiJdfQ==
@@ -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.provider.AcmeProvider", version: "8.0.2" };
69
+ AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.provider.AcmeProvider", version: "9.0.0" };
70
70
  // =================
71
71
  // STATIC PROPERTIES
72
72
  // =================
@@ -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.registration.RegistrationExternalAccountBindingOutputReference", version: "8.0.2" };
77
+ RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference", version: "9.0.0" };
78
78
  /**
79
79
  * Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.17.0/docs/resources/registration acme_registration}
80
80
  */
@@ -176,7 +176,7 @@ class Registration extends cdktf.TerraformResource {
176
176
  }
177
177
  exports.Registration = Registration;
178
178
  _b = JSII_RTTI_SYMBOL_1;
179
- Registration[_b] = { fqn: "@cdktf/provider-acme.registration.Registration", version: "8.0.2" };
179
+ Registration[_b] = { fqn: "@cdktf/provider-acme.registration.Registration", version: "9.0.0" };
180
180
  // =================
181
181
  // STATIC PROPERTIES
182
182
  // =================
package/package.json CHANGED
@@ -47,8 +47,8 @@
47
47
  "@actions/core": "^1.1.0",
48
48
  "@cdktf/provider-project": "^0.2.95",
49
49
  "@types/node": "^16",
50
- "cdktf": "^0.17.0",
51
- "cdktf-cli": "^0.17.0",
50
+ "cdktf": "^0.18.0",
51
+ "cdktf-cli": "^0.18.0",
52
52
  "constructs": "^10.0.0",
53
53
  "dot-prop": "^5.2.0",
54
54
  "jsii": "^5.0.1",
@@ -58,12 +58,12 @@
58
58
  "jsii-rosetta": "~5.1.2",
59
59
  "node-fetch": "cjs",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.72.22",
61
+ "projen": "^0.72.23",
62
62
  "standard-version": "^9",
63
63
  "typescript": "^4.9.5"
64
64
  },
65
65
  "peerDependencies": {
66
- "cdktf": "^0.17.0",
66
+ "cdktf": "^0.18.0",
67
67
  "constructs": "^10.0.0"
68
68
  },
69
69
  "resolutions": {
@@ -84,7 +84,7 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "version": "8.0.2",
87
+ "version": "9.0.0",
88
88
  "types": "lib/index.d.ts",
89
89
  "stability": "stable",
90
90
  "jsii": {