@pulumiverse/scaleway 1.45.0-alpha.1773087509 → 1.45.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/databaseInstance.d.ts +0 -3
- package/databaseInstance.js +0 -3
- package/databaseInstance.js.map +1 -1
- package/databaseUser.d.ts +0 -3
- package/databaseUser.js +0 -3
- package/databaseUser.js.map +1 -1
- package/databases/instance.d.ts +0 -3
- package/databases/instance.js +0 -3
- package/databases/instance.js.map +1 -1
- package/databases/user.d.ts +0 -3
- package/databases/user.js +0 -3
- package/databases/user.js.map +1 -1
- package/datawarehouse/deployment.d.ts +48 -18
- package/datawarehouse/deployment.js +7 -1
- package/datawarehouse/deployment.js.map +1 -1
- package/domain/getRegistration.d.ts +135 -0
- package/domain/getRegistration.js +78 -0
- package/domain/getRegistration.js.map +1 -0
- package/domain/index.d.ts +3 -0
- package/domain/index.js +4 -1
- package/domain/index.js.map +1 -1
- package/domain/registration.d.ts +2 -0
- package/domain/registration.js +2 -0
- package/domain/registration.js.map +1 -1
- package/edgeServicesRouteStage.d.ts +69 -7
- package/edgeServicesRouteStage.js +53 -1
- package/edgeServicesRouteStage.js.map +1 -1
- package/edgeservices/getBackendStage.d.ts +131 -0
- package/edgeservices/getBackendStage.js +86 -0
- package/edgeservices/getBackendStage.js.map +1 -0
- package/edgeservices/getCacheStage.d.ts +109 -0
- package/edgeservices/getCacheStage.js +80 -0
- package/edgeservices/getCacheStage.js.map +1 -0
- package/edgeservices/getDnsStage.d.ts +118 -0
- package/edgeservices/getDnsStage.js +84 -0
- package/edgeservices/getDnsStage.js.map +1 -0
- package/edgeservices/getPipeline.d.ts +111 -0
- package/edgeservices/getPipeline.js +82 -0
- package/edgeservices/getPipeline.js.map +1 -0
- package/edgeservices/getRouteStage.d.ts +105 -0
- package/edgeservices/getRouteStage.js +80 -0
- package/edgeservices/getRouteStage.js.map +1 -0
- package/edgeservices/getTlsStage.d.ts +127 -0
- package/edgeservices/getTlsStage.js +84 -0
- package/edgeservices/getTlsStage.js.map +1 -0
- package/edgeservices/getWafStage.d.ts +104 -0
- package/edgeservices/getWafStage.js +80 -0
- package/edgeservices/getWafStage.js.map +1 -0
- package/edgeservices/index.d.ts +21 -0
- package/edgeservices/index.js +22 -1
- package/edgeservices/index.js.map +1 -1
- package/edgeservices/routeStage.d.ts +69 -7
- package/edgeservices/routeStage.js +53 -1
- package/edgeservices/routeStage.js.map +1 -1
- package/iam/apiKey.d.ts +2 -0
- package/iam/apiKey.js +2 -0
- package/iam/apiKey.js.map +1 -1
- package/iam/getSaml.d.ts +85 -0
- package/iam/getSaml.js +58 -0
- package/iam/getSaml.js.map +1 -0
- package/iam/getSamlCertificate.d.ts +80 -0
- package/iam/getSamlCertificate.js +52 -0
- package/iam/getSamlCertificate.js.map +1 -0
- package/iam/index.d.ts +12 -0
- package/iam/index.js +17 -1
- package/iam/index.js.map +1 -1
- package/iam/saml.d.ts +97 -0
- package/iam/saml.js +72 -0
- package/iam/saml.js.map +1 -0
- package/iam/samlCertificate.d.ts +118 -0
- package/iam/samlCertificate.js +83 -0
- package/iam/samlCertificate.js.map +1 -0
- package/iam/user.d.ts +0 -3
- package/iam/user.js +0 -3
- package/iam/user.js.map +1 -1
- package/iamApiKey.d.ts +2 -0
- package/iamApiKey.js +2 -0
- package/iamApiKey.js.map +1 -1
- package/iamUser.d.ts +0 -3
- package/iamUser.js +0 -3
- package/iamUser.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/inference/model.d.ts +0 -2
- package/inference/model.js +0 -2
- package/inference/model.js.map +1 -1
- package/interlink/getPartner.d.ts +123 -0
- package/interlink/getPartner.js +82 -0
- package/interlink/getPartner.js.map +1 -0
- package/interlink/getPartners.d.ts +87 -0
- package/interlink/getPartners.js +68 -0
- package/interlink/getPartners.js.map +1 -0
- package/interlink/index.d.ts +6 -0
- package/interlink/index.js +13 -0
- package/interlink/index.js.map +1 -0
- package/mongoDbInstance.d.ts +12 -6
- package/mongoDbInstance.js +0 -3
- package/mongoDbInstance.js.map +1 -1
- package/mongodb/instance.d.ts +12 -6
- package/mongodb/instance.js +0 -3
- package/mongodb/instance.js.map +1 -1
- package/mongodb/user.d.ts +12 -5
- package/mongodb/user.js +0 -2
- package/mongodb/user.js.map +1 -1
- package/network/connector.d.ts +209 -0
- package/network/connector.js +142 -0
- package/network/connector.js.map +1 -0
- package/network/gatewayNetwork.d.ts +12 -12
- package/network/getAcl.d.ts +106 -0
- package/network/getAcl.js +80 -0
- package/network/getAcl.js.map +1 -0
- package/network/getConnector.d.ts +147 -0
- package/network/getConnector.js +90 -0
- package/network/getConnector.js.map +1 -0
- package/network/getRoute.d.ts +158 -0
- package/network/getRoute.js +90 -0
- package/network/getRoute.js.map +1 -0
- package/network/index.d.ts +12 -0
- package/network/index.js +15 -1
- package/network/index.js.map +1 -1
- package/network/publicGateway.d.ts +10 -0
- package/network/publicGateway.js.map +1 -1
- package/network/publicGatewayDhcp.d.ts +6 -0
- package/network/publicGatewayDhcp.js.map +1 -1
- package/object/bucketServerSideEncryptionConfiguration.d.ts +123 -0
- package/object/bucketServerSideEncryptionConfiguration.js +118 -0
- package/object/bucketServerSideEncryptionConfiguration.js.map +1 -0
- package/object/getBucketServerSideEncryptionConfiguration.d.ts +98 -0
- package/object/getBucketServerSideEncryptionConfiguration.js +76 -0
- package/object/getBucketServerSideEncryptionConfiguration.js.map +1 -0
- package/object/index.d.ts +6 -0
- package/object/index.js +9 -1
- package/object/index.js.map +1 -1
- package/observability/exporter.d.ts +236 -0
- package/observability/exporter.js +150 -0
- package/observability/exporter.js.map +1 -0
- package/observability/getExporter.d.ts +153 -0
- package/observability/getExporter.js +90 -0
- package/observability/getExporter.js.map +1 -0
- package/observability/getProducts.d.ts +43 -0
- package/observability/getProducts.js +24 -0
- package/observability/getProducts.js.map +1 -0
- package/observability/index.d.ts +9 -0
- package/observability/index.js +12 -1
- package/observability/index.js.map +1 -1
- package/opensearch/deployment.d.ts +8 -0
- package/opensearch/deployment.js +2 -0
- package/opensearch/deployment.js.map +1 -1
- package/opensearch/getDeployment.d.ts +114 -0
- package/opensearch/getDeployment.js +72 -0
- package/opensearch/getDeployment.js.map +1 -0
- package/opensearch/index.d.ts +3 -0
- package/opensearch/index.js +4 -1
- package/opensearch/index.js.map +1 -1
- package/package.json +2 -2
- package/redis/cluster.d.ts +0 -3
- package/redis/cluster.js +0 -3
- package/redis/cluster.js.map +1 -1
- package/redisCluster.d.ts +0 -3
- package/redisCluster.js +0 -3
- package/redisCluster.js.map +1 -1
- package/secretVersion.d.ts +0 -4
- package/secretVersion.js +0 -4
- package/secretVersion.js.map +1 -1
- package/secrets/version.d.ts +0 -4
- package/secrets/version.js +0 -4
- package/secrets/version.js.map +1 -1
- package/types/input.d.ts +60 -6
- package/types/output.d.ts +1096 -206
- package/vpcGatewayNetwork.d.ts +12 -12
- package/vpcPublicGateway.d.ts +10 -0
- package/vpcPublicGateway.js.map +1 -1
- package/vpcPublicGatewayDhcp.d.ts +6 -0
- package/vpcPublicGatewayDhcp.js.map +1 -1
package/databaseInstance.d.ts
CHANGED
|
@@ -2,9 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Creates and manages Scaleway Database Instances.
|
|
6
|
-
* For more information, see refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
|
|
7
|
-
*
|
|
8
5
|
* ## Example Usage
|
|
9
6
|
*
|
|
10
7
|
* ```typescript
|
package/databaseInstance.js
CHANGED
|
@@ -6,9 +6,6 @@ exports.DatabaseInstance = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages Scaleway Database Instances.
|
|
10
|
-
* For more information, see refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
|
|
11
|
-
*
|
|
12
9
|
* ## Example Usage
|
|
13
10
|
*
|
|
14
11
|
* ```typescript
|
package/databaseInstance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"databaseInstance.js","sourceRoot":"","sources":["../databaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"databaseInstance.js","sourceRoot":"","sources":["../databaseInstance.ts"],"names":[],"mappings":"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"}
|
package/databaseUser.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* The `scaleway.databases.User` resource creates and manages database users.
|
|
4
|
-
* For more information refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
|
|
5
|
-
*
|
|
6
3
|
* ## Example Usage
|
|
7
4
|
*
|
|
8
5
|
* ```typescript
|
package/databaseUser.js
CHANGED
|
@@ -6,9 +6,6 @@ exports.DatabaseUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* The `scaleway.databases.User` resource creates and manages database users.
|
|
10
|
-
* For more information refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
|
|
11
|
-
*
|
|
12
9
|
* ## Example Usage
|
|
13
10
|
*
|
|
14
11
|
* ```typescript
|
package/databaseUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"databaseUser.js","sourceRoot":"","sources":["../databaseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"databaseUser.js","sourceRoot":"","sources":["../databaseUser.ts"],"names":[],"mappings":"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"}
|
package/databases/instance.d.ts
CHANGED
|
@@ -2,9 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Creates and manages Scaleway Database Instances.
|
|
6
|
-
* For more information, see refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
|
|
7
|
-
*
|
|
8
5
|
* ## Example Usage
|
|
9
6
|
*
|
|
10
7
|
* ```typescript
|
package/databases/instance.js
CHANGED
|
@@ -6,9 +6,6 @@ exports.Instance = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages Scaleway Database Instances.
|
|
10
|
-
* For more information, see refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
|
|
11
|
-
*
|
|
12
9
|
* ## Example Usage
|
|
13
10
|
*
|
|
14
11
|
* ```typescript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../databases/instance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../databases/instance.ts"],"names":[],"mappings":"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"}
|
package/databases/user.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* The `scaleway.databases.User` resource creates and manages database users.
|
|
4
|
-
* For more information refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
|
|
5
|
-
*
|
|
6
3
|
* ## Example Usage
|
|
7
4
|
*
|
|
8
5
|
* ```typescript
|
package/databases/user.js
CHANGED
|
@@ -6,9 +6,6 @@ exports.User = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* The `scaleway.databases.User` resource creates and manages database users.
|
|
10
|
-
* For more information refer to the [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/).
|
|
11
|
-
*
|
|
12
9
|
* ## Example Usage
|
|
13
10
|
*
|
|
14
11
|
* ```typescript
|
package/databases/user.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../databases/user.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../databases/user.ts"],"names":[],"mappings":"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"}
|
|
@@ -97,11 +97,11 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
97
97
|
*/
|
|
98
98
|
static isInstance(obj: any): obj is Deployment;
|
|
99
99
|
/**
|
|
100
|
-
* Maximum CPU count. Must be greater than or equal to `cpuMin`.
|
|
100
|
+
* Maximum CPU count (autoscaling upper bound). Must be greater than or equal to `cpuMin`. Can be updated in place.
|
|
101
101
|
*/
|
|
102
102
|
readonly cpuMax: pulumi.Output<number>;
|
|
103
103
|
/**
|
|
104
|
-
* Minimum CPU count. Must be less than or equal to `cpuMax`.
|
|
104
|
+
* Minimum CPU count (autoscaling lower bound). Must be less than or equal to `cpuMax`. Can be updated in place.
|
|
105
105
|
*/
|
|
106
106
|
readonly cpuMin: pulumi.Output<number>;
|
|
107
107
|
/**
|
|
@@ -113,9 +113,17 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
113
113
|
*/
|
|
114
114
|
readonly name: pulumi.Output<string>;
|
|
115
115
|
/**
|
|
116
|
-
* Password for the first user of the deployment. If not specified, a random password will be generated. Note: password is only used during deployment creation.
|
|
116
|
+
* Password for the first user of the deployment. If not specified, a random password will be generated. Only one of `password` or `passwordWo` should be specified. Note: plain `password` is only used during deployment creation; it is not rotated on update.
|
|
117
117
|
*/
|
|
118
118
|
readonly password: pulumi.Output<string | undefined>;
|
|
119
|
+
/**
|
|
120
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
121
|
+
*/
|
|
122
|
+
readonly passwordWo: pulumi.Output<string | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* The version of the write-only password. To update the `passwordWo`, you must also update the `passwordWoVersion`.
|
|
125
|
+
*/
|
|
126
|
+
readonly passwordWoVersion: pulumi.Output<number | undefined>;
|
|
119
127
|
/**
|
|
120
128
|
* Private network configuration to expose your deployment. Changing this forces recreation of the deployment.
|
|
121
129
|
*/
|
|
@@ -124,8 +132,6 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
124
132
|
* `projectId`) The ID of the project the deployment is associated with.
|
|
125
133
|
*
|
|
126
134
|
* > **Note:** A public endpoint is always created automatically alongside any private network configuration.
|
|
127
|
-
*
|
|
128
|
-
* > **Note:** During the private beta phase, modifying `cpuMin`, `cpuMax`, and `replicaCount` has no effect until the feature is launched in general availability.
|
|
129
135
|
*/
|
|
130
136
|
readonly projectId: pulumi.Output<string>;
|
|
131
137
|
/**
|
|
@@ -141,9 +147,13 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
141
147
|
*/
|
|
142
148
|
readonly region: pulumi.Output<string | undefined>;
|
|
143
149
|
/**
|
|
144
|
-
* Number of replicas.
|
|
150
|
+
* Number of replicas. Can be updated in place via the deployment configuration API.
|
|
145
151
|
*/
|
|
146
152
|
readonly replicaCount: pulumi.Output<number>;
|
|
153
|
+
/**
|
|
154
|
+
* Whether the deployment should be running. When set to `false`, the provider calls the Stop deployment API after create or update; when set to `true`, it calls Start deployment if the deployment is stopped. Scaling fields (`replicaCount`, `cpuMin`, `cpuMax`) require the deployment to be running; if it is stopped, the provider starts it to apply the change, then stops it again when `started` is `false`.
|
|
155
|
+
*/
|
|
156
|
+
readonly started: pulumi.Output<boolean | undefined>;
|
|
147
157
|
/**
|
|
148
158
|
* The status of the deployment (e.g., "ready", "provisioning").
|
|
149
159
|
*/
|
|
@@ -174,11 +184,11 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
174
184
|
*/
|
|
175
185
|
export interface DeploymentState {
|
|
176
186
|
/**
|
|
177
|
-
* Maximum CPU count. Must be greater than or equal to `cpuMin`.
|
|
187
|
+
* Maximum CPU count (autoscaling upper bound). Must be greater than or equal to `cpuMin`. Can be updated in place.
|
|
178
188
|
*/
|
|
179
189
|
cpuMax?: pulumi.Input<number>;
|
|
180
190
|
/**
|
|
181
|
-
* Minimum CPU count. Must be less than or equal to `cpuMax`.
|
|
191
|
+
* Minimum CPU count (autoscaling lower bound). Must be less than or equal to `cpuMax`. Can be updated in place.
|
|
182
192
|
*/
|
|
183
193
|
cpuMin?: pulumi.Input<number>;
|
|
184
194
|
/**
|
|
@@ -190,9 +200,17 @@ export interface DeploymentState {
|
|
|
190
200
|
*/
|
|
191
201
|
name?: pulumi.Input<string>;
|
|
192
202
|
/**
|
|
193
|
-
* Password for the first user of the deployment. If not specified, a random password will be generated. Note: password is only used during deployment creation.
|
|
203
|
+
* Password for the first user of the deployment. If not specified, a random password will be generated. Only one of `password` or `passwordWo` should be specified. Note: plain `password` is only used during deployment creation; it is not rotated on update.
|
|
194
204
|
*/
|
|
195
205
|
password?: pulumi.Input<string>;
|
|
206
|
+
/**
|
|
207
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
208
|
+
*/
|
|
209
|
+
passwordWo?: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* The version of the write-only password. To update the `passwordWo`, you must also update the `passwordWoVersion`.
|
|
212
|
+
*/
|
|
213
|
+
passwordWoVersion?: pulumi.Input<number>;
|
|
196
214
|
/**
|
|
197
215
|
* Private network configuration to expose your deployment. Changing this forces recreation of the deployment.
|
|
198
216
|
*/
|
|
@@ -201,8 +219,6 @@ export interface DeploymentState {
|
|
|
201
219
|
* `projectId`) The ID of the project the deployment is associated with.
|
|
202
220
|
*
|
|
203
221
|
* > **Note:** A public endpoint is always created automatically alongside any private network configuration.
|
|
204
|
-
*
|
|
205
|
-
* > **Note:** During the private beta phase, modifying `cpuMin`, `cpuMax`, and `replicaCount` has no effect until the feature is launched in general availability.
|
|
206
222
|
*/
|
|
207
223
|
projectId?: pulumi.Input<string>;
|
|
208
224
|
/**
|
|
@@ -218,9 +234,13 @@ export interface DeploymentState {
|
|
|
218
234
|
*/
|
|
219
235
|
region?: pulumi.Input<string>;
|
|
220
236
|
/**
|
|
221
|
-
* Number of replicas.
|
|
237
|
+
* Number of replicas. Can be updated in place via the deployment configuration API.
|
|
222
238
|
*/
|
|
223
239
|
replicaCount?: pulumi.Input<number>;
|
|
240
|
+
/**
|
|
241
|
+
* Whether the deployment should be running. When set to `false`, the provider calls the Stop deployment API after create or update; when set to `true`, it calls Start deployment if the deployment is stopped. Scaling fields (`replicaCount`, `cpuMin`, `cpuMax`) require the deployment to be running; if it is stopped, the provider starts it to apply the change, then stops it again when `started` is `false`.
|
|
242
|
+
*/
|
|
243
|
+
started?: pulumi.Input<boolean>;
|
|
224
244
|
/**
|
|
225
245
|
* The status of the deployment (e.g., "ready", "provisioning").
|
|
226
246
|
*/
|
|
@@ -243,11 +263,11 @@ export interface DeploymentState {
|
|
|
243
263
|
*/
|
|
244
264
|
export interface DeploymentArgs {
|
|
245
265
|
/**
|
|
246
|
-
* Maximum CPU count. Must be greater than or equal to `cpuMin`.
|
|
266
|
+
* Maximum CPU count (autoscaling upper bound). Must be greater than or equal to `cpuMin`. Can be updated in place.
|
|
247
267
|
*/
|
|
248
268
|
cpuMax: pulumi.Input<number>;
|
|
249
269
|
/**
|
|
250
|
-
* Minimum CPU count. Must be less than or equal to `cpuMax`.
|
|
270
|
+
* Minimum CPU count (autoscaling lower bound). Must be less than or equal to `cpuMax`. Can be updated in place.
|
|
251
271
|
*/
|
|
252
272
|
cpuMin: pulumi.Input<number>;
|
|
253
273
|
/**
|
|
@@ -255,9 +275,17 @@ export interface DeploymentArgs {
|
|
|
255
275
|
*/
|
|
256
276
|
name?: pulumi.Input<string>;
|
|
257
277
|
/**
|
|
258
|
-
* Password for the first user of the deployment. If not specified, a random password will be generated. Note: password is only used during deployment creation.
|
|
278
|
+
* Password for the first user of the deployment. If not specified, a random password will be generated. Only one of `password` or `passwordWo` should be specified. Note: plain `password` is only used during deployment creation; it is not rotated on update.
|
|
259
279
|
*/
|
|
260
280
|
password?: pulumi.Input<string>;
|
|
281
|
+
/**
|
|
282
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
283
|
+
*/
|
|
284
|
+
passwordWo?: pulumi.Input<string>;
|
|
285
|
+
/**
|
|
286
|
+
* The version of the write-only password. To update the `passwordWo`, you must also update the `passwordWoVersion`.
|
|
287
|
+
*/
|
|
288
|
+
passwordWoVersion?: pulumi.Input<number>;
|
|
261
289
|
/**
|
|
262
290
|
* Private network configuration to expose your deployment. Changing this forces recreation of the deployment.
|
|
263
291
|
*/
|
|
@@ -266,8 +294,6 @@ export interface DeploymentArgs {
|
|
|
266
294
|
* `projectId`) The ID of the project the deployment is associated with.
|
|
267
295
|
*
|
|
268
296
|
* > **Note:** A public endpoint is always created automatically alongside any private network configuration.
|
|
269
|
-
*
|
|
270
|
-
* > **Note:** During the private beta phase, modifying `cpuMin`, `cpuMax`, and `replicaCount` has no effect until the feature is launched in general availability.
|
|
271
297
|
*/
|
|
272
298
|
projectId?: pulumi.Input<string>;
|
|
273
299
|
/**
|
|
@@ -279,9 +305,13 @@ export interface DeploymentArgs {
|
|
|
279
305
|
*/
|
|
280
306
|
region?: pulumi.Input<string>;
|
|
281
307
|
/**
|
|
282
|
-
* Number of replicas.
|
|
308
|
+
* Number of replicas. Can be updated in place via the deployment configuration API.
|
|
283
309
|
*/
|
|
284
310
|
replicaCount: pulumi.Input<number>;
|
|
311
|
+
/**
|
|
312
|
+
* Whether the deployment should be running. When set to `false`, the provider calls the Stop deployment API after create or update; when set to `true`, it calls Start deployment if the deployment is stopped. Scaling fields (`replicaCount`, `cpuMin`, `cpuMax`) require the deployment to be running; if it is stopped, the provider starts it to apply the change, then stops it again when `started` is `false`.
|
|
313
|
+
*/
|
|
314
|
+
started?: pulumi.Input<boolean>;
|
|
285
315
|
/**
|
|
286
316
|
* List of tags to apply to the deployment.
|
|
287
317
|
*/
|
|
@@ -117,12 +117,15 @@ class Deployment extends pulumi.CustomResource {
|
|
|
117
117
|
resourceInputs["createdAt"] = state?.createdAt;
|
|
118
118
|
resourceInputs["name"] = state?.name;
|
|
119
119
|
resourceInputs["password"] = state?.password;
|
|
120
|
+
resourceInputs["passwordWo"] = state?.passwordWo;
|
|
121
|
+
resourceInputs["passwordWoVersion"] = state?.passwordWoVersion;
|
|
120
122
|
resourceInputs["privateNetwork"] = state?.privateNetwork;
|
|
121
123
|
resourceInputs["projectId"] = state?.projectId;
|
|
122
124
|
resourceInputs["publicNetworks"] = state?.publicNetworks;
|
|
123
125
|
resourceInputs["ramPerCpu"] = state?.ramPerCpu;
|
|
124
126
|
resourceInputs["region"] = state?.region;
|
|
125
127
|
resourceInputs["replicaCount"] = state?.replicaCount;
|
|
128
|
+
resourceInputs["started"] = state?.started;
|
|
126
129
|
resourceInputs["status"] = state?.status;
|
|
127
130
|
resourceInputs["tags"] = state?.tags;
|
|
128
131
|
resourceInputs["updatedAt"] = state?.updatedAt;
|
|
@@ -149,11 +152,14 @@ class Deployment extends pulumi.CustomResource {
|
|
|
149
152
|
resourceInputs["cpuMin"] = args?.cpuMin;
|
|
150
153
|
resourceInputs["name"] = args?.name;
|
|
151
154
|
resourceInputs["password"] = args?.password ? pulumi.secret(args.password) : undefined;
|
|
155
|
+
resourceInputs["passwordWo"] = args?.passwordWo ? pulumi.secret(args.passwordWo) : undefined;
|
|
156
|
+
resourceInputs["passwordWoVersion"] = args?.passwordWoVersion;
|
|
152
157
|
resourceInputs["privateNetwork"] = args?.privateNetwork;
|
|
153
158
|
resourceInputs["projectId"] = args?.projectId;
|
|
154
159
|
resourceInputs["ramPerCpu"] = args?.ramPerCpu;
|
|
155
160
|
resourceInputs["region"] = args?.region;
|
|
156
161
|
resourceInputs["replicaCount"] = args?.replicaCount;
|
|
162
|
+
resourceInputs["started"] = args?.started;
|
|
157
163
|
resourceInputs["tags"] = args?.tags;
|
|
158
164
|
resourceInputs["version"] = args?.version;
|
|
159
165
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
@@ -162,7 +168,7 @@ class Deployment extends pulumi.CustomResource {
|
|
|
162
168
|
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
163
169
|
}
|
|
164
170
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
165
|
-
const secretOpts = { additionalSecretOutputs: ["password"] };
|
|
171
|
+
const secretOpts = { additionalSecretOutputs: ["password", "passwordWo"] };
|
|
166
172
|
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
167
173
|
super(Deployment.__pulumiType, name, resourceInputs, opts);
|
|
168
174
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployment.js","sourceRoot":"","sources":["../../datawarehouse/deployment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8EG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;
|
|
1
|
+
{"version":3,"file":"deployment.js","sourceRoot":"","sources":["../../datawarehouse/deployment.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ### Get taskId for import
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
11
|
+
*
|
|
12
|
+
* const example = scaleway.domain.getRegistration({
|
|
13
|
+
* domainName: "example.com",
|
|
14
|
+
* });
|
|
15
|
+
* export const importCommand = Promise.all([example, example]).then(([example, example1]) => `terraform import scaleway_domain_registration.example ${example.projectId}/${example1.taskId}`);
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* ### With projectId filter
|
|
19
|
+
*
|
|
20
|
+
* ```typescript
|
|
21
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
23
|
+
*
|
|
24
|
+
* const example = scaleway.domain.getRegistration({
|
|
25
|
+
* domainName: "example.com",
|
|
26
|
+
* projectId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare function getRegistration(args: GetRegistrationArgs, opts?: pulumi.InvokeOptions): Promise<GetRegistrationResult>;
|
|
31
|
+
/**
|
|
32
|
+
* A collection of arguments for invoking getRegistration.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetRegistrationArgs {
|
|
35
|
+
/**
|
|
36
|
+
* The domain name to look up (e.g. example.com).
|
|
37
|
+
*/
|
|
38
|
+
domainName: string;
|
|
39
|
+
/**
|
|
40
|
+
* The project ID to filter by. Defaults to the project ID in the provider configuration.
|
|
41
|
+
*/
|
|
42
|
+
projectId?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* A collection of values returned by getRegistration.
|
|
46
|
+
*/
|
|
47
|
+
export interface GetRegistrationResult {
|
|
48
|
+
/**
|
|
49
|
+
* Administrative contact details.
|
|
50
|
+
*/
|
|
51
|
+
readonly administrativeContacts: outputs.domain.GetRegistrationAdministrativeContact[];
|
|
52
|
+
/**
|
|
53
|
+
* Whether auto-renewal is enabled.
|
|
54
|
+
*/
|
|
55
|
+
readonly autoRenew: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Whether DNSSEC is enabled.
|
|
58
|
+
*/
|
|
59
|
+
readonly dnssec: boolean;
|
|
60
|
+
readonly domainName: string;
|
|
61
|
+
/**
|
|
62
|
+
* List of domain names in the registration.
|
|
63
|
+
*/
|
|
64
|
+
readonly domainNames: string[];
|
|
65
|
+
/**
|
|
66
|
+
* DNSSEC DS record configuration.
|
|
67
|
+
*/
|
|
68
|
+
readonly dsRecords: outputs.domain.GetRegistrationDsRecord[];
|
|
69
|
+
readonly durationInYears: number;
|
|
70
|
+
/**
|
|
71
|
+
* The provider-assigned unique ID for this managed resource.
|
|
72
|
+
*/
|
|
73
|
+
readonly id: string;
|
|
74
|
+
/**
|
|
75
|
+
* ID of the owner contact.
|
|
76
|
+
*/
|
|
77
|
+
readonly ownerContactId: string;
|
|
78
|
+
/**
|
|
79
|
+
* Owner contact details (when lastname is API-compatible).
|
|
80
|
+
*/
|
|
81
|
+
readonly ownerContacts: outputs.domain.GetRegistrationOwnerContact[];
|
|
82
|
+
/**
|
|
83
|
+
* The project ID of the domain registration.
|
|
84
|
+
*/
|
|
85
|
+
readonly projectId?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The task ID of the domain registration.
|
|
88
|
+
*/
|
|
89
|
+
readonly taskId: string;
|
|
90
|
+
/**
|
|
91
|
+
* Technical contact details.
|
|
92
|
+
*/
|
|
93
|
+
readonly technicalContacts: outputs.domain.GetRegistrationTechnicalContact[];
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* ## Example Usage
|
|
97
|
+
*
|
|
98
|
+
* ### Get taskId for import
|
|
99
|
+
*
|
|
100
|
+
* ```typescript
|
|
101
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
102
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
103
|
+
*
|
|
104
|
+
* const example = scaleway.domain.getRegistration({
|
|
105
|
+
* domainName: "example.com",
|
|
106
|
+
* });
|
|
107
|
+
* export const importCommand = Promise.all([example, example]).then(([example, example1]) => `terraform import scaleway_domain_registration.example ${example.projectId}/${example1.taskId}`);
|
|
108
|
+
* ```
|
|
109
|
+
*
|
|
110
|
+
* ### With projectId filter
|
|
111
|
+
*
|
|
112
|
+
* ```typescript
|
|
113
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
114
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
115
|
+
*
|
|
116
|
+
* const example = scaleway.domain.getRegistration({
|
|
117
|
+
* domainName: "example.com",
|
|
118
|
+
* projectId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|
|
119
|
+
* });
|
|
120
|
+
* ```
|
|
121
|
+
*/
|
|
122
|
+
export declare function getRegistrationOutput(args: GetRegistrationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRegistrationResult>;
|
|
123
|
+
/**
|
|
124
|
+
* A collection of arguments for invoking getRegistration.
|
|
125
|
+
*/
|
|
126
|
+
export interface GetRegistrationOutputArgs {
|
|
127
|
+
/**
|
|
128
|
+
* The domain name to look up (e.g. example.com).
|
|
129
|
+
*/
|
|
130
|
+
domainName: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The project ID to filter by. Defaults to the project ID in the provider configuration.
|
|
133
|
+
*/
|
|
134
|
+
projectId?: pulumi.Input<string>;
|
|
135
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRegistrationOutput = exports.getRegistration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ### Get taskId for import
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
16
|
+
*
|
|
17
|
+
* const example = scaleway.domain.getRegistration({
|
|
18
|
+
* domainName: "example.com",
|
|
19
|
+
* });
|
|
20
|
+
* export const importCommand = Promise.all([example, example]).then(([example, example1]) => `terraform import scaleway_domain_registration.example ${example.projectId}/${example1.taskId}`);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ### With projectId filter
|
|
24
|
+
*
|
|
25
|
+
* ```typescript
|
|
26
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
27
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
28
|
+
*
|
|
29
|
+
* const example = scaleway.domain.getRegistration({
|
|
30
|
+
* domainName: "example.com",
|
|
31
|
+
* projectId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
function getRegistration(args, opts) {
|
|
36
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
37
|
+
return pulumi.runtime.invoke("scaleway:domain/getRegistration:getRegistration", {
|
|
38
|
+
"domainName": args.domainName,
|
|
39
|
+
"projectId": args.projectId,
|
|
40
|
+
}, opts);
|
|
41
|
+
}
|
|
42
|
+
exports.getRegistration = getRegistration;
|
|
43
|
+
/**
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ### Get taskId for import
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
51
|
+
*
|
|
52
|
+
* const example = scaleway.domain.getRegistration({
|
|
53
|
+
* domainName: "example.com",
|
|
54
|
+
* });
|
|
55
|
+
* export const importCommand = Promise.all([example, example]).then(([example, example1]) => `terraform import scaleway_domain_registration.example ${example.projectId}/${example1.taskId}`);
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* ### With projectId filter
|
|
59
|
+
*
|
|
60
|
+
* ```typescript
|
|
61
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
62
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
63
|
+
*
|
|
64
|
+
* const example = scaleway.domain.getRegistration({
|
|
65
|
+
* domainName: "example.com",
|
|
66
|
+
* projectId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|
|
67
|
+
* });
|
|
68
|
+
* ```
|
|
69
|
+
*/
|
|
70
|
+
function getRegistrationOutput(args, opts) {
|
|
71
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
72
|
+
return pulumi.runtime.invokeOutput("scaleway:domain/getRegistration:getRegistration", {
|
|
73
|
+
"domainName": args.domainName,
|
|
74
|
+
"projectId": args.projectId,
|
|
75
|
+
}, opts);
|
|
76
|
+
}
|
|
77
|
+
exports.getRegistrationOutput = getRegistrationOutput;
|
|
78
|
+
//# sourceMappingURL=getRegistration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRegistration.js","sourceRoot":"","sources":["../../domain/getRegistration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAmED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iDAAiD,EAAE;QAClF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
|
package/domain/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export { GetRecordArgs, GetRecordResult, GetRecordOutputArgs } from "./getRecord";
|
|
2
2
|
export declare const getRecord: typeof import("./getRecord").getRecord;
|
|
3
3
|
export declare const getRecordOutput: typeof import("./getRecord").getRecordOutput;
|
|
4
|
+
export { GetRegistrationArgs, GetRegistrationResult, GetRegistrationOutputArgs } from "./getRegistration";
|
|
5
|
+
export declare const getRegistration: typeof import("./getRegistration").getRegistration;
|
|
6
|
+
export declare const getRegistrationOutput: typeof import("./getRegistration").getRegistrationOutput;
|
|
4
7
|
export { GetZoneArgs, GetZoneResult, GetZoneOutputArgs } from "./getZone";
|
|
5
8
|
export declare const getZone: typeof import("./getZone").getZone;
|
|
6
9
|
export declare const getZoneOutput: typeof import("./getZone").getZoneOutput;
|
package/domain/index.js
CHANGED
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Zone = exports.Registration = exports.Record = exports.getZoneOutput = exports.getZone = exports.getRecordOutput = exports.getRecord = void 0;
|
|
5
|
+
exports.Zone = exports.Registration = exports.Record = exports.getZoneOutput = exports.getZone = exports.getRegistrationOutput = exports.getRegistration = exports.getRecordOutput = exports.getRecord = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getRecord = null;
|
|
9
9
|
exports.getRecordOutput = null;
|
|
10
10
|
utilities.lazyLoad(exports, ["getRecord", "getRecordOutput"], () => require("./getRecord"));
|
|
11
|
+
exports.getRegistration = null;
|
|
12
|
+
exports.getRegistrationOutput = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["getRegistration", "getRegistrationOutput"], () => require("./getRegistration"));
|
|
11
14
|
exports.getZone = null;
|
|
12
15
|
exports.getZoneOutput = null;
|
|
13
16
|
utilities.lazyLoad(exports, ["getZone", "getZoneOutput"], () => require("./getZone"));
|