@cdktf/provider-acme 11.13.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +5 -5
- package/lib/certificate/index.js +8 -8
- package/lib/data-acme-server-url/index.js +1 -1
- package/lib/provider/index.js +1 -1
- package/lib/registration/index.js +2 -2
- package/package.json +15 -15
package/.jsii
CHANGED
@@ -8,8 +8,8 @@
|
|
8
8
|
"url": "https://hashicorp.com"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
|
-
"cdktf": "^0.
|
12
|
-
"constructs": "^10.
|
11
|
+
"cdktf": "^0.21.0",
|
12
|
+
"constructs": "^10.4.2"
|
13
13
|
},
|
14
14
|
"dependencyClosure": {
|
15
15
|
"cdktf": {
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"stability": "stable"
|
73
73
|
},
|
74
74
|
"homepage": "https://github.com/cdktf/cdktf-provider-acme.git",
|
75
|
-
"jsiiVersion": "5.
|
75
|
+
"jsiiVersion": "5.7.13 (build 0d3838b)",
|
76
76
|
"keywords": [
|
77
77
|
"acme",
|
78
78
|
"cdk",
|
@@ -4430,6 +4430,6 @@
|
|
4430
4430
|
"symbolId": "src/registration/index:RegistrationExternalAccountBindingOutputReference"
|
4431
4431
|
}
|
4432
4432
|
},
|
4433
|
-
"version": "
|
4434
|
-
"fingerprint": "
|
4433
|
+
"version": "12.0.0",
|
4434
|
+
"fingerprint": "LAGfaSQM5P+xN9RWPA3ZAMb/Dl0vtQPFPkyz/kEgm/E="
|
4435
4435
|
}
|
package/lib/certificate/index.js
CHANGED
@@ -123,7 +123,7 @@ class CertificateDnsChallengeOutputReference extends cdktf.ComplexObject {
|
|
123
123
|
}
|
124
124
|
exports.CertificateDnsChallengeOutputReference = CertificateDnsChallengeOutputReference;
|
125
125
|
_a = JSII_RTTI_SYMBOL_1;
|
126
|
-
CertificateDnsChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference", version: "
|
126
|
+
CertificateDnsChallengeOutputReference[_a] = { fqn: "@cdktf/provider-acme.certificate.CertificateDnsChallengeOutputReference", version: "12.0.0" };
|
127
127
|
class CertificateDnsChallengeList extends cdktf.ComplexList {
|
128
128
|
/**
|
129
129
|
* @param terraformResource The parent resource
|
@@ -145,7 +145,7 @@ class CertificateDnsChallengeList extends cdktf.ComplexList {
|
|
145
145
|
}
|
146
146
|
exports.CertificateDnsChallengeList = CertificateDnsChallengeList;
|
147
147
|
_b = JSII_RTTI_SYMBOL_1;
|
148
|
-
CertificateDnsChallengeList[_b] = { fqn: "@cdktf/provider-acme.certificate.CertificateDnsChallengeList", version: "
|
148
|
+
CertificateDnsChallengeList[_b] = { fqn: "@cdktf/provider-acme.certificate.CertificateDnsChallengeList", version: "12.0.0" };
|
149
149
|
function certificateHttpChallengeToTerraform(struct) {
|
150
150
|
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
151
151
|
return struct;
|
@@ -245,7 +245,7 @@ class CertificateHttpChallengeOutputReference extends cdktf.ComplexObject {
|
|
245
245
|
}
|
246
246
|
exports.CertificateHttpChallengeOutputReference = CertificateHttpChallengeOutputReference;
|
247
247
|
_c = JSII_RTTI_SYMBOL_1;
|
248
|
-
CertificateHttpChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference", version: "
|
248
|
+
CertificateHttpChallengeOutputReference[_c] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpChallengeOutputReference", version: "12.0.0" };
|
249
249
|
function certificateHttpMemcachedChallengeToTerraform(struct) {
|
250
250
|
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
251
251
|
return struct;
|
@@ -316,7 +316,7 @@ class CertificateHttpMemcachedChallengeOutputReference extends cdktf.ComplexObje
|
|
316
316
|
}
|
317
317
|
exports.CertificateHttpMemcachedChallengeOutputReference = CertificateHttpMemcachedChallengeOutputReference;
|
318
318
|
_d = JSII_RTTI_SYMBOL_1;
|
319
|
-
CertificateHttpMemcachedChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference", version: "
|
319
|
+
CertificateHttpMemcachedChallengeOutputReference[_d] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpMemcachedChallengeOutputReference", version: "12.0.0" };
|
320
320
|
function certificateHttpS3ChallengeToTerraform(struct) {
|
321
321
|
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
322
322
|
return struct;
|
@@ -387,7 +387,7 @@ class CertificateHttpS3ChallengeOutputReference extends cdktf.ComplexObject {
|
|
387
387
|
}
|
388
388
|
exports.CertificateHttpS3ChallengeOutputReference = CertificateHttpS3ChallengeOutputReference;
|
389
389
|
_e = JSII_RTTI_SYMBOL_1;
|
390
|
-
CertificateHttpS3ChallengeOutputReference[_e] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpS3ChallengeOutputReference", version: "
|
390
|
+
CertificateHttpS3ChallengeOutputReference[_e] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpS3ChallengeOutputReference", version: "12.0.0" };
|
391
391
|
function certificateHttpWebrootChallengeToTerraform(struct) {
|
392
392
|
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
393
393
|
return struct;
|
@@ -458,7 +458,7 @@ class CertificateHttpWebrootChallengeOutputReference extends cdktf.ComplexObject
|
|
458
458
|
}
|
459
459
|
exports.CertificateHttpWebrootChallengeOutputReference = CertificateHttpWebrootChallengeOutputReference;
|
460
460
|
_f = JSII_RTTI_SYMBOL_1;
|
461
|
-
CertificateHttpWebrootChallengeOutputReference[_f] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference", version: "
|
461
|
+
CertificateHttpWebrootChallengeOutputReference[_f] = { fqn: "@cdktf/provider-acme.certificate.CertificateHttpWebrootChallengeOutputReference", version: "12.0.0" };
|
462
462
|
function certificateTlsChallengeToTerraform(struct) {
|
463
463
|
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
464
464
|
return struct;
|
@@ -532,7 +532,7 @@ class CertificateTlsChallengeOutputReference extends cdktf.ComplexObject {
|
|
532
532
|
}
|
533
533
|
exports.CertificateTlsChallengeOutputReference = CertificateTlsChallengeOutputReference;
|
534
534
|
_g = JSII_RTTI_SYMBOL_1;
|
535
|
-
CertificateTlsChallengeOutputReference[_g] = { fqn: "@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference", version: "
|
535
|
+
CertificateTlsChallengeOutputReference[_g] = { fqn: "@cdktf/provider-acme.certificate.CertificateTlsChallengeOutputReference", version: "12.0.0" };
|
536
536
|
/**
|
537
537
|
* Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate acme_certificate}
|
538
538
|
*/
|
@@ -1117,7 +1117,7 @@ class Certificate extends cdktf.TerraformResource {
|
|
1117
1117
|
}
|
1118
1118
|
exports.Certificate = Certificate;
|
1119
1119
|
_h = JSII_RTTI_SYMBOL_1;
|
1120
|
-
Certificate[_h] = { fqn: "@cdktf/provider-acme.certificate.Certificate", version: "
|
1120
|
+
Certificate[_h] = { fqn: "@cdktf/provider-acme.certificate.Certificate", version: "12.0.0" };
|
1121
1121
|
// =================
|
1122
1122
|
// STATIC PROPERTIES
|
1123
1123
|
// =================
|
@@ -89,7 +89,7 @@ class DataAcmeServerUrl extends cdktf.TerraformDataSource {
|
|
89
89
|
}
|
90
90
|
exports.DataAcmeServerUrl = DataAcmeServerUrl;
|
91
91
|
_a = JSII_RTTI_SYMBOL_1;
|
92
|
-
DataAcmeServerUrl[_a] = { fqn: "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrl", version: "
|
92
|
+
DataAcmeServerUrl[_a] = { fqn: "@cdktf/provider-acme.dataAcmeServerUrl.DataAcmeServerUrl", version: "12.0.0" };
|
93
93
|
// =================
|
94
94
|
// STATIC PROPERTIES
|
95
95
|
// =================
|
package/lib/provider/index.js
CHANGED
@@ -97,7 +97,7 @@ class AcmeProvider extends cdktf.TerraformProvider {
|
|
97
97
|
}
|
98
98
|
exports.AcmeProvider = AcmeProvider;
|
99
99
|
_a = JSII_RTTI_SYMBOL_1;
|
100
|
-
AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.provider.AcmeProvider", version: "
|
100
|
+
AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.provider.AcmeProvider", version: "12.0.0" };
|
101
101
|
// =================
|
102
102
|
// STATIC PROPERTIES
|
103
103
|
// =================
|
@@ -99,7 +99,7 @@ class RegistrationExternalAccountBindingOutputReference extends cdktf.ComplexObj
|
|
99
99
|
}
|
100
100
|
exports.RegistrationExternalAccountBindingOutputReference = RegistrationExternalAccountBindingOutputReference;
|
101
101
|
_a = JSII_RTTI_SYMBOL_1;
|
102
|
-
RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference", version: "
|
102
|
+
RegistrationExternalAccountBindingOutputReference[_a] = { fqn: "@cdktf/provider-acme.registration.RegistrationExternalAccountBindingOutputReference", version: "12.0.0" };
|
103
103
|
/**
|
104
104
|
* Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/registration acme_registration}
|
105
105
|
*/
|
@@ -310,7 +310,7 @@ class Registration extends cdktf.TerraformResource {
|
|
310
310
|
}
|
311
311
|
exports.Registration = Registration;
|
312
312
|
_b = JSII_RTTI_SYMBOL_1;
|
313
|
-
Registration[_b] = { fqn: "@cdktf/provider-acme.registration.Registration", version: "
|
313
|
+
Registration[_b] = { fqn: "@cdktf/provider-acme.registration.Registration", version: "12.0.0" };
|
314
314
|
// =================
|
315
315
|
// STATIC PROPERTIES
|
316
316
|
// =================
|
package/package.json
CHANGED
@@ -30,6 +30,7 @@
|
|
30
30
|
"test": "jest --passWithNoTests",
|
31
31
|
"unbump": "npx projen unbump",
|
32
32
|
"unconditional-bump": "npx projen unconditional-bump",
|
33
|
+
"unconditional-release": "npx projen unconditional-release",
|
33
34
|
"upgrade": "npx projen upgrade",
|
34
35
|
"validate-workflows": "npx projen validate-workflows",
|
35
36
|
"watch": "npx projen watch",
|
@@ -48,29 +49,28 @@
|
|
48
49
|
"@action-validator/cli": "^0.6.0",
|
49
50
|
"@action-validator/core": "^0.6.0",
|
50
51
|
"@actions/core": "^1.1.0",
|
51
|
-
"@cdktf/provider-project": "^0.
|
52
|
-
"@types/node": "^
|
53
|
-
"cdktf": "^0.
|
54
|
-
"cdktf-cli": "^0.
|
52
|
+
"@cdktf/provider-project": "^0.7.0",
|
53
|
+
"@types/node": "^20",
|
54
|
+
"cdktf": "^0.21.0",
|
55
|
+
"cdktf-cli": "^0.21.0",
|
55
56
|
"commit-and-tag-version": "^12",
|
56
|
-
"constructs": "^10.
|
57
|
+
"constructs": "^10.4.2",
|
57
58
|
"dot-prop": "^5.2.0",
|
58
|
-
"jsii": "~5.
|
59
|
+
"jsii": "~5.7.0",
|
59
60
|
"jsii-diff": "^1.111.0",
|
60
61
|
"jsii-docgen": "^10.2.3",
|
61
62
|
"jsii-pacmak": "^1.111.0",
|
62
|
-
"jsii-rosetta": "~5.
|
63
|
-
"projen": "^0.91.
|
63
|
+
"jsii-rosetta": "~5.7.0",
|
64
|
+
"projen": "^0.91.26",
|
64
65
|
"semver": "^7.5.3",
|
65
|
-
"typescript": "~5.
|
66
|
+
"typescript": "~5.7.0"
|
66
67
|
},
|
67
68
|
"peerDependencies": {
|
68
|
-
"cdktf": "^0.
|
69
|
-
"constructs": "^10.
|
69
|
+
"cdktf": "^0.21.0",
|
70
|
+
"constructs": "^10.4.2"
|
70
71
|
},
|
71
72
|
"resolutions": {
|
72
|
-
"@types/yargs": "17.0.13"
|
73
|
-
"cssstyle": "4.1.0"
|
73
|
+
"@types/yargs": "17.0.13"
|
74
74
|
},
|
75
75
|
"keywords": [
|
76
76
|
"acme",
|
@@ -80,14 +80,14 @@
|
|
80
80
|
"terraform"
|
81
81
|
],
|
82
82
|
"engines": {
|
83
|
-
"node": ">=
|
83
|
+
"node": ">= 20.9.0"
|
84
84
|
},
|
85
85
|
"main": "lib/index.js",
|
86
86
|
"license": "MPL-2.0",
|
87
87
|
"publishConfig": {
|
88
88
|
"access": "public"
|
89
89
|
},
|
90
|
-
"version": "
|
90
|
+
"version": "12.0.0",
|
91
91
|
"types": "lib/index.d.ts",
|
92
92
|
"stability": "stable",
|
93
93
|
"jsii": {
|