@pulumiverse/scaleway 0.3.1-alpha.1660775142
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/LICENSE +202 -0
- package/README.md +54 -0
- package/accountSshKey.d.ts +80 -0
- package/accountSshKey.js +58 -0
- package/accountSshKey.js.map +1 -0
- package/appleSliconValleyServer.d.ts +140 -0
- package/appleSliconValleyServer.js +72 -0
- package/appleSliconValleyServer.js.map +1 -0
- package/baremetalServer.d.ts +173 -0
- package/baremetalServer.js +84 -0
- package/baremetalServer.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +28 -0
- package/config/vars.js +55 -0
- package/config/vars.js.map +1 -0
- package/container.d.ts +273 -0
- package/container.js +90 -0
- package/container.js.map +1 -0
- package/containerNamespace.d.ts +126 -0
- package/containerNamespace.js +63 -0
- package/containerNamespace.js.map +1 -0
- package/database.d.ts +84 -0
- package/database.js +60 -0
- package/database.js.map +1 -0
- package/databaseAcl.d.ts +73 -0
- package/databaseAcl.js +59 -0
- package/databaseAcl.js.map +1 -0
- package/databaseInstance.d.ts +299 -0
- package/databaseInstance.js +99 -0
- package/databaseInstance.js.map +1 -0
- package/databasePrivilege.d.ts +84 -0
- package/databasePrivilege.js +67 -0
- package/databasePrivilege.js.map +1 -0
- package/databaseUser.d.ts +96 -0
- package/databaseUser.js +63 -0
- package/databaseUser.js.map +1 -0
- package/domainRecord.d.ts +189 -0
- package/domainRecord.js +82 -0
- package/domainRecord.js.map +1 -0
- package/domainZone.d.ts +120 -0
- package/domainZone.js +71 -0
- package/domainZone.js.map +1 -0
- package/functionNamespace.d.ts +126 -0
- package/functionNamespace.js +63 -0
- package/functionNamespace.js.map +1 -0
- package/getAccountSshKey.d.ts +31 -0
- package/getAccountSshKey.js +24 -0
- package/getAccountSshKey.js.map +1 -0
- package/getBaremetalOffer.d.ts +41 -0
- package/getBaremetalOffer.js +26 -0
- package/getBaremetalOffer.js.map +1 -0
- package/getBaremetalOs.d.ts +34 -0
- package/getBaremetalOs.js +26 -0
- package/getBaremetalOs.js.map +1 -0
- package/getBaremetalServer.d.ts +44 -0
- package/getBaremetalServer.js +25 -0
- package/getBaremetalServer.js.map +1 -0
- package/getContainer.d.ts +53 -0
- package/getContainer.js +25 -0
- package/getContainer.js.map +1 -0
- package/getContainerNamespace.d.ts +39 -0
- package/getContainerNamespace.js +25 -0
- package/getContainerNamespace.js.map +1 -0
- package/getDatabase.d.ts +31 -0
- package/getDatabase.js +23 -0
- package/getDatabase.js.map +1 -0
- package/getDatabaseAcl.d.ts +28 -0
- package/getDatabaseAcl.js +22 -0
- package/getDatabaseAcl.js.map +1 -0
- package/getDatabaseInstance.d.ts +53 -0
- package/getDatabaseInstance.js +24 -0
- package/getDatabaseInstance.js.map +1 -0
- package/getDatabasePrivilege.d.ts +32 -0
- package/getDatabasePrivilege.js +24 -0
- package/getDatabasePrivilege.js.map +1 -0
- package/getDomainRecord.d.ts +47 -0
- package/getDomainRecord.js +27 -0
- package/getDomainRecord.js.map +1 -0
- package/getDomainZone.d.ts +35 -0
- package/getDomainZone.js +24 -0
- package/getDomainZone.js.map +1 -0
- package/getFunctionNamespace.d.ts +39 -0
- package/getFunctionNamespace.js +25 -0
- package/getFunctionNamespace.js.map +1 -0
- package/getInstanceImage.d.ts +49 -0
- package/getInstanceImage.js +28 -0
- package/getInstanceImage.js.map +1 -0
- package/getInstanceIp.d.ts +30 -0
- package/getInstanceIp.js +24 -0
- package/getInstanceIp.js.map +1 -0
- package/getInstanceSecurityGroup.d.ts +43 -0
- package/getInstanceSecurityGroup.js +25 -0
- package/getInstanceSecurityGroup.js.map +1 -0
- package/getInstanceServer.d.ts +58 -0
- package/getInstanceServer.js +25 -0
- package/getInstanceServer.js.map +1 -0
- package/getInstanceVolume.d.ts +39 -0
- package/getInstanceVolume.js +25 -0
- package/getInstanceVolume.js.map +1 -0
- package/getIotDevice.d.ts +45 -0
- package/getIotDevice.js +26 -0
- package/getIotDevice.js.map +1 -0
- package/getIotHub.d.ts +46 -0
- package/getIotHub.js +25 -0
- package/getIotHub.js.map +1 -0
- package/getKubernetesCluster.d.ts +52 -0
- package/getKubernetesCluster.js +25 -0
- package/getKubernetesCluster.js.map +1 -0
- package/getKubernetesNodePool.d.ts +58 -0
- package/getKubernetesNodePool.js +27 -0
- package/getKubernetesNodePool.js.map +1 -0
- package/getLoadbalancer.d.ts +43 -0
- package/getLoadbalancer.js +26 -0
- package/getLoadbalancer.js.map +1 -0
- package/getLoadbalancerCertificate.d.ts +40 -0
- package/getLoadbalancerCertificate.js +25 -0
- package/getLoadbalancerCertificate.js.map +1 -0
- package/getLoadbalancerIp.d.ts +34 -0
- package/getLoadbalancerIp.js +24 -0
- package/getLoadbalancerIp.js.map +1 -0
- package/getMarketplaceImage.d.ts +31 -0
- package/getMarketplaceImage.js +24 -0
- package/getMarketplaceImage.js.map +1 -0
- package/getObjectBucket.d.ts +38 -0
- package/getObjectBucket.js +24 -0
- package/getObjectBucket.js.map +1 -0
- package/getRedisCluster.d.ts +46 -0
- package/getRedisCluster.js +25 -0
- package/getRedisCluster.js.map +1 -0
- package/getRegistryImage.d.ts +43 -0
- package/getRegistryImage.js +28 -0
- package/getRegistryImage.js.map +1 -0
- package/getRegistryNamespace.d.ts +36 -0
- package/getRegistryNamespace.js +25 -0
- package/getRegistryNamespace.js.map +1 -0
- package/getVpcPrivateNetwork.d.ts +34 -0
- package/getVpcPrivateNetwork.js +24 -0
- package/getVpcPrivateNetwork.js.map +1 -0
- package/getVpcPublicGateway.d.ts +37 -0
- package/getVpcPublicGateway.js +24 -0
- package/getVpcPublicGateway.js.map +1 -0
- package/getVpcPublicGatewayDhcp.d.ts +43 -0
- package/getVpcPublicGatewayDhcp.js +22 -0
- package/getVpcPublicGatewayDhcp.js.map +1 -0
- package/getVpcPublicGatewayIp.d.ts +33 -0
- package/getVpcPublicGatewayIp.js +23 -0
- package/getVpcPublicGatewayIp.js.map +1 -0
- package/getVpcPublicPatRule.d.ts +36 -0
- package/getVpcPublicPatRule.js +23 -0
- package/getVpcPublicPatRule.js.map +1 -0
- package/index.d.ts +83 -0
- package/index.js +304 -0
- package/index.js.map +1 -0
- package/instanceIp.d.ts +104 -0
- package/instanceIp.js +61 -0
- package/instanceIp.js.map +1 -0
- package/instanceIpReverseDns.d.ts +72 -0
- package/instanceIpReverseDns.js +59 -0
- package/instanceIpReverseDns.js.map +1 -0
- package/instancePlacementGroup.d.ts +124 -0
- package/instancePlacementGroup.js +63 -0
- package/instancePlacementGroup.js.map +1 -0
- package/instancePrivateNic.d.ts +80 -0
- package/instancePrivateNic.js +61 -0
- package/instancePrivateNic.js.map +1 -0
- package/instanceSecurityGroup.d.ts +180 -0
- package/instanceSecurityGroup.js +73 -0
- package/instanceSecurityGroup.js.map +1 -0
- package/instanceSecurityGroupRules.d.ts +73 -0
- package/instanceSecurityGroupRules.js +56 -0
- package/instanceSecurityGroupRules.js.map +1 -0
- package/instanceServer.d.ts +327 -0
- package/instanceServer.js +105 -0
- package/instanceServer.js.map +1 -0
- package/instanceSnapshot.d.ts +128 -0
- package/instanceSnapshot.js +68 -0
- package/instanceSnapshot.js.map +1 -0
- package/instanceVolume.d.ts +148 -0
- package/instanceVolume.js +70 -0
- package/instanceVolume.js.map +1 -0
- package/iotDevice.d.ts +173 -0
- package/iotDevice.js +76 -0
- package/iotDevice.js.map +1 -0
- package/iotHub.d.ts +212 -0
- package/iotHub.js +84 -0
- package/iotHub.js.map +1 -0
- package/iotNetwork.d.ts +108 -0
- package/iotNetwork.js +67 -0
- package/iotNetwork.js.map +1 -0
- package/iotRoute.d.ts +129 -0
- package/iotRoute.js +69 -0
- package/iotRoute.js.map +1 -0
- package/kubernetesCluster.d.ts +281 -0
- package/kubernetesCluster.js +99 -0
- package/kubernetesCluster.js.map +1 -0
- package/kubernetesNodePool.d.ts +277 -0
- package/kubernetesNodePool.js +100 -0
- package/kubernetesNodePool.js.map +1 -0
- package/loadbalancer.d.ts +163 -0
- package/loadbalancer.js +75 -0
- package/loadbalancer.js.map +1 -0
- package/loadbalancerBackend.d.ts +268 -0
- package/loadbalancerBackend.js +98 -0
- package/loadbalancerBackend.js.map +1 -0
- package/loadbalancerCertificate.d.ts +133 -0
- package/loadbalancerCertificate.js +70 -0
- package/loadbalancerCertificate.js.map +1 -0
- package/loadbalancerFrontend.d.ts +133 -0
- package/loadbalancerFrontend.js +72 -0
- package/loadbalancerFrontend.js.map +1 -0
- package/loadbalancerIp.d.ts +104 -0
- package/loadbalancerIp.js +61 -0
- package/loadbalancerIp.js.map +1 -0
- package/loadbalancerRoute.d.ts +72 -0
- package/loadbalancerRoute.js +59 -0
- package/loadbalancerRoute.js.map +1 -0
- package/objectBucket.d.ts +138 -0
- package/objectBucket.js +65 -0
- package/objectBucket.js.map +1 -0
- package/package.json +30 -0
- package/package.json.bak +30 -0
- package/provider.d.ts +83 -0
- package/provider.js +52 -0
- package/provider.js.map +1 -0
- package/redisCluster.d.ts +203 -0
- package/redisCluster.js +87 -0
- package/redisCluster.js.map +1 -0
- package/registryNamespace.d.ts +112 -0
- package/registryNamespace.js +61 -0
- package/registryNamespace.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +255 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +459 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +57 -0
- package/utilities.js.map +1 -0
- package/vpcGatewayNetwork.d.ts +156 -0
- package/vpcGatewayNetwork.js +75 -0
- package/vpcGatewayNetwork.js.map +1 -0
- package/vpcPrivateNetwork.d.ts +108 -0
- package/vpcPrivateNetwork.js +61 -0
- package/vpcPrivateNetwork.js.map +1 -0
- package/vpcPublicGateway.d.ts +144 -0
- package/vpcPublicGateway.js +70 -0
- package/vpcPublicGateway.js.map +1 -0
- package/vpcPublicGatewayDhcp.d.ts +255 -0
- package/vpcPublicGatewayDhcp.js +86 -0
- package/vpcPublicGatewayDhcp.js.map +1 -0
- package/vpcPublicGatewayDhcpReservation.d.ts +118 -0
- package/vpcPublicGatewayDhcpReservation.js +72 -0
- package/vpcPublicGatewayDhcpReservation.js.map +1 -0
- package/vpcPublicGatewayIp.d.ts +116 -0
- package/vpcPublicGatewayIp.js +63 -0
- package/vpcPublicGatewayIp.js.map +1 -0
- package/vpcPublicGatewayPatRule.d.ts +132 -0
- package/vpcPublicGatewayPatRule.js +77 -0
- package/vpcPublicGatewayPatRule.js.map +1 -0
|
@@ -0,0 +1,63 @@
|
|
|
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.FunctionNamespace = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
class FunctionNamespace extends pulumi.CustomResource {
|
|
9
|
+
constructor(name, argsOrState, opts) {
|
|
10
|
+
let resourceInputs = {};
|
|
11
|
+
opts = opts || {};
|
|
12
|
+
if (opts.id) {
|
|
13
|
+
const state = argsOrState;
|
|
14
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
15
|
+
resourceInputs["environmentVariables"] = state ? state.environmentVariables : undefined;
|
|
16
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
17
|
+
resourceInputs["organizationId"] = state ? state.organizationId : undefined;
|
|
18
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
19
|
+
resourceInputs["region"] = state ? state.region : undefined;
|
|
20
|
+
resourceInputs["registryEndpoint"] = state ? state.registryEndpoint : undefined;
|
|
21
|
+
resourceInputs["registryNamespaceId"] = state ? state.registryNamespaceId : undefined;
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
const args = argsOrState;
|
|
25
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
26
|
+
resourceInputs["environmentVariables"] = args ? args.environmentVariables : undefined;
|
|
27
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
28
|
+
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
29
|
+
resourceInputs["region"] = args ? args.region : undefined;
|
|
30
|
+
resourceInputs["organizationId"] = undefined /*out*/;
|
|
31
|
+
resourceInputs["registryEndpoint"] = undefined /*out*/;
|
|
32
|
+
resourceInputs["registryNamespaceId"] = undefined /*out*/;
|
|
33
|
+
}
|
|
34
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
35
|
+
super(FunctionNamespace.__pulumiType, name, resourceInputs, opts);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Get an existing FunctionNamespace resource's state with the given name, ID, and optional extra
|
|
39
|
+
* properties used to qualify the lookup.
|
|
40
|
+
*
|
|
41
|
+
* @param name The _unique_ name of the resulting resource.
|
|
42
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
43
|
+
* @param state Any extra arguments used during the lookup.
|
|
44
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
45
|
+
*/
|
|
46
|
+
static get(name, id, state, opts) {
|
|
47
|
+
return new FunctionNamespace(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Returns true if the given object is an instance of FunctionNamespace. This is designed to work even
|
|
51
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
52
|
+
*/
|
|
53
|
+
static isInstance(obj) {
|
|
54
|
+
if (obj === undefined || obj === null) {
|
|
55
|
+
return false;
|
|
56
|
+
}
|
|
57
|
+
return obj['__pulumiType'] === FunctionNamespace.__pulumiType;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.FunctionNamespace = FunctionNamespace;
|
|
61
|
+
/** @internal */
|
|
62
|
+
FunctionNamespace.__pulumiType = 'scaleway:index/functionNamespace:FunctionNamespace';
|
|
63
|
+
//# sourceMappingURL=functionNamespace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functionNamespace.js","sourceRoot":"","sources":["../functionNamespace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IAqExD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,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,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;SACzF;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,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,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;IA9FD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;;AA1BL,8CAgGC;AAlFG,gBAAgB;AACO,8BAAY,GAAG,oDAAoD,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getAccountSshKey(args?: GetAccountSshKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountSshKeyResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getAccountSshKey.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetAccountSshKeyArgs {
|
|
7
|
+
name?: string;
|
|
8
|
+
sshKeyId?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* A collection of values returned by getAccountSshKey.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetAccountSshKeyResult {
|
|
14
|
+
/**
|
|
15
|
+
* The provider-assigned unique ID for this managed resource.
|
|
16
|
+
*/
|
|
17
|
+
readonly id: string;
|
|
18
|
+
readonly name?: string;
|
|
19
|
+
readonly organizationId: string;
|
|
20
|
+
readonly projectId: string;
|
|
21
|
+
readonly publicKey: string;
|
|
22
|
+
readonly sshKeyId?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare function getAccountSshKeyOutput(args?: GetAccountSshKeyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountSshKeyResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getAccountSshKey.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetAccountSshKeyOutputArgs {
|
|
29
|
+
name?: pulumi.Input<string>;
|
|
30
|
+
sshKeyId?: pulumi.Input<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getAccountSshKeyOutput = exports.getAccountSshKey = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getAccountSshKey(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getAccountSshKey:getAccountSshKey", {
|
|
15
|
+
"name": args.name,
|
|
16
|
+
"sshKeyId": args.sshKeyId,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getAccountSshKey = getAccountSshKey;
|
|
20
|
+
function getAccountSshKeyOutput(args, opts) {
|
|
21
|
+
return pulumi.output(args).apply(a => getAccountSshKey(a, opts));
|
|
22
|
+
}
|
|
23
|
+
exports.getAccountSshKeyOutput = getAccountSshKeyOutput;
|
|
24
|
+
//# sourceMappingURL=getAccountSshKey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAccountSshKey.js","sourceRoot":"","sources":["../getAccountSshKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AAyBD,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
export declare function getBaremetalOffer(args?: GetBaremetalOfferArgs, opts?: pulumi.InvokeOptions): Promise<GetBaremetalOfferResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getBaremetalOffer.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetBaremetalOfferArgs {
|
|
8
|
+
includeDisabled?: boolean;
|
|
9
|
+
name?: string;
|
|
10
|
+
offerId?: string;
|
|
11
|
+
zone?: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* A collection of values returned by getBaremetalOffer.
|
|
15
|
+
*/
|
|
16
|
+
export interface GetBaremetalOfferResult {
|
|
17
|
+
readonly bandwidth: number;
|
|
18
|
+
readonly commercialRange: string;
|
|
19
|
+
readonly cpu: outputs.GetBaremetalOfferCpu;
|
|
20
|
+
readonly disks: outputs.GetBaremetalOfferDisk[];
|
|
21
|
+
/**
|
|
22
|
+
* The provider-assigned unique ID for this managed resource.
|
|
23
|
+
*/
|
|
24
|
+
readonly id: string;
|
|
25
|
+
readonly includeDisabled?: boolean;
|
|
26
|
+
readonly memories: outputs.GetBaremetalOfferMemory[];
|
|
27
|
+
readonly name?: string;
|
|
28
|
+
readonly offerId?: string;
|
|
29
|
+
readonly stock: string;
|
|
30
|
+
readonly zone: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function getBaremetalOfferOutput(args?: GetBaremetalOfferOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBaremetalOfferResult>;
|
|
33
|
+
/**
|
|
34
|
+
* A collection of arguments for invoking getBaremetalOffer.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetBaremetalOfferOutputArgs {
|
|
37
|
+
includeDisabled?: pulumi.Input<boolean>;
|
|
38
|
+
name?: pulumi.Input<string>;
|
|
39
|
+
offerId?: pulumi.Input<string>;
|
|
40
|
+
zone?: pulumi.Input<string>;
|
|
41
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.getBaremetalOfferOutput = exports.getBaremetalOffer = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getBaremetalOffer(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getBaremetalOffer:getBaremetalOffer", {
|
|
15
|
+
"includeDisabled": args.includeDisabled,
|
|
16
|
+
"name": args.name,
|
|
17
|
+
"offerId": args.offerId,
|
|
18
|
+
"zone": args.zone,
|
|
19
|
+
}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.getBaremetalOffer = getBaremetalOffer;
|
|
22
|
+
function getBaremetalOfferOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply(a => getBaremetalOffer(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getBaremetalOfferOutput = getBaremetalOfferOutput;
|
|
26
|
+
//# sourceMappingURL=getBaremetalOffer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBaremetalOffer.js","sourceRoot":"","sources":["../getBaremetalOffer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8CAaC;AAgCD,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getBaremetalOs(args?: GetBaremetalOsArgs, opts?: pulumi.InvokeOptions): Promise<GetBaremetalOsResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getBaremetalOs.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetBaremetalOsArgs {
|
|
7
|
+
name?: string;
|
|
8
|
+
osId?: string;
|
|
9
|
+
version?: string;
|
|
10
|
+
zone?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A collection of values returned by getBaremetalOs.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetBaremetalOsResult {
|
|
16
|
+
/**
|
|
17
|
+
* The provider-assigned unique ID for this managed resource.
|
|
18
|
+
*/
|
|
19
|
+
readonly id: string;
|
|
20
|
+
readonly name?: string;
|
|
21
|
+
readonly osId?: string;
|
|
22
|
+
readonly version?: string;
|
|
23
|
+
readonly zone: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function getBaremetalOsOutput(args?: GetBaremetalOsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBaremetalOsResult>;
|
|
26
|
+
/**
|
|
27
|
+
* A collection of arguments for invoking getBaremetalOs.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetBaremetalOsOutputArgs {
|
|
30
|
+
name?: pulumi.Input<string>;
|
|
31
|
+
osId?: pulumi.Input<string>;
|
|
32
|
+
version?: pulumi.Input<string>;
|
|
33
|
+
zone?: pulumi.Input<string>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.getBaremetalOsOutput = exports.getBaremetalOs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getBaremetalOs(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getBaremetalOs:getBaremetalOs", {
|
|
15
|
+
"name": args.name,
|
|
16
|
+
"osId": args.osId,
|
|
17
|
+
"version": args.version,
|
|
18
|
+
"zone": args.zone,
|
|
19
|
+
}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.getBaremetalOs = getBaremetalOs;
|
|
22
|
+
function getBaremetalOsOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply(a => getBaremetalOs(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getBaremetalOsOutput = getBaremetalOsOutput;
|
|
26
|
+
//# sourceMappingURL=getBaremetalOs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBaremetalOs.js","sourceRoot":"","sources":["../getBaremetalOs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wCAaC;AA0BD,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
export declare function getBaremetalServer(args?: GetBaremetalServerArgs, opts?: pulumi.InvokeOptions): Promise<GetBaremetalServerResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getBaremetalServer.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetBaremetalServerArgs {
|
|
8
|
+
name?: string;
|
|
9
|
+
serverId?: string;
|
|
10
|
+
zone?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A collection of values returned by getBaremetalServer.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetBaremetalServerResult {
|
|
16
|
+
readonly description: string;
|
|
17
|
+
readonly domain: string;
|
|
18
|
+
readonly hostname: string;
|
|
19
|
+
/**
|
|
20
|
+
* The provider-assigned unique ID for this managed resource.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
readonly ips: outputs.GetBaremetalServerIp[];
|
|
24
|
+
readonly name?: string;
|
|
25
|
+
readonly offer: string;
|
|
26
|
+
readonly offerId: string;
|
|
27
|
+
readonly organizationId: string;
|
|
28
|
+
readonly os: string;
|
|
29
|
+
readonly osId: string;
|
|
30
|
+
readonly projectId: string;
|
|
31
|
+
readonly serverId?: string;
|
|
32
|
+
readonly sshKeyIds: string[];
|
|
33
|
+
readonly tags: string[];
|
|
34
|
+
readonly zone?: string;
|
|
35
|
+
}
|
|
36
|
+
export declare function getBaremetalServerOutput(args?: GetBaremetalServerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBaremetalServerResult>;
|
|
37
|
+
/**
|
|
38
|
+
* A collection of arguments for invoking getBaremetalServer.
|
|
39
|
+
*/
|
|
40
|
+
export interface GetBaremetalServerOutputArgs {
|
|
41
|
+
name?: pulumi.Input<string>;
|
|
42
|
+
serverId?: pulumi.Input<string>;
|
|
43
|
+
zone?: pulumi.Input<string>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.getBaremetalServerOutput = exports.getBaremetalServer = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getBaremetalServer(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getBaremetalServer:getBaremetalServer", {
|
|
15
|
+
"name": args.name,
|
|
16
|
+
"serverId": args.serverId,
|
|
17
|
+
"zone": args.zone,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getBaremetalServer = getBaremetalServer;
|
|
21
|
+
function getBaremetalServerOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply(a => getBaremetalServer(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getBaremetalServerOutput = getBaremetalServerOutput;
|
|
25
|
+
//# sourceMappingURL=getBaremetalServer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBaremetalServer.js","sourceRoot":"","sources":["../getBaremetalServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gDAYC;AAoCD,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getContainer(args: GetContainerArgs, opts?: pulumi.InvokeOptions): Promise<GetContainerResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getContainer.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetContainerArgs {
|
|
7
|
+
containerId?: string;
|
|
8
|
+
name?: string;
|
|
9
|
+
namespaceId: string;
|
|
10
|
+
region?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A collection of values returned by getContainer.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetContainerResult {
|
|
16
|
+
readonly containerId?: string;
|
|
17
|
+
readonly cpuLimit: number;
|
|
18
|
+
readonly cronStatus: string;
|
|
19
|
+
readonly deploy: boolean;
|
|
20
|
+
readonly description: string;
|
|
21
|
+
readonly domainName: string;
|
|
22
|
+
readonly environmentVariables: {
|
|
23
|
+
[key: string]: string;
|
|
24
|
+
};
|
|
25
|
+
readonly errorMessage: string;
|
|
26
|
+
/**
|
|
27
|
+
* The provider-assigned unique ID for this managed resource.
|
|
28
|
+
*/
|
|
29
|
+
readonly id: string;
|
|
30
|
+
readonly maxConcurrency: number;
|
|
31
|
+
readonly maxScale: number;
|
|
32
|
+
readonly memoryLimit: number;
|
|
33
|
+
readonly minScale: number;
|
|
34
|
+
readonly name?: string;
|
|
35
|
+
readonly namespaceId: string;
|
|
36
|
+
readonly port: number;
|
|
37
|
+
readonly privacy: string;
|
|
38
|
+
readonly protocol: string;
|
|
39
|
+
readonly region?: string;
|
|
40
|
+
readonly registryImage: string;
|
|
41
|
+
readonly status: string;
|
|
42
|
+
readonly timeout: number;
|
|
43
|
+
}
|
|
44
|
+
export declare function getContainerOutput(args: GetContainerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContainerResult>;
|
|
45
|
+
/**
|
|
46
|
+
* A collection of arguments for invoking getContainer.
|
|
47
|
+
*/
|
|
48
|
+
export interface GetContainerOutputArgs {
|
|
49
|
+
containerId?: pulumi.Input<string>;
|
|
50
|
+
name?: pulumi.Input<string>;
|
|
51
|
+
namespaceId: pulumi.Input<string>;
|
|
52
|
+
region?: pulumi.Input<string>;
|
|
53
|
+
}
|
package/getContainer.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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.getContainerOutput = exports.getContainer = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getContainer(args, opts) {
|
|
9
|
+
if (!opts) {
|
|
10
|
+
opts = {};
|
|
11
|
+
}
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
13
|
+
return pulumi.runtime.invoke("scaleway:index/getContainer:getContainer", {
|
|
14
|
+
"containerId": args.containerId,
|
|
15
|
+
"name": args.name,
|
|
16
|
+
"namespaceId": args.namespaceId,
|
|
17
|
+
"region": args.region,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getContainer = getContainer;
|
|
21
|
+
function getContainerOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply(a => getContainer(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getContainerOutput = getContainerOutput;
|
|
25
|
+
//# sourceMappingURL=getContainer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getContainer.js","sourceRoot":"","sources":["../getContainer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oCAYC;AA2CD,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChE,CAAC;AAFD,gDAEC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getContainerNamespace(args?: GetContainerNamespaceArgs, opts?: pulumi.InvokeOptions): Promise<GetContainerNamespaceResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getContainerNamespace.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetContainerNamespaceArgs {
|
|
7
|
+
name?: string;
|
|
8
|
+
namespaceId?: string;
|
|
9
|
+
region?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getContainerNamespace.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetContainerNamespaceResult {
|
|
15
|
+
readonly description: string;
|
|
16
|
+
readonly environmentVariables: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* The provider-assigned unique ID for this managed resource.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
readonly name?: string;
|
|
24
|
+
readonly namespaceId?: string;
|
|
25
|
+
readonly organizationId: string;
|
|
26
|
+
readonly projectId: string;
|
|
27
|
+
readonly region?: string;
|
|
28
|
+
readonly registryEndpoint: string;
|
|
29
|
+
readonly registryNamespaceId: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function getContainerNamespaceOutput(args?: GetContainerNamespaceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContainerNamespaceResult>;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of arguments for invoking getContainerNamespace.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetContainerNamespaceOutputArgs {
|
|
36
|
+
name?: pulumi.Input<string>;
|
|
37
|
+
namespaceId?: pulumi.Input<string>;
|
|
38
|
+
region?: pulumi.Input<string>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.getContainerNamespaceOutput = exports.getContainerNamespace = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getContainerNamespace(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getContainerNamespace:getContainerNamespace", {
|
|
15
|
+
"name": args.name,
|
|
16
|
+
"namespaceId": args.namespaceId,
|
|
17
|
+
"region": args.region,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getContainerNamespace = getContainerNamespace;
|
|
21
|
+
function getContainerNamespaceOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply(a => getContainerNamespace(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getContainerNamespaceOutput = getContainerNamespaceOutput;
|
|
25
|
+
//# sourceMappingURL=getContainerNamespace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getContainerNamespace.js","sourceRoot":"","sources":["../getContainerNamespace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sDAYC;AA8BD,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
|
package/getDatabase.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getDatabase(args: GetDatabaseArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getDatabase.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetDatabaseArgs {
|
|
7
|
+
instanceId: string;
|
|
8
|
+
name: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* A collection of values returned by getDatabase.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetDatabaseResult {
|
|
14
|
+
/**
|
|
15
|
+
* The provider-assigned unique ID for this managed resource.
|
|
16
|
+
*/
|
|
17
|
+
readonly id: string;
|
|
18
|
+
readonly instanceId: string;
|
|
19
|
+
readonly managed: boolean;
|
|
20
|
+
readonly name: string;
|
|
21
|
+
readonly owner: string;
|
|
22
|
+
readonly size: string;
|
|
23
|
+
}
|
|
24
|
+
export declare function getDatabaseOutput(args: GetDatabaseOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDatabase.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDatabaseOutputArgs {
|
|
29
|
+
instanceId: pulumi.Input<string>;
|
|
30
|
+
name: pulumi.Input<string>;
|
|
31
|
+
}
|
package/getDatabase.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
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.getDatabaseOutput = exports.getDatabase = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getDatabase(args, opts) {
|
|
9
|
+
if (!opts) {
|
|
10
|
+
opts = {};
|
|
11
|
+
}
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
13
|
+
return pulumi.runtime.invoke("scaleway:index/getDatabase:getDatabase", {
|
|
14
|
+
"instanceId": args.instanceId,
|
|
15
|
+
"name": args.name,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getDatabase = getDatabase;
|
|
19
|
+
function getDatabaseOutput(args, opts) {
|
|
20
|
+
return pulumi.output(args).apply(a => getDatabase(a, opts));
|
|
21
|
+
}
|
|
22
|
+
exports.getDatabaseOutput = getDatabaseOutput;
|
|
23
|
+
//# sourceMappingURL=getDatabase.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatabase.js","sourceRoot":"","sources":["../getDatabase.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kCAUC;AAyBD,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
export declare function getDatabaseAcl(args: GetDatabaseAclArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseAclResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getDatabaseAcl.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetDatabaseAclArgs {
|
|
8
|
+
instanceId: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* A collection of values returned by getDatabaseAcl.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetDatabaseAclResult {
|
|
14
|
+
readonly aclRules: outputs.GetDatabaseAclAclRule[];
|
|
15
|
+
/**
|
|
16
|
+
* The provider-assigned unique ID for this managed resource.
|
|
17
|
+
*/
|
|
18
|
+
readonly id: string;
|
|
19
|
+
readonly instanceId: string;
|
|
20
|
+
readonly region: string;
|
|
21
|
+
}
|
|
22
|
+
export declare function getDatabaseAclOutput(args: GetDatabaseAclOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseAclResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getDatabaseAcl.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetDatabaseAclOutputArgs {
|
|
27
|
+
instanceId: pulumi.Input<string>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.getDatabaseAclOutput = exports.getDatabaseAcl = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getDatabaseAcl(args, opts) {
|
|
9
|
+
if (!opts) {
|
|
10
|
+
opts = {};
|
|
11
|
+
}
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
13
|
+
return pulumi.runtime.invoke("scaleway:index/getDatabaseAcl:getDatabaseAcl", {
|
|
14
|
+
"instanceId": args.instanceId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getDatabaseAcl = getDatabaseAcl;
|
|
18
|
+
function getDatabaseAclOutput(args, opts) {
|
|
19
|
+
return pulumi.output(args).apply(a => getDatabaseAcl(a, opts));
|
|
20
|
+
}
|
|
21
|
+
exports.getDatabaseAclOutput = getDatabaseAclOutput;
|
|
22
|
+
//# sourceMappingURL=getDatabaseAcl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatabaseAcl.js","sourceRoot":"","sources":["../getDatabaseAcl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC;AAsBD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
|