@pulumiverse/scaleway 1.13.0 → 1.14.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/appleSliconValleyServer.d.ts +5 -5
- package/appleSliconValleyServer.js +2 -2
- package/baremetalServer.d.ts +7 -7
- package/baremetalServer.js +1 -1
- package/cockpitAlertManager.d.ts +109 -0
- package/cockpitAlertManager.js +72 -0
- package/cockpitAlertManager.js.map +1 -0
- package/databaseInstance.d.ts +26 -8
- package/databaseInstance.js +23 -5
- package/databaseInstance.js.map +1 -1
- package/getVpc.d.ts +1 -0
- package/getVpc.js.map +1 -1
- package/getVpcPublicGateway.d.ts +1 -0
- package/getVpcPublicGateway.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +11 -6
- package/index.js.map +1 -1
- package/instanceImage.d.ts +1 -1
- package/instanceImage.js +1 -1
- package/instanceIp.d.ts +1 -1
- package/instanceIp.js +1 -1
- package/instanceIpReverseDns.d.ts +1 -1
- package/instanceIpReverseDns.js +1 -1
- package/instancePlacementGroup.d.ts +7 -7
- package/instancePlacementGroup.js +1 -1
- package/instancePrivateNic.d.ts +1 -1
- package/instancePrivateNic.js +1 -1
- package/instanceSecurityGroupRules.d.ts +1 -1
- package/instanceSecurityGroupRules.js +1 -1
- package/instanceServer.d.ts +16 -16
- package/instanceServer.js +1 -1
- package/instanceSnapshot.d.ts +1 -1
- package/instanceSnapshot.js +1 -1
- package/instanceUserData.d.ts +2 -2
- package/instanceUserData.js +2 -2
- package/instanceVolume.d.ts +2 -2
- package/instanceVolume.js +2 -2
- package/kubernetesCluster.d.ts +1 -1
- package/kubernetesCluster.js +1 -1
- package/kubernetesNodePool.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/types/input.d.ts +8 -2
- package/types/output.d.ts +8 -2
- package/vpc.d.ts +30 -0
- package/vpc.js +20 -0
- package/vpc.js.map +1 -1
- package/vpcPublicGateway.d.ts +23 -9
- package/vpcPublicGateway.js +4 -0
- package/vpcPublicGateway.js.map +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Creates and manages Scaleway Apple silicon
|
|
4
|
-
* see [the documentation](https://www.scaleway.com/en/
|
|
3
|
+
* Creates and manages Scaleway Apple silicon. For more information,
|
|
4
|
+
* see [the documentation](https://www.scaleway.com/en/developers/api/apple-silicon/).
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -71,7 +71,7 @@ export declare class AppleSliconValleyServer extends pulumi.CustomResource {
|
|
|
71
71
|
readonly state: pulumi.Output<string>;
|
|
72
72
|
/**
|
|
73
73
|
* The commercial type of the server. You find all the available types on
|
|
74
|
-
* the [pricing page](https://www.scaleway.com/en/pricing
|
|
74
|
+
* the [pricing page](https://www.scaleway.com/en/pricing/apple-silicon/). Updates to this field will recreate a new
|
|
75
75
|
* resource.
|
|
76
76
|
*/
|
|
77
77
|
readonly type: pulumi.Output<string>;
|
|
@@ -132,7 +132,7 @@ export interface AppleSliconValleyServerState {
|
|
|
132
132
|
state?: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
134
134
|
* The commercial type of the server. You find all the available types on
|
|
135
|
-
* the [pricing page](https://www.scaleway.com/en/pricing
|
|
135
|
+
* the [pricing page](https://www.scaleway.com/en/pricing/apple-silicon/). Updates to this field will recreate a new
|
|
136
136
|
* resource.
|
|
137
137
|
*/
|
|
138
138
|
type?: pulumi.Input<string>;
|
|
@@ -165,7 +165,7 @@ export interface AppleSliconValleyServerArgs {
|
|
|
165
165
|
projectId?: pulumi.Input<string>;
|
|
166
166
|
/**
|
|
167
167
|
* The commercial type of the server. You find all the available types on
|
|
168
|
-
* the [pricing page](https://www.scaleway.com/en/pricing
|
|
168
|
+
* the [pricing page](https://www.scaleway.com/en/pricing/apple-silicon/). Updates to this field will recreate a new
|
|
169
169
|
* resource.
|
|
170
170
|
*/
|
|
171
171
|
type: pulumi.Input<string>;
|
|
@@ -6,8 +6,8 @@ exports.AppleSliconValleyServer = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages Scaleway Apple silicon
|
|
10
|
-
* see [the documentation](https://www.scaleway.com/en/
|
|
9
|
+
* Creates and manages Scaleway Apple silicon. For more information,
|
|
10
|
+
* see [the documentation](https://www.scaleway.com/en/developers/api/apple-silicon/).
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
package/baremetalServer.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ 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 Compute Baremetal servers. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal).
|
|
5
|
+
* Creates and manages Scaleway Compute Baremetal servers. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal/).
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -102,7 +102,7 @@ export declare class BaremetalServer extends pulumi.CustomResource {
|
|
|
102
102
|
readonly name: pulumi.Output<string>;
|
|
103
103
|
/**
|
|
104
104
|
* The offer name or UUID of the baremetal server.
|
|
105
|
-
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#get-
|
|
105
|
+
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#path-servers-get-a-specific-elastic-metal-server) to find the right offer.
|
|
106
106
|
*
|
|
107
107
|
* > **Important:** Updates to `offer` will recreate the server.
|
|
108
108
|
*/
|
|
@@ -126,7 +126,7 @@ export declare class BaremetalServer extends pulumi.CustomResource {
|
|
|
126
126
|
readonly organizationId: pulumi.Output<string>;
|
|
127
127
|
/**
|
|
128
128
|
* The UUID of the os to install on the server.
|
|
129
|
-
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#
|
|
129
|
+
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#path-os-list-available-oses) to find the right OS ID.
|
|
130
130
|
* > **Important:** Updates to `os` will reinstall the server.
|
|
131
131
|
*/
|
|
132
132
|
readonly os: pulumi.Output<string | undefined>;
|
|
@@ -222,7 +222,7 @@ export interface BaremetalServerState {
|
|
|
222
222
|
name?: pulumi.Input<string>;
|
|
223
223
|
/**
|
|
224
224
|
* The offer name or UUID of the baremetal server.
|
|
225
|
-
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#get-
|
|
225
|
+
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#path-servers-get-a-specific-elastic-metal-server) to find the right offer.
|
|
226
226
|
*
|
|
227
227
|
* > **Important:** Updates to `offer` will recreate the server.
|
|
228
228
|
*/
|
|
@@ -246,7 +246,7 @@ export interface BaremetalServerState {
|
|
|
246
246
|
organizationId?: pulumi.Input<string>;
|
|
247
247
|
/**
|
|
248
248
|
* The UUID of the os to install on the server.
|
|
249
|
-
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#
|
|
249
|
+
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#path-os-list-available-oses) to find the right OS ID.
|
|
250
250
|
* > **Important:** Updates to `os` will reinstall the server.
|
|
251
251
|
*/
|
|
252
252
|
os?: pulumi.Input<string>;
|
|
@@ -318,7 +318,7 @@ export interface BaremetalServerArgs {
|
|
|
318
318
|
name?: pulumi.Input<string>;
|
|
319
319
|
/**
|
|
320
320
|
* The offer name or UUID of the baremetal server.
|
|
321
|
-
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#get-
|
|
321
|
+
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#path-servers-get-a-specific-elastic-metal-server) to find the right offer.
|
|
322
322
|
*
|
|
323
323
|
* > **Important:** Updates to `offer` will recreate the server.
|
|
324
324
|
*/
|
|
@@ -330,7 +330,7 @@ export interface BaremetalServerArgs {
|
|
|
330
330
|
options?: pulumi.Input<pulumi.Input<inputs.BaremetalServerOption>[]>;
|
|
331
331
|
/**
|
|
332
332
|
* The UUID of the os to install on the server.
|
|
333
|
-
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#
|
|
333
|
+
* Use [this endpoint](https://www.scaleway.com/en/developers/api/elastic-metal/#path-os-list-available-oses) to find the right OS ID.
|
|
334
334
|
* > **Important:** Updates to `os` will reinstall the server.
|
|
335
335
|
*/
|
|
336
336
|
os?: pulumi.Input<string>;
|
package/baremetalServer.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.BaremetalServer = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages Scaleway Compute Baremetal servers. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal).
|
|
9
|
+
* Creates and manages Scaleway Compute Baremetal servers. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/elastic-metal/).
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Creates and manages Scaleway Cockpit Alert Managers.
|
|
6
|
+
*
|
|
7
|
+
* For more information consult the [documentation](https://www.scaleway.com/en/docs/observability/cockpit/concepts/#grafana-users).
|
|
8
|
+
*
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* Alert managers can be imported using the project ID, e.g.
|
|
12
|
+
*
|
|
13
|
+
* bash
|
|
14
|
+
*
|
|
15
|
+
* ```sh
|
|
16
|
+
* $ pulumi import scaleway:index/cockpitAlertManager:CockpitAlertManager main fr-par/11111111-1111-1111-1111-111111111111
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class CockpitAlertManager extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing CockpitAlertManager resource's state with the given name, ID, and optional extra
|
|
22
|
+
* properties used to qualify the lookup.
|
|
23
|
+
*
|
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
26
|
+
* @param state Any extra arguments used during the lookup.
|
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
28
|
+
*/
|
|
29
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CockpitAlertManagerState, opts?: pulumi.CustomResourceOptions): CockpitAlertManager;
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of CockpitAlertManager. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj: any): obj is CockpitAlertManager;
|
|
35
|
+
/**
|
|
36
|
+
* Alert manager URL.
|
|
37
|
+
*/
|
|
38
|
+
readonly alertManagerUrl: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* A list of contact points with email addresses for the alert receivers. Each map should contain a single key email.
|
|
41
|
+
*/
|
|
42
|
+
readonly contactPoints: pulumi.Output<outputs.CockpitAlertManagerContactPoint[] | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Indicates whether the alert manager should be enabled. Defaults to true.
|
|
45
|
+
*/
|
|
46
|
+
readonly enableManagedAlerts: pulumi.Output<boolean | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* `projectId`) The ID of the project the cockpit is associated with.
|
|
49
|
+
*/
|
|
50
|
+
readonly projectId: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* `region`) The region in which alertManager should be created.
|
|
53
|
+
*/
|
|
54
|
+
readonly region: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Create a CockpitAlertManager resource with the given unique name, arguments, and options.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resource.
|
|
59
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
60
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
61
|
+
*/
|
|
62
|
+
constructor(name: string, args?: CockpitAlertManagerArgs, opts?: pulumi.CustomResourceOptions);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Input properties used for looking up and filtering CockpitAlertManager resources.
|
|
66
|
+
*/
|
|
67
|
+
export interface CockpitAlertManagerState {
|
|
68
|
+
/**
|
|
69
|
+
* Alert manager URL.
|
|
70
|
+
*/
|
|
71
|
+
alertManagerUrl?: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* A list of contact points with email addresses for the alert receivers. Each map should contain a single key email.
|
|
74
|
+
*/
|
|
75
|
+
contactPoints?: pulumi.Input<pulumi.Input<inputs.CockpitAlertManagerContactPoint>[]>;
|
|
76
|
+
/**
|
|
77
|
+
* Indicates whether the alert manager should be enabled. Defaults to true.
|
|
78
|
+
*/
|
|
79
|
+
enableManagedAlerts?: pulumi.Input<boolean>;
|
|
80
|
+
/**
|
|
81
|
+
* `projectId`) The ID of the project the cockpit is associated with.
|
|
82
|
+
*/
|
|
83
|
+
projectId?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* `region`) The region in which alertManager should be created.
|
|
86
|
+
*/
|
|
87
|
+
region?: pulumi.Input<string>;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* The set of arguments for constructing a CockpitAlertManager resource.
|
|
91
|
+
*/
|
|
92
|
+
export interface CockpitAlertManagerArgs {
|
|
93
|
+
/**
|
|
94
|
+
* A list of contact points with email addresses for the alert receivers. Each map should contain a single key email.
|
|
95
|
+
*/
|
|
96
|
+
contactPoints?: pulumi.Input<pulumi.Input<inputs.CockpitAlertManagerContactPoint>[]>;
|
|
97
|
+
/**
|
|
98
|
+
* Indicates whether the alert manager should be enabled. Defaults to true.
|
|
99
|
+
*/
|
|
100
|
+
enableManagedAlerts?: pulumi.Input<boolean>;
|
|
101
|
+
/**
|
|
102
|
+
* `projectId`) The ID of the project the cockpit is associated with.
|
|
103
|
+
*/
|
|
104
|
+
projectId?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* `region`) The region in which alertManager should be created.
|
|
107
|
+
*/
|
|
108
|
+
region?: pulumi.Input<string>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.CockpitAlertManager = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Creates and manages Scaleway Cockpit Alert Managers.
|
|
10
|
+
*
|
|
11
|
+
* For more information consult the [documentation](https://www.scaleway.com/en/docs/observability/cockpit/concepts/#grafana-users).
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* Alert managers can be imported using the project ID, e.g.
|
|
16
|
+
*
|
|
17
|
+
* bash
|
|
18
|
+
*
|
|
19
|
+
* ```sh
|
|
20
|
+
* $ pulumi import scaleway:index/cockpitAlertManager:CockpitAlertManager main fr-par/11111111-1111-1111-1111-111111111111
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
class CockpitAlertManager extends pulumi.CustomResource {
|
|
24
|
+
/**
|
|
25
|
+
* Get an existing CockpitAlertManager resource's state with the given name, ID, and optional extra
|
|
26
|
+
* properties used to qualify the lookup.
|
|
27
|
+
*
|
|
28
|
+
* @param name The _unique_ name of the resulting resource.
|
|
29
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
30
|
+
* @param state Any extra arguments used during the lookup.
|
|
31
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
32
|
+
*/
|
|
33
|
+
static get(name, id, state, opts) {
|
|
34
|
+
return new CockpitAlertManager(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Returns true if the given object is an instance of CockpitAlertManager. This is designed to work even
|
|
38
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
|
+
*/
|
|
40
|
+
static isInstance(obj) {
|
|
41
|
+
if (obj === undefined || obj === null) {
|
|
42
|
+
return false;
|
|
43
|
+
}
|
|
44
|
+
return obj['__pulumiType'] === CockpitAlertManager.__pulumiType;
|
|
45
|
+
}
|
|
46
|
+
constructor(name, argsOrState, opts) {
|
|
47
|
+
let resourceInputs = {};
|
|
48
|
+
opts = opts || {};
|
|
49
|
+
if (opts.id) {
|
|
50
|
+
const state = argsOrState;
|
|
51
|
+
resourceInputs["alertManagerUrl"] = state ? state.alertManagerUrl : undefined;
|
|
52
|
+
resourceInputs["contactPoints"] = state ? state.contactPoints : undefined;
|
|
53
|
+
resourceInputs["enableManagedAlerts"] = state ? state.enableManagedAlerts : undefined;
|
|
54
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
55
|
+
resourceInputs["region"] = state ? state.region : undefined;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
const args = argsOrState;
|
|
59
|
+
resourceInputs["contactPoints"] = args ? args.contactPoints : undefined;
|
|
60
|
+
resourceInputs["enableManagedAlerts"] = args ? args.enableManagedAlerts : undefined;
|
|
61
|
+
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
62
|
+
resourceInputs["region"] = args ? args.region : undefined;
|
|
63
|
+
resourceInputs["alertManagerUrl"] = undefined /*out*/;
|
|
64
|
+
}
|
|
65
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
66
|
+
super(CockpitAlertManager.__pulumiType, name, resourceInputs, opts);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.CockpitAlertManager = CockpitAlertManager;
|
|
70
|
+
/** @internal */
|
|
71
|
+
CockpitAlertManager.__pulumiType = 'scaleway:index/cockpitAlertManager:CockpitAlertManager';
|
|
72
|
+
//# sourceMappingURL=cockpitAlertManager.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cockpitAlertManager.js","sourceRoot":"","sources":["../cockpitAlertManager.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA7EL,kDA8EC;AAhEG,gBAAgB;AACO,gCAAY,GAAG,wDAAwD,CAAC"}
|
package/databaseInstance.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import * as outputs from "./types/output";
|
|
|
15
15
|
*
|
|
16
16
|
* const main = new scaleway.DatabaseInstance("main", {
|
|
17
17
|
* disableBackup: true,
|
|
18
|
-
* engine: "PostgreSQL-
|
|
18
|
+
* engine: "PostgreSQL-15",
|
|
19
19
|
* isHaCluster: true,
|
|
20
20
|
* nodeType: "DB-DEV-S",
|
|
21
21
|
* password: "thiZ_is_v&ry_s3cret",
|
|
@@ -23,6 +23,24 @@ import * as outputs from "./types/output";
|
|
|
23
23
|
* });
|
|
24
24
|
* ```
|
|
25
25
|
*
|
|
26
|
+
* ### Example Block Storage Low Latency
|
|
27
|
+
*
|
|
28
|
+
* ```typescript
|
|
29
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
30
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
31
|
+
*
|
|
32
|
+
* const main = new scaleway.DatabaseInstance("main", {
|
|
33
|
+
* disableBackup: true,
|
|
34
|
+
* engine: "PostgreSQL-15",
|
|
35
|
+
* isHaCluster: true,
|
|
36
|
+
* nodeType: "db-play2-pico",
|
|
37
|
+
* password: "thiZ_is_v&ry_s3cret",
|
|
38
|
+
* userName: "my_initial_user",
|
|
39
|
+
* volumeSizeInGb: 10,
|
|
40
|
+
* volumeType: "sbs_15k",
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
26
44
|
* ### Example with Settings
|
|
27
45
|
*
|
|
28
46
|
* ```typescript
|
|
@@ -54,7 +72,7 @@ import * as outputs from "./types/output";
|
|
|
54
72
|
* backupScheduleFrequency: 24,
|
|
55
73
|
* backupScheduleRetention: 7,
|
|
56
74
|
* disableBackup: false,
|
|
57
|
-
* engine: "PostgreSQL-
|
|
75
|
+
* engine: "PostgreSQL-15",
|
|
58
76
|
* isHaCluster: true,
|
|
59
77
|
* nodeType: "DB-DEV-S",
|
|
60
78
|
* password: "thiZ_is_v&ry_s3cret",
|
|
@@ -77,7 +95,7 @@ import * as outputs from "./types/output";
|
|
|
77
95
|
* }});
|
|
78
96
|
* const main = new scaleway.DatabaseInstance("main", {
|
|
79
97
|
* nodeType: "db-dev-s",
|
|
80
|
-
* engine: "PostgreSQL-
|
|
98
|
+
* engine: "PostgreSQL-15",
|
|
81
99
|
* privateNetwork: {
|
|
82
100
|
* pnId: pn.id,
|
|
83
101
|
* ipNet: "172.16.20.4/22",
|
|
@@ -94,7 +112,7 @@ import * as outputs from "./types/output";
|
|
|
94
112
|
* const pn = new scaleway.VpcPrivateNetwork("pn", {});
|
|
95
113
|
* const main = new scaleway.DatabaseInstance("main", {
|
|
96
114
|
* nodeType: "DB-DEV-S",
|
|
97
|
-
* engine: "PostgreSQL-
|
|
115
|
+
* engine: "PostgreSQL-15",
|
|
98
116
|
* privateNetwork: {
|
|
99
117
|
* pnId: pn.id,
|
|
100
118
|
* enableIpam: true,
|
|
@@ -110,7 +128,7 @@ import * as outputs from "./types/output";
|
|
|
110
128
|
* import * as scaleway from "@pulumiverse/scaleway";
|
|
111
129
|
*
|
|
112
130
|
* const main = new scaleway.DatabaseInstance("main", {
|
|
113
|
-
* engine: "PostgreSQL-
|
|
131
|
+
* engine: "PostgreSQL-15",
|
|
114
132
|
* nodeType: "db-dev-s",
|
|
115
133
|
* });
|
|
116
134
|
* ```
|
|
@@ -268,7 +286,7 @@ export declare class DatabaseInstance extends pulumi.CustomResource {
|
|
|
268
286
|
*/
|
|
269
287
|
readonly volumeSizeInGb: pulumi.Output<number>;
|
|
270
288
|
/**
|
|
271
|
-
* Type of volume where data are stored (`bssd`, `lssd` or `
|
|
289
|
+
* Type of volume where data are stored (`bssd`, `lssd`, `sbs5k` or `sbs15k`).
|
|
272
290
|
*/
|
|
273
291
|
readonly volumeType: pulumi.Output<string | undefined>;
|
|
274
292
|
/**
|
|
@@ -403,7 +421,7 @@ export interface DatabaseInstanceState {
|
|
|
403
421
|
*/
|
|
404
422
|
volumeSizeInGb?: pulumi.Input<number>;
|
|
405
423
|
/**
|
|
406
|
-
* Type of volume where data are stored (`bssd`, `lssd` or `
|
|
424
|
+
* Type of volume where data are stored (`bssd`, `lssd`, `sbs5k` or `sbs15k`).
|
|
407
425
|
*/
|
|
408
426
|
volumeType?: pulumi.Input<string>;
|
|
409
427
|
}
|
|
@@ -508,7 +526,7 @@ export interface DatabaseInstanceArgs {
|
|
|
508
526
|
*/
|
|
509
527
|
volumeSizeInGb?: pulumi.Input<number>;
|
|
510
528
|
/**
|
|
511
|
-
* Type of volume where data are stored (`bssd`, `lssd` or `
|
|
529
|
+
* Type of volume where data are stored (`bssd`, `lssd`, `sbs5k` or `sbs15k`).
|
|
512
530
|
*/
|
|
513
531
|
volumeType?: pulumi.Input<string>;
|
|
514
532
|
}
|
package/databaseInstance.js
CHANGED
|
@@ -19,7 +19,7 @@ const utilities = require("./utilities");
|
|
|
19
19
|
*
|
|
20
20
|
* const main = new scaleway.DatabaseInstance("main", {
|
|
21
21
|
* disableBackup: true,
|
|
22
|
-
* engine: "PostgreSQL-
|
|
22
|
+
* engine: "PostgreSQL-15",
|
|
23
23
|
* isHaCluster: true,
|
|
24
24
|
* nodeType: "DB-DEV-S",
|
|
25
25
|
* password: "thiZ_is_v&ry_s3cret",
|
|
@@ -27,6 +27,24 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
29
|
*
|
|
30
|
+
* ### Example Block Storage Low Latency
|
|
31
|
+
*
|
|
32
|
+
* ```typescript
|
|
33
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
35
|
+
*
|
|
36
|
+
* const main = new scaleway.DatabaseInstance("main", {
|
|
37
|
+
* disableBackup: true,
|
|
38
|
+
* engine: "PostgreSQL-15",
|
|
39
|
+
* isHaCluster: true,
|
|
40
|
+
* nodeType: "db-play2-pico",
|
|
41
|
+
* password: "thiZ_is_v&ry_s3cret",
|
|
42
|
+
* userName: "my_initial_user",
|
|
43
|
+
* volumeSizeInGb: 10,
|
|
44
|
+
* volumeType: "sbs_15k",
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
30
48
|
* ### Example with Settings
|
|
31
49
|
*
|
|
32
50
|
* ```typescript
|
|
@@ -58,7 +76,7 @@ const utilities = require("./utilities");
|
|
|
58
76
|
* backupScheduleFrequency: 24,
|
|
59
77
|
* backupScheduleRetention: 7,
|
|
60
78
|
* disableBackup: false,
|
|
61
|
-
* engine: "PostgreSQL-
|
|
79
|
+
* engine: "PostgreSQL-15",
|
|
62
80
|
* isHaCluster: true,
|
|
63
81
|
* nodeType: "DB-DEV-S",
|
|
64
82
|
* password: "thiZ_is_v&ry_s3cret",
|
|
@@ -81,7 +99,7 @@ const utilities = require("./utilities");
|
|
|
81
99
|
* }});
|
|
82
100
|
* const main = new scaleway.DatabaseInstance("main", {
|
|
83
101
|
* nodeType: "db-dev-s",
|
|
84
|
-
* engine: "PostgreSQL-
|
|
102
|
+
* engine: "PostgreSQL-15",
|
|
85
103
|
* privateNetwork: {
|
|
86
104
|
* pnId: pn.id,
|
|
87
105
|
* ipNet: "172.16.20.4/22",
|
|
@@ -98,7 +116,7 @@ const utilities = require("./utilities");
|
|
|
98
116
|
* const pn = new scaleway.VpcPrivateNetwork("pn", {});
|
|
99
117
|
* const main = new scaleway.DatabaseInstance("main", {
|
|
100
118
|
* nodeType: "DB-DEV-S",
|
|
101
|
-
* engine: "PostgreSQL-
|
|
119
|
+
* engine: "PostgreSQL-15",
|
|
102
120
|
* privateNetwork: {
|
|
103
121
|
* pnId: pn.id,
|
|
104
122
|
* enableIpam: true,
|
|
@@ -114,7 +132,7 @@ const utilities = require("./utilities");
|
|
|
114
132
|
* import * as scaleway from "@pulumiverse/scaleway";
|
|
115
133
|
*
|
|
116
134
|
* const main = new scaleway.DatabaseInstance("main", {
|
|
117
|
-
* engine: "PostgreSQL-
|
|
135
|
+
* engine: "PostgreSQL-15",
|
|
118
136
|
* nodeType: "db-dev-s",
|
|
119
137
|
* });
|
|
120
138
|
* ```
|
package/databaseInstance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"databaseInstance.js","sourceRoot":"","sources":["../databaseInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"databaseInstance.js","sourceRoot":"","sources":["../databaseInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqJG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAiID,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACvF,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC;QAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA/NL,4CAgOC;AAlNG,gBAAgB;AACO,6BAAY,GAAG,kDAAkD,CAAC"}
|
package/getVpc.d.ts
CHANGED
package/getVpc.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpc.js","sourceRoot":"","sources":["../getVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wBAYC;
|
|
1
|
+
{"version":3,"file":"getVpc.js","sourceRoot":"","sources":["../getVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wBAYC;AAgDD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
|
package/getVpcPublicGateway.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export interface GetVpcPublicGatewayResult {
|
|
|
59
59
|
readonly organizationId: string;
|
|
60
60
|
readonly projectId?: string;
|
|
61
61
|
readonly publicGatewayId?: string;
|
|
62
|
+
readonly refreshSshKeys: string;
|
|
62
63
|
readonly status: string;
|
|
63
64
|
readonly tags: string[];
|
|
64
65
|
readonly type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcPublicGateway.js","sourceRoot":"","sources":["../getVpcPublicGateway.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;
|
|
1
|
+
{"version":3,"file":"getVpcPublicGateway.js","sourceRoot":"","sources":["../getVpcPublicGateway.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;AA+CD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
package/index.d.ts
CHANGED
|
@@ -19,6 +19,9 @@ export declare const BlockVolume: typeof import("./blockVolume").BlockVolume;
|
|
|
19
19
|
export { CockpitArgs, CockpitState } from "./cockpit";
|
|
20
20
|
export type Cockpit = import("./cockpit").Cockpit;
|
|
21
21
|
export declare const Cockpit: typeof import("./cockpit").Cockpit;
|
|
22
|
+
export { CockpitAlertManagerArgs, CockpitAlertManagerState } from "./cockpitAlertManager";
|
|
23
|
+
export type CockpitAlertManager = import("./cockpitAlertManager").CockpitAlertManager;
|
|
24
|
+
export declare const CockpitAlertManager: typeof import("./cockpitAlertManager").CockpitAlertManager;
|
|
22
25
|
export { CockpitGrafanaUserArgs, CockpitGrafanaUserState } from "./cockpitGrafanaUser";
|
|
23
26
|
export type CockpitGrafanaUser = import("./cockpitGrafanaUser").CockpitGrafanaUser;
|
|
24
27
|
export declare const CockpitGrafanaUser: typeof import("./cockpitGrafanaUser").CockpitGrafanaUser;
|
package/index.js
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.types = exports.config = exports.Webhosting = exports.VpcPublicGatewayPatRule = exports.VpcPublicGatewayIpReverseDns = exports.VpcPublicGatewayIp = exports.VpcPublicGatewayDhcpReservation = exports.VpcPublicGatewayDhcp = exports.VpcPublicGateway = exports.VpcPrivateNetwork = exports.VpcGatewayNetwork = exports.Vpc = exports.TemDomainValidation = exports.TemDomain = exports.SecretVersion = exports.Secret = exports.SdbDatabase = exports.RegistryNamespace = exports.RedisCluster = exports.Provider = exports.ObjectItem = exports.ObjectBucketWebsiteConfiguration = void 0;
|
|
5
|
+
exports.getBaremetalOptionOutput = exports.getBaremetalOption = exports.getBaremetalOfferOutput = exports.getBaremetalOffer = exports.getAvailabilityZonesOutput = exports.getAvailabilityZones = exports.getAccountSshKeyOutput = exports.getAccountSshKey = exports.getAccountProjectOutput = exports.getAccountProject = exports.FunctionTrigger = exports.FunctionToken = exports.FunctionNamespace = exports.FunctionDomain = exports.FunctionCron = exports.Function = exports.FlexibleIpMacAddress = exports.FlexibleIp = exports.DomainZone = exports.DomainRecord = exports.DocumentdbUser = exports.DocumentdbReadReplica = exports.DocumentdbPrivilege = exports.DocumentdbPrivateNetworkEndpoint = exports.DocumentdbInstance = exports.DocumentdbDatabase = exports.DatabaseUser = exports.DatabaseReadReplica = exports.DatabasePrivilege = exports.DatabaseInstance = exports.DatabaseBackup = exports.DatabaseAcl = exports.Database = exports.ContainerTrigger = exports.ContainerToken = exports.ContainerNamespace = exports.ContainerDomain = exports.ContainerCron = exports.Container = exports.CockpitToken = exports.CockpitSource = exports.CockpitGrafanaUser = exports.CockpitAlertManager = exports.Cockpit = exports.BlockVolume = exports.BlockSnapshot = exports.BaremetalServer = exports.AppleSliconValleyServer = exports.AccountSshKey = exports.AccountProject = void 0;
|
|
6
|
+
exports.getIamApplicationOutput = exports.getIamApplication = exports.getFunctionNamespaceOutput = exports.getFunctionNamespace = exports.getFunctionOutput = exports.getFunction = exports.getFlexibleIpsOutput = exports.getFlexibleIps = exports.getFlexibleIpOutput = exports.getFlexibleIp = exports.getDomainZoneOutput = exports.getDomainZone = exports.getDomainRecordOutput = exports.getDomainRecord = exports.getDocumentdbLoadBalancerEndpointOutput = exports.getDocumentdbLoadBalancerEndpoint = exports.getDocumentdbInstanceOutput = exports.getDocumentdbInstance = exports.getDocumentdbDatabaseOutput = exports.getDocumentdbDatabase = exports.getDatabasePrivilegeOutput = exports.getDatabasePrivilege = exports.getDatabaseInstanceOutput = exports.getDatabaseInstance = exports.getDatabaseBackupOutput = exports.getDatabaseBackup = exports.getDatabaseAclOutput = exports.getDatabaseAcl = exports.getDatabaseOutput = exports.getDatabase = exports.getContainerNamespaceOutput = exports.getContainerNamespace = exports.getContainerOutput = exports.getContainer = exports.getCockpitPlanOutput = exports.getCockpitPlan = exports.getCockpitOutput = exports.getCockpit = exports.getBlockVolumeOutput = exports.getBlockVolume = exports.getBlockSnapshotOutput = exports.getBlockSnapshot = exports.getBillingInvoicesOutput = exports.getBillingInvoices = exports.getBillingConsumptionsOutput = exports.getBillingConsumptions = exports.getBaremetalServerOutput = exports.getBaremetalServer = exports.getBaremetalOsOutput = exports.getBaremetalOs = void 0;
|
|
7
|
+
exports.getLbIpsOutput = exports.getLbIps = exports.getLbFrontendsOutput = exports.getLbFrontends = exports.getLbFrontendOutput = exports.getLbFrontend = exports.getLbBackendsOutput = exports.getLbBackends = exports.getLbBackendOutput = exports.getLbBackend = exports.getLbAclsOutput = exports.getLbAcls = exports.getKubernetesNodePoolOutput = exports.getKubernetesNodePool = exports.getKubernetesClusterOutput = exports.getKubernetesCluster = exports.getK8sVersionOutput = exports.getK8sVersion = exports.getIpamIpsOutput = exports.getIpamIps = exports.getIpamIpOutput = exports.getIpamIp = exports.getIotHubOutput = exports.getIotHub = exports.getIotDeviceOutput = exports.getIotDevice = exports.getInstanceVolumeOutput = exports.getInstanceVolume = exports.getInstanceSnapshotOutput = exports.getInstanceSnapshot = exports.getInstanceServersOutput = exports.getInstanceServers = exports.getInstanceServerOutput = exports.getInstanceServer = exports.getInstanceSecurityGroupOutput = exports.getInstanceSecurityGroup = exports.getInstancePrivateNicOutput = exports.getInstancePrivateNic = exports.getInstancePlacementGroupOutput = exports.getInstancePlacementGroup = exports.getInstanceIpOutput = exports.getInstanceIp = exports.getInstanceImageOutput = exports.getInstanceImage = exports.getIamUserOutput = exports.getIamUser = exports.getIamSshKeyOutput = exports.getIamSshKey = exports.getIamGroupOutput = exports.getIamGroup = void 0;
|
|
8
|
+
exports.getVpcsOutput = exports.getVpcs = exports.getVpcPublicPatRuleOutput = exports.getVpcPublicPatRule = exports.getVpcPublicGatewayIpOutput = exports.getVpcPublicGatewayIp = exports.getVpcPublicGatewayDhcpReservationOutput = exports.getVpcPublicGatewayDhcpReservation = exports.getVpcPublicGatewayDhcpOutput = exports.getVpcPublicGatewayDhcp = exports.getVpcPublicGatewayOutput = exports.getVpcPublicGateway = exports.getVpcPrivateNetworkOutput = exports.getVpcPrivateNetwork = exports.getVpcGatewayNetworkOutput = exports.getVpcGatewayNetwork = exports.getVpcOutput = exports.getVpc = exports.getTemDomainOutput = exports.getTemDomain = exports.getSecretVersionOutput = exports.getSecretVersion = exports.getSecretOutput = exports.getSecret = exports.getRegistryNamespaceOutput = exports.getRegistryNamespace = exports.getRegistryImageOutput = exports.getRegistryImage = exports.getRedisClusterOutput = exports.getRedisCluster = exports.getObjectBucketPolicyOutput = exports.getObjectBucketPolicy = exports.getObjectBucketOutput = exports.getObjectBucket = exports.getMnqSqsOutput = exports.getMnqSqs = exports.getMarketplaceImageOutput = exports.getMarketplaceImage = exports.getLoadbalancerIpOutput = exports.getLoadbalancerIp = exports.getLoadbalancerCertificateOutput = exports.getLoadbalancerCertificate = exports.getLoadbalancerOutput = exports.getLoadbalancer = exports.getLbsOutput = exports.getLbs = exports.getLbRoutesOutput = exports.getLbRoutes = exports.getLbRouteOutput = exports.getLbRoute = void 0;
|
|
9
|
+
exports.ObjectBucketLockConfiguration = exports.ObjectBucketAcl = exports.ObjectBucket = exports.MnqSqsQueue = exports.MnqSqsCredentials = exports.MnqSqs = exports.MnqSnsTopicSubscription = exports.MnqSnsTopic = exports.MnqSnsCredentials = exports.MnqSns = exports.MnqNatsCredentials = exports.MnqNatsAccount = exports.LoadbalancerRoute = exports.LoadbalancerIp = exports.LoadbalancerFrontend = exports.LoadbalancerCertificate = exports.LoadbalancerBackend = exports.LoadbalancerAcl = exports.Loadbalancer = exports.KubernetesNodePool = exports.KubernetesCluster = exports.JobDefinition = exports.IpamIpReverseDns = exports.IpamIp = exports.IotRoute = exports.IotNetwork = exports.IotHub = exports.IotDevice = exports.InstanceVolume = exports.InstanceUserData = exports.InstanceSnapshot = exports.InstanceServer = exports.InstanceSecurityGroupRules = exports.InstanceSecurityGroup = exports.InstancePrivateNic = exports.InstancePlacementGroup = exports.InstanceIpReverseDns = exports.InstanceIp = exports.InstanceImage = exports.IamUser = exports.IamSshKey = exports.IamPolicy = exports.IamGroupMembership = exports.IamGroup = exports.IamApplication = exports.IamApiKey = exports.getWebhostingOutput = exports.getWebhosting = exports.getWebHostOfferOutput = exports.getWebHostOffer = void 0;
|
|
10
|
+
exports.types = exports.config = exports.Webhosting = exports.VpcPublicGatewayPatRule = exports.VpcPublicGatewayIpReverseDns = exports.VpcPublicGatewayIp = exports.VpcPublicGatewayDhcpReservation = exports.VpcPublicGatewayDhcp = exports.VpcPublicGateway = exports.VpcPrivateNetwork = exports.VpcGatewayNetwork = exports.Vpc = exports.TemDomainValidation = exports.TemDomain = exports.SecretVersion = exports.Secret = exports.SdbDatabase = exports.RegistryNamespace = exports.RedisCluster = exports.Provider = exports.ObjectItem = exports.ObjectBucketWebsiteConfiguration = exports.ObjectBucketPolicy = void 0;
|
|
11
11
|
const pulumi = require("@pulumi/pulumi");
|
|
12
12
|
const utilities = require("./utilities");
|
|
13
13
|
exports.AccountProject = null;
|
|
@@ -24,6 +24,8 @@ exports.BlockVolume = null;
|
|
|
24
24
|
utilities.lazyLoad(exports, ["BlockVolume"], () => require("./blockVolume"));
|
|
25
25
|
exports.Cockpit = null;
|
|
26
26
|
utilities.lazyLoad(exports, ["Cockpit"], () => require("./cockpit"));
|
|
27
|
+
exports.CockpitAlertManager = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["CockpitAlertManager"], () => require("./cockpitAlertManager"));
|
|
27
29
|
exports.CockpitGrafanaUser = null;
|
|
28
30
|
utilities.lazyLoad(exports, ["CockpitGrafanaUser"], () => require("./cockpitGrafanaUser"));
|
|
29
31
|
exports.CockpitSource = null;
|
|
@@ -491,6 +493,8 @@ const _module = {
|
|
|
491
493
|
return new exports.BlockVolume(name, undefined, { urn });
|
|
492
494
|
case "scaleway:index/cockpit:Cockpit":
|
|
493
495
|
return new exports.Cockpit(name, undefined, { urn });
|
|
496
|
+
case "scaleway:index/cockpitAlertManager:CockpitAlertManager":
|
|
497
|
+
return new exports.CockpitAlertManager(name, undefined, { urn });
|
|
494
498
|
case "scaleway:index/cockpitGrafanaUser:CockpitGrafanaUser":
|
|
495
499
|
return new exports.CockpitGrafanaUser(name, undefined, { urn });
|
|
496
500
|
case "scaleway:index/cockpitSource:CockpitSource":
|
|
@@ -699,6 +703,7 @@ pulumi.runtime.registerResourceModule("scaleway", "index/baremetalServer", _modu
|
|
|
699
703
|
pulumi.runtime.registerResourceModule("scaleway", "index/blockSnapshot", _module);
|
|
700
704
|
pulumi.runtime.registerResourceModule("scaleway", "index/blockVolume", _module);
|
|
701
705
|
pulumi.runtime.registerResourceModule("scaleway", "index/cockpit", _module);
|
|
706
|
+
pulumi.runtime.registerResourceModule("scaleway", "index/cockpitAlertManager", _module);
|
|
702
707
|
pulumi.runtime.registerResourceModule("scaleway", "index/cockpitGrafanaUser", _module);
|
|
703
708
|
pulumi.runtime.registerResourceModule("scaleway", "index/cockpitSource", _module);
|
|
704
709
|
pulumi.runtime.registerResourceModule("scaleway", "index/cockpitToken", _module);
|