@pulumiverse/scaleway 0.4.0 → 1.11.1
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/accountProject.d.ts +108 -0
- package/accountProject.js +77 -0
- package/accountProject.js.map +1 -0
- package/accountSshKey.d.ts +40 -4
- package/accountSshKey.js +34 -26
- package/accountSshKey.js.map +1 -1
- package/appleSliconValleyServer.d.ts +2 -4
- package/appleSliconValleyServer.js +24 -26
- package/appleSliconValleyServer.js.map +1 -1
- package/baremetalServer.d.ts +161 -13
- package/baremetalServer.js +66 -30
- package/baremetalServer.js.map +1 -1
- package/cockpit.d.ts +87 -0
- package/cockpit.js +64 -0
- package/cockpit.js.map +1 -0
- package/cockpitGrafanaUser.d.ts +109 -0
- package/cockpitGrafanaUser.js +92 -0
- package/cockpitGrafanaUser.js.map +1 -0
- package/cockpitToken.d.ts +125 -0
- package/cockpitToken.js +100 -0
- package/cockpitToken.js.map +1 -0
- package/container.d.ts +65 -10
- package/container.js +33 -24
- package/container.js.map +1 -1
- package/containerCron.d.ts +6 -1
- package/containerCron.js +24 -24
- package/containerCron.js.map +1 -1
- package/containerDomain.d.ts +138 -0
- package/containerDomain.js +119 -0
- package/containerDomain.js.map +1 -0
- package/containerNamespace.d.ts +36 -8
- package/containerNamespace.js +29 -27
- package/containerNamespace.js.map +1 -1
- package/containerToken.d.ts +147 -0
- package/containerToken.js +92 -0
- package/containerToken.js.map +1 -0
- package/containerTrigger.d.ts +156 -0
- package/containerTrigger.js +108 -0
- package/containerTrigger.js.map +1 -0
- package/database.d.ts +23 -5
- package/database.js +24 -22
- package/database.js.map +1 -1
- package/databaseAcl.d.ts +14 -7
- package/databaseAcl.js +22 -22
- package/databaseAcl.js.map +1 -1
- package/databaseBackup.d.ts +18 -6
- package/databaseBackup.js +22 -22
- package/databaseBackup.js.map +1 -1
- package/databaseInstance.d.ts +71 -111
- package/databaseInstance.js +27 -121
- package/databaseInstance.js.map +1 -1
- package/databasePrivilege.d.ts +36 -8
- package/databasePrivilege.js +45 -27
- package/databasePrivilege.js.map +1 -1
- package/databaseReadReplica.d.ts +30 -8
- package/databaseReadReplica.js +25 -23
- package/databaseReadReplica.js.map +1 -1
- package/databaseUser.d.ts +19 -7
- package/databaseUser.js +26 -24
- package/databaseUser.js.map +1 -1
- package/documentdbDatabase.d.ts +137 -0
- package/documentdbDatabase.js +87 -0
- package/documentdbDatabase.js.map +1 -0
- package/documentdbInstance.d.ts +247 -0
- package/documentdbInstance.js +113 -0
- package/documentdbInstance.js.map +1 -0
- package/documentdbPrivateNetworkEndpoint.d.ts +147 -0
- package/documentdbPrivateNetworkEndpoint.js +80 -0
- package/documentdbPrivateNetworkEndpoint.js.map +1 -0
- package/documentdbPrivilege.d.ts +122 -0
- package/documentdbPrivilege.js +95 -0
- package/documentdbPrivilege.js.map +1 -0
- package/documentdbReadReplica.d.ts +137 -0
- package/documentdbReadReplica.js +100 -0
- package/documentdbReadReplica.js.map +1 -0
- package/documentdbUser.d.ts +140 -0
- package/documentdbUser.js +97 -0
- package/documentdbUser.js.map +1 -0
- package/domainRecord.d.ts +23 -22
- package/domainRecord.js +28 -28
- package/domainRecord.js.map +1 -1
- package/domainZone.d.ts +2 -2
- package/domainZone.js +24 -24
- package/domainZone.js.map +1 -1
- package/flexibleIp.d.ts +53 -36
- package/flexibleIp.js +39 -32
- package/flexibleIp.js.map +1 -1
- package/flexibleIpMacAddress.d.ts +173 -0
- package/flexibleIpMacAddress.js +123 -0
- package/flexibleIpMacAddress.js.map +1 -0
- package/function.d.ts +39 -3
- package/function.js +28 -22
- package/function.js.map +1 -1
- package/functionCron.d.ts +0 -6
- package/functionCron.js +22 -28
- package/functionCron.js.map +1 -1
- package/functionDomain.d.ts +126 -0
- package/functionDomain.js +98 -0
- package/functionDomain.js.map +1 -0
- package/functionNamespace.d.ts +26 -4
- package/functionNamespace.js +28 -26
- package/functionNamespace.js.map +1 -1
- package/functionToken.d.ts +152 -0
- package/functionToken.js +97 -0
- package/functionToken.js.map +1 -0
- package/functionTrigger.d.ts +140 -0
- package/functionTrigger.js +92 -0
- package/functionTrigger.js.map +1 -0
- package/getAccountProject.d.ts +92 -0
- package/getAccountProject.js +56 -0
- package/getAccountProject.js.map +1 -0
- package/getAccountSshKey.d.ts +20 -3
- package/getAccountSshKey.js +18 -8
- package/getAccountSshKey.js.map +1 -1
- package/getAvailabilityZones.d.ts +69 -0
- package/getAvailabilityZones.js +54 -0
- package/getAvailabilityZones.js.map +1 -0
- package/getBaremetalOffer.d.ts +27 -4
- package/getBaremetalOffer.js +20 -8
- package/getBaremetalOffer.js.map +1 -1
- package/getBaremetalOption.d.ts +92 -0
- package/getBaremetalOption.js +58 -0
- package/getBaremetalOption.js.map +1 -0
- package/getBaremetalOs.d.ts +25 -6
- package/getBaremetalOs.js +27 -11
- package/getBaremetalOs.js.map +1 -1
- package/getBaremetalServer.d.ts +36 -8
- package/getBaremetalServer.js +25 -11
- package/getBaremetalServer.js.map +1 -1
- package/getBillingConsumptions.d.ts +16 -0
- package/getBillingConsumptions.js +17 -0
- package/getBillingConsumptions.js.map +1 -0
- package/getBillingInvoices.d.ts +86 -0
- package/getBillingInvoices.js +50 -0
- package/getBillingInvoices.js.map +1 -0
- package/getCockpit.d.ts +86 -0
- package/getCockpit.js +66 -0
- package/getCockpit.js.map +1 -0
- package/getCockpitPlan.d.ts +63 -0
- package/getCockpitPlan.js +51 -0
- package/getCockpitPlan.js.map +1 -0
- package/getContainer.d.ts +39 -0
- package/getContainer.js +30 -5
- package/getContainer.js.map +1 -1
- package/getContainerNamespace.d.ts +24 -6
- package/getContainerNamespace.js +23 -11
- package/getContainerNamespace.js.map +1 -1
- package/getDatabase.d.ts +21 -4
- package/getDatabase.js +20 -8
- package/getDatabase.js.map +1 -1
- package/getDatabaseAcl.d.ts +28 -7
- package/getDatabaseAcl.js +20 -9
- package/getDatabaseAcl.js.map +1 -1
- package/getDatabaseBackup.d.ts +33 -6
- package/getDatabaseBackup.js +29 -11
- package/getDatabaseBackup.js.map +1 -1
- package/getDatabaseInstance.d.ts +17 -15
- package/getDatabaseInstance.js +7 -18
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabasePrivilege.d.ts +31 -6
- package/getDatabasePrivilege.js +23 -10
- package/getDatabasePrivilege.js.map +1 -1
- package/getDocumentdbDatabase.d.ts +86 -0
- package/getDocumentdbDatabase.js +51 -0
- package/getDocumentdbDatabase.js.map +1 -0
- package/getDocumentdbInstance.d.ts +91 -0
- package/getDocumentdbInstance.js +50 -0
- package/getDocumentdbInstance.js.map +1 -0
- package/getDocumentdbLoadBalancerEndpoint.d.ts +38 -0
- package/getDocumentdbLoadBalancerEndpoint.js +23 -0
- package/getDocumentdbLoadBalancerEndpoint.js.map +1 -0
- package/getDomainRecord.d.ts +26 -7
- package/getDomainRecord.js +27 -11
- package/getDomainRecord.js.map +1 -1
- package/getDomainZone.d.ts +17 -3
- package/getDomainZone.js +19 -8
- package/getDomainZone.js.map +1 -1
- package/getFlexibleIp.d.ts +5 -13
- package/getFlexibleIp.js +5 -17
- package/getFlexibleIp.js.map +1 -1
- package/getFlexibleIps.d.ts +154 -0
- package/getFlexibleIps.js +101 -0
- package/getFlexibleIps.js.map +1 -0
- package/getFunction.d.ts +5 -1
- package/getFunction.js +2 -5
- package/getFunction.js.map +1 -1
- package/getFunctionNamespace.d.ts +19 -3
- package/getFunctionNamespace.js +18 -8
- package/getFunctionNamespace.js.map +1 -1
- package/getIamApplication.d.ts +93 -0
- package/getIamApplication.js +56 -0
- package/getIamApplication.js.map +1 -0
- package/getIamGroup.d.ts +97 -0
- package/getIamGroup.js +58 -0
- package/getIamGroup.js.map +1 -0
- package/getIamSshKey.d.ts +90 -0
- package/getIamSshKey.js +49 -0
- package/getIamSshKey.js.map +1 -0
- package/getIamUser.d.ts +89 -0
- package/getIamUser.js +60 -0
- package/getIamUser.js.map +1 -0
- package/getInstanceImage.d.ts +16 -3
- package/getInstanceImage.js +18 -8
- package/getInstanceImage.js.map +1 -1
- package/getInstanceIp.d.ts +24 -3
- package/getInstanceIp.js +18 -8
- package/getInstanceIp.js.map +1 -1
- package/getInstancePrivateNic.d.ts +121 -0
- package/getInstancePrivateNic.js +69 -0
- package/getInstancePrivateNic.js.map +1 -0
- package/getInstanceSecurityGroup.d.ts +17 -4
- package/getInstanceSecurityGroup.js +18 -8
- package/getInstanceSecurityGroup.js.map +1 -1
- package/getInstanceServer.d.ts +27 -7
- package/getInstanceServer.js +18 -8
- package/getInstanceServer.js.map +1 -1
- package/getInstanceServers.d.ts +20 -4
- package/getInstanceServers.js +21 -8
- package/getInstanceServers.js.map +1 -1
- package/getInstanceSnapshot.d.ts +96 -0
- package/getInstanceSnapshot.js +56 -0
- package/getInstanceSnapshot.js.map +1 -0
- package/getInstanceVolume.d.ts +16 -3
- package/getInstanceVolume.js +18 -8
- package/getInstanceVolume.js.map +1 -1
- package/getIotDevice.d.ts +17 -4
- package/getIotDevice.js +18 -8
- package/getIotDevice.js.map +1 -1
- package/getIotHub.d.ts +16 -3
- package/getIotHub.js +18 -8
- package/getIotHub.js.map +1 -1
- package/getIpamIp.d.ts +133 -0
- package/getIpamIp.js +83 -0
- package/getIpamIp.js.map +1 -0
- package/getK8sVersion.d.ts +108 -0
- package/getK8sVersion.js +76 -0
- package/getK8sVersion.js.map +1 -0
- package/getKubernetesCluster.d.ts +21 -4
- package/getKubernetesCluster.js +18 -8
- package/getKubernetesCluster.js.map +1 -1
- package/getKubernetesNodePool.d.ts +18 -4
- package/getKubernetesNodePool.js +18 -8
- package/getKubernetesNodePool.js.map +1 -1
- package/getLbAcls.d.ts +96 -0
- package/getLbAcls.js +58 -0
- package/getLbAcls.js.map +1 -0
- package/getLbBackend.d.ts +142 -0
- package/getLbBackend.js +82 -0
- package/getLbBackend.js.map +1 -0
- package/getLbBackends.d.ts +94 -0
- package/getLbBackends.js +58 -0
- package/getLbBackends.js.map +1 -0
- package/getLbFrontend.d.ts +134 -0
- package/getLbFrontend.js +94 -0
- package/getLbFrontend.js.map +1 -0
- package/getLbFrontends.d.ts +94 -0
- package/getLbFrontends.js +58 -0
- package/getLbFrontends.js.map +1 -0
- package/getLbIps.d.ts +94 -0
- package/getLbIps.js +52 -0
- package/getLbIps.js.map +1 -0
- package/getLbRoute.d.ts +111 -0
- package/getLbRoute.js +93 -0
- package/getLbRoute.js.map +1 -0
- package/getLbRoutes.d.ts +85 -0
- package/getLbRoutes.js +58 -0
- package/getLbRoutes.js.map +1 -0
- package/getLbs.d.ts +97 -0
- package/getLbs.js +52 -0
- package/getLbs.js.map +1 -0
- package/getLoadbalancer.d.ts +31 -13
- package/getLoadbalancer.js +23 -11
- package/getLoadbalancer.js.map +1 -1
- package/getLoadbalancerCertificate.d.ts +11 -2
- package/getLoadbalancerCertificate.js +12 -6
- package/getLoadbalancerCertificate.js.map +1 -1
- package/getLoadbalancerIp.d.ts +16 -3
- package/getLoadbalancerIp.js +18 -8
- package/getLoadbalancerIp.js.map +1 -1
- package/getMarketplaceImage.d.ts +17 -3
- package/getMarketplaceImage.js +19 -8
- package/getMarketplaceImage.js.map +1 -1
- package/getMnqSqs.d.ts +78 -0
- package/getMnqSqs.js +55 -0
- package/getMnqSqs.js.map +1 -0
- package/getObjectBucket.d.ts +57 -7
- package/getObjectBucket.js +49 -11
- package/getObjectBucket.js.map +1 -1
- package/getObjectBucketPolicy.d.ts +83 -0
- package/getObjectBucketPolicy.js +51 -0
- package/getObjectBucketPolicy.js.map +1 -0
- package/getRedisCluster.d.ts +18 -5
- package/getRedisCluster.js +19 -9
- package/getRedisCluster.js.map +1 -1
- package/getRegistryImage.d.ts +18 -4
- package/getRegistryImage.js +20 -9
- package/getRegistryImage.js.map +1 -1
- package/getRegistryNamespace.d.ts +16 -3
- package/getRegistryNamespace.js +18 -8
- package/getRegistryNamespace.js.map +1 -1
- package/getSecret.d.ts +125 -0
- package/getSecret.js +68 -0
- package/getSecret.js.map +1 -0
- package/getSecretVersion.d.ts +84 -0
- package/getSecretVersion.js +23 -0
- package/getSecretVersion.js.map +1 -0
- package/getTemDomain.d.ts +109 -0
- package/getTemDomain.js +28 -0
- package/getTemDomain.js.map +1 -0
- package/getVpc.d.ts +113 -0
- package/getVpc.js +65 -0
- package/getVpc.js.map +1 -0
- package/getVpcGatewayNetwork.d.ts +33 -0
- package/getVpcGatewayNetwork.js +28 -5
- package/getVpcGatewayNetwork.js.map +1 -1
- package/getVpcPrivateNetwork.d.ts +48 -3
- package/getVpcPrivateNetwork.js +30 -6
- package/getVpcPrivateNetwork.js.map +1 -1
- package/getVpcPublicGateway.d.ts +43 -7
- package/getVpcPublicGateway.js +35 -11
- package/getVpcPublicGateway.js.map +1 -1
- package/getVpcPublicGatewayDhcp.d.ts +20 -5
- package/getVpcPublicGatewayDhcp.js +22 -10
- package/getVpcPublicGatewayDhcp.js.map +1 -1
- package/getVpcPublicGatewayDhcpReservation.d.ts +22 -1
- package/getVpcPublicGatewayDhcpReservation.js +8 -5
- package/getVpcPublicGatewayDhcpReservation.js.map +1 -1
- package/getVpcPublicGatewayIp.d.ts +22 -3
- package/getVpcPublicGatewayIp.js +24 -8
- package/getVpcPublicGatewayIp.js.map +1 -1
- package/getVpcPublicPatRule.d.ts +40 -0
- package/getVpcPublicPatRule.js +42 -5
- package/getVpcPublicPatRule.js.map +1 -1
- package/getVpcs.d.ts +100 -0
- package/getVpcs.js +53 -0
- package/getVpcs.js.map +1 -0
- package/getWebHostOffer.d.ts +96 -0
- package/getWebHostOffer.js +56 -0
- package/getWebHostOffer.js.map +1 -0
- package/getWebhosting.d.ts +108 -0
- package/getWebhosting.js +57 -0
- package/getWebhosting.js.map +1 -0
- package/iamApiKey.d.ts +178 -0
- package/iamApiKey.js +96 -0
- package/iamApiKey.js.map +1 -0
- package/iamApplication.d.ts +116 -0
- package/iamApplication.js +79 -0
- package/iamApplication.js.map +1 -0
- package/iamGroup.d.ts +164 -0
- package/iamGroup.js +103 -0
- package/iamGroup.js.map +1 -0
- package/iamGroupMembership.d.ts +106 -0
- package/iamGroupMembership.js +84 -0
- package/iamGroupMembership.js.map +1 -0
- package/iamPolicy.d.ts +197 -0
- package/iamPolicy.js +105 -0
- package/iamPolicy.js.map +1 -0
- package/iamSshKey.d.ts +141 -0
- package/iamSshKey.js +88 -0
- package/iamSshKey.js.map +1 -0
- package/iamUser.d.ts +147 -0
- package/iamUser.js +93 -0
- package/iamUser.js.map +1 -0
- package/index.d.ts +525 -94
- package/index.js +619 -217
- package/index.js.map +1 -1
- package/instanceImage.d.ts +9 -2
- package/instanceImage.js +23 -23
- package/instanceImage.js.map +1 -1
- package/instanceIp.d.ts +28 -2
- package/instanceIp.js +28 -24
- package/instanceIp.js.map +1 -1
- package/instanceIpReverseDns.d.ts +20 -0
- package/instanceIpReverseDns.js +42 -22
- package/instanceIpReverseDns.js.map +1 -1
- package/instancePlacementGroup.d.ts +2 -2
- package/instancePlacementGroup.js +24 -24
- package/instancePlacementGroup.js.map +1 -1
- package/instancePrivateNic.d.ts +26 -2
- package/instancePrivateNic.js +28 -24
- package/instancePrivateNic.js.map +1 -1
- package/instanceSecurityGroup.d.ts +2 -1
- package/instanceSecurityGroup.js +22 -22
- package/instanceSecurityGroup.js.map +1 -1
- package/instanceSecurityGroupRules.d.ts +27 -1
- package/instanceSecurityGroupRules.js +46 -21
- package/instanceSecurityGroupRules.js.map +1 -1
- package/instanceServer.d.ts +171 -21
- package/instanceServer.js +75 -27
- package/instanceServer.js.map +1 -1
- package/instanceSnapshot.d.ts +40 -7
- package/instanceSnapshot.js +47 -29
- package/instanceSnapshot.js.map +1 -1
- package/instanceUserData.d.ts +155 -0
- package/instanceUserData.js +120 -0
- package/instanceUserData.js.map +1 -0
- package/instanceVolume.d.ts +11 -11
- package/instanceVolume.js +24 -24
- package/instanceVolume.js.map +1 -1
- package/iotDevice.d.ts +20 -1
- package/iotDevice.js +22 -22
- package/iotDevice.js.map +1 -1
- package/iotHub.d.ts +12 -0
- package/iotHub.js +22 -22
- package/iotHub.js.map +1 -1
- package/iotNetwork.js +24 -22
- package/iotNetwork.js.map +1 -1
- package/iotRoute.d.ts +130 -0
- package/iotRoute.js +69 -0
- package/iotRoute.js.map +1 -0
- package/kubernetesCluster.d.ts +141 -11
- package/kubernetesCluster.js +109 -22
- package/kubernetesCluster.js.map +1 -1
- package/kubernetesNodePool.d.ts +23 -1
- package/kubernetesNodePool.js +24 -22
- package/kubernetesNodePool.js.map +1 -1
- package/loadbalancer.d.ts +69 -34
- package/loadbalancer.js +45 -50
- package/loadbalancer.js.map +1 -1
- package/loadbalancerAcl.d.ts +162 -0
- package/loadbalancerAcl.js +108 -0
- package/loadbalancerAcl.js.map +1 -0
- package/loadbalancerBackend.d.ts +124 -9
- package/loadbalancerBackend.js +41 -23
- package/loadbalancerBackend.js.map +1 -1
- package/loadbalancerCertificate.d.ts +12 -1
- package/loadbalancerCertificate.js +22 -22
- package/loadbalancerCertificate.js.map +1 -1
- package/loadbalancerFrontend.d.ts +42 -2
- package/loadbalancerFrontend.js +27 -23
- package/loadbalancerFrontend.js.map +1 -1
- package/loadbalancerIp.d.ts +3 -5
- package/loadbalancerIp.js +25 -27
- package/loadbalancerIp.js.map +1 -1
- package/loadbalancerRoute.d.ts +85 -13
- package/loadbalancerRoute.js +61 -26
- package/loadbalancerRoute.js.map +1 -1
- package/mnqCredential.d.ts +118 -0
- package/mnqCredential.js +71 -0
- package/mnqCredential.js.map +1 -0
- package/mnqNamespace.d.ts +146 -0
- package/mnqNamespace.js +93 -0
- package/mnqNamespace.js.map +1 -0
- package/mnqNatsAccount.d.ts +110 -0
- package/mnqNatsAccount.js +79 -0
- package/mnqNatsAccount.js.map +1 -0
- package/mnqNatsCredentials.d.ts +108 -0
- package/mnqNatsCredentials.js +83 -0
- package/mnqNatsCredentials.js.map +1 -0
- package/mnqQueue.d.ts +122 -0
- package/mnqQueue.js +64 -0
- package/mnqQueue.js.map +1 -0
- package/mnqSqs.d.ts +98 -0
- package/mnqSqs.js +80 -0
- package/mnqSqs.js.map +1 -0
- package/mnqSqsCredentials.d.ts +134 -0
- package/mnqSqsCredentials.js +93 -0
- package/mnqSqsCredentials.js.map +1 -0
- package/mnqSqsQueue.d.ts +238 -0
- package/mnqSqsQueue.js +121 -0
- package/mnqSqsQueue.js.map +1 -0
- package/objectBucket.d.ts +63 -72
- package/objectBucket.js +45 -90
- package/objectBucket.js.map +1 -1
- package/objectBucketAcl.d.ts +206 -0
- package/objectBucketAcl.js +158 -0
- package/objectBucketAcl.js.map +1 -0
- package/objectBucketLockConfiguration.d.ts +86 -0
- package/objectBucketLockConfiguration.js +61 -0
- package/objectBucketLockConfiguration.js.map +1 -0
- package/objectBucketPolicy.d.ts +47 -0
- package/objectBucketPolicy.js +53 -22
- package/objectBucketPolicy.js.map +1 -1
- package/objectBucketWebsiteConfiguration.d.ts +39 -14
- package/objectBucketWebsiteConfiguration.js +37 -30
- package/objectBucketWebsiteConfiguration.js.map +1 -1
- package/objectItem.d.ts +204 -0
- package/objectItem.js +89 -0
- package/objectItem.js.map +1 -0
- package/package.json +4 -4
- package/package.json.bak +3 -4
- package/package.json.dev +4 -5
- package/provider.js +10 -10
- package/provider.js.map +1 -1
- package/redisCluster.d.ts +122 -22
- package/redisCluster.js +28 -26
- package/redisCluster.js.map +1 -1
- package/registryNamespace.d.ts +7 -1
- package/registryNamespace.js +23 -23
- package/registryNamespace.js.map +1 -1
- package/secret.d.ts +160 -0
- package/secret.js +94 -0
- package/secret.js.map +1 -0
- package/secretVersion.d.ts +128 -0
- package/secretVersion.js +80 -0
- package/secretVersion.js.map +1 -0
- package/temDomain.d.ts +251 -0
- package/temDomain.js +135 -0
- package/temDomain.js.map +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +712 -30
- package/types/output.d.ts +1603 -88
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/vpc.d.ts +140 -0
- package/vpc.js +87 -0
- package/vpc.js.map +1 -0
- package/vpcGatewayNetwork.d.ts +72 -7
- package/vpcGatewayNetwork.js +69 -22
- package/vpcGatewayNetwork.js.map +1 -1
- package/vpcPrivateNetwork.d.ts +110 -11
- package/vpcPrivateNetwork.js +61 -26
- package/vpcPrivateNetwork.js.map +1 -1
- package/vpcPublicGateway.d.ts +1 -1
- package/vpcPublicGateway.js +23 -23
- package/vpcPublicGateway.js.map +1 -1
- package/vpcPublicGatewayDhcp.d.ts +2 -4
- package/vpcPublicGatewayDhcp.js +24 -26
- package/vpcPublicGatewayDhcp.js.map +1 -1
- package/vpcPublicGatewayDhcpReservation.d.ts +2 -2
- package/vpcPublicGatewayDhcpReservation.js +24 -24
- package/vpcPublicGatewayDhcpReservation.js.map +1 -1
- package/vpcPublicGatewayIp.d.ts +3 -5
- package/vpcPublicGatewayIp.js +25 -27
- package/vpcPublicGatewayIp.js.map +1 -1
- package/vpcPublicGatewayIpReverseDns.d.ts +104 -0
- package/vpcPublicGatewayIpReverseDns.js +91 -0
- package/vpcPublicGatewayIpReverseDns.js.map +1 -0
- package/vpcPublicGatewayPatRule.js +22 -22
- package/vpcPublicGatewayPatRule.js.map +1 -1
- package/webhosting.d.ts +244 -0
- package/webhosting.js +126 -0
- package/webhosting.js.map +1 -0
package/instanceServer.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Creates and manages Scaleway Compute Instance servers. For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#servers-8bf7d7).
|
|
5
6
|
*
|
|
@@ -16,7 +17,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
16
17
|
* const publicIp = new scaleway.InstanceIp("publicIp", {});
|
|
17
18
|
* const web = new scaleway.InstanceServer("web", {
|
|
18
19
|
* type: "DEV1-S",
|
|
19
|
-
* image: "
|
|
20
|
+
* image: "ubuntu_jammy",
|
|
20
21
|
* ipId: publicIp.id,
|
|
21
22
|
* });
|
|
22
23
|
* ```
|
|
@@ -33,7 +34,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
33
34
|
* });
|
|
34
35
|
* const web = new scaleway.InstanceServer("web", {
|
|
35
36
|
* type: "DEV1-S",
|
|
36
|
-
* image: "
|
|
37
|
+
* image: "ubuntu_jammy",
|
|
37
38
|
* tags: [
|
|
38
39
|
* "hello",
|
|
39
40
|
* "public",
|
|
@@ -94,7 +95,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
94
95
|
* });
|
|
95
96
|
* const web = new scaleway.InstanceServer("web", {
|
|
96
97
|
* type: "DEV1-S",
|
|
97
|
-
* image: "
|
|
98
|
+
* image: "ubuntu_jammy",
|
|
98
99
|
* securityGroupId: www.id,
|
|
99
100
|
* });
|
|
100
101
|
* ```
|
|
@@ -108,7 +109,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
108
109
|
*
|
|
109
110
|
* const web = new scaleway.InstanceServer("web", {
|
|
110
111
|
* type: "DEV1-S",
|
|
111
|
-
* image: "
|
|
112
|
+
* image: "ubuntu_jammy",
|
|
112
113
|
* userData: {
|
|
113
114
|
* foo: "bar",
|
|
114
115
|
* "cloud-init": fs.readFileSync(`${path.module}/cloud-init.yml`),
|
|
@@ -124,7 +125,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
124
125
|
*
|
|
125
126
|
* const pn01 = new scaleway.VpcPrivateNetwork("pn01", {});
|
|
126
127
|
* const base = new scaleway.InstanceServer("base", {
|
|
127
|
-
* image: "
|
|
128
|
+
* image: "ubuntu_jammy",
|
|
128
129
|
* type: "DEV1-S",
|
|
129
130
|
* privateNetworks: [{
|
|
130
131
|
* pnId: pn01.id,
|
|
@@ -132,6 +133,46 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
132
133
|
* });
|
|
133
134
|
* ```
|
|
134
135
|
*
|
|
136
|
+
* ### Root volume configuration
|
|
137
|
+
*
|
|
138
|
+
* #### Resized block volume with installed image
|
|
139
|
+
*
|
|
140
|
+
* ```typescript
|
|
141
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
142
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
143
|
+
*
|
|
144
|
+
* const image = new scaleway.InstanceServer("image", {
|
|
145
|
+
* image: "ubuntu_jammy",
|
|
146
|
+
* rootVolume: {
|
|
147
|
+
* sizeInGb: 100,
|
|
148
|
+
* volumeType: "b_ssd",
|
|
149
|
+
* },
|
|
150
|
+
* type: "PRO2-XXS",
|
|
151
|
+
* });
|
|
152
|
+
* ```
|
|
153
|
+
*
|
|
154
|
+
* #### From snapshot
|
|
155
|
+
*
|
|
156
|
+
* ```typescript
|
|
157
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
158
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
159
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
160
|
+
*
|
|
161
|
+
* const snapshot = scaleway.getInstanceSnapshot({
|
|
162
|
+
* name: "my_snapshot",
|
|
163
|
+
* });
|
|
164
|
+
* const fromSnapshotInstanceVolume = new scaleway.InstanceVolume("fromSnapshotInstanceVolume", {
|
|
165
|
+
* fromSnapshotId: snapshot.then(snapshot => snapshot.id),
|
|
166
|
+
* type: "b_ssd",
|
|
167
|
+
* });
|
|
168
|
+
* const fromSnapshotInstanceServer = new scaleway.InstanceServer("fromSnapshotInstanceServer", {
|
|
169
|
+
* type: "PRO2-XXS",
|
|
170
|
+
* rootVolume: {
|
|
171
|
+
* volumeId: fromSnapshotInstanceVolume.id,
|
|
172
|
+
* },
|
|
173
|
+
* });
|
|
174
|
+
* ```
|
|
175
|
+
*
|
|
135
176
|
* ## Private Network
|
|
136
177
|
*
|
|
137
178
|
* > **Important:** Updates to `privateNetwork` will recreate a new private network interface.
|
|
@@ -173,6 +214,10 @@ export declare class InstanceServer extends pulumi.CustomResource {
|
|
|
173
214
|
/**
|
|
174
215
|
* The [additional volumes](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39)
|
|
175
216
|
* attached to the server. Updates to this field will trigger a stop/start of the server.
|
|
217
|
+
*
|
|
218
|
+
* > **Important:** If this field contains local volumes, the `state` must be set to `stopped`, otherwise it will fail.
|
|
219
|
+
*
|
|
220
|
+
* > **Important:** If this field contains local volumes, you have to first detach them, in one apply, and then delete the volume in another apply.
|
|
176
221
|
*/
|
|
177
222
|
readonly additionalVolumeIds: pulumi.Output<string[] | undefined>;
|
|
178
223
|
/**
|
|
@@ -186,7 +231,7 @@ export declare class InstanceServer extends pulumi.CustomResource {
|
|
|
186
231
|
/**
|
|
187
232
|
* The cloud init script associated with this server
|
|
188
233
|
*/
|
|
189
|
-
readonly cloudInit: pulumi.Output<string
|
|
234
|
+
readonly cloudInit: pulumi.Output<string>;
|
|
190
235
|
/**
|
|
191
236
|
* If true a dynamic IP will be attached to the server.
|
|
192
237
|
*/
|
|
@@ -198,12 +243,20 @@ export declare class InstanceServer extends pulumi.CustomResource {
|
|
|
198
243
|
/**
|
|
199
244
|
* The UUID or the label of the base image used by the server. You can use [this endpoint](https://api-marketplace.scaleway.com/images?page=1&per_page=100)
|
|
200
245
|
* to find either the right `label` or the right local image `ID` for a given `type`. Optional when creating an instance with an existing root volume.
|
|
246
|
+
*
|
|
247
|
+
* You can check the available labels with our [CLI](https://www.scaleway.com/en/docs/compute/instances/api-cli/creating-managing-instances-with-cliv2/). ```scw marketplace image list```
|
|
248
|
+
*
|
|
249
|
+
* To retrieve more information by label please use: ```scw marketplace image get label=<LABEL>```
|
|
201
250
|
*/
|
|
202
251
|
readonly image: pulumi.Output<string | undefined>;
|
|
203
252
|
/**
|
|
204
|
-
*
|
|
253
|
+
* The ID of the reserved IP that is attached to the server.
|
|
205
254
|
*/
|
|
206
255
|
readonly ipId: pulumi.Output<string | undefined>;
|
|
256
|
+
/**
|
|
257
|
+
* List of ID of reserved IPs that are attached to the server. Cannot be used with `ipId`.
|
|
258
|
+
*/
|
|
259
|
+
readonly ipIds: pulumi.Output<string[] | undefined>;
|
|
207
260
|
/**
|
|
208
261
|
* The default ipv6 address routed to the server. ( Only set when enableIpv6 is set to true )
|
|
209
262
|
*/
|
|
@@ -226,11 +279,13 @@ export declare class InstanceServer extends pulumi.CustomResource {
|
|
|
226
279
|
readonly organizationId: pulumi.Output<string>;
|
|
227
280
|
/**
|
|
228
281
|
* The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the server is attached to.
|
|
282
|
+
*
|
|
283
|
+
*
|
|
284
|
+
* > **Important:** When updating `placementGroupId` the `state` must be set to `stopped`, otherwise it will fail.
|
|
229
285
|
*/
|
|
230
286
|
readonly placementGroupId: pulumi.Output<string | undefined>;
|
|
231
287
|
/**
|
|
232
288
|
* True when the placement group policy is respected.
|
|
233
|
-
* - `rootVolume`
|
|
234
289
|
*/
|
|
235
290
|
readonly placementGroupPolicyRespected: pulumi.Output<boolean>;
|
|
236
291
|
/**
|
|
@@ -247,13 +302,27 @@ export declare class InstanceServer extends pulumi.CustomResource {
|
|
|
247
302
|
*/
|
|
248
303
|
readonly projectId: pulumi.Output<string>;
|
|
249
304
|
/**
|
|
250
|
-
* The public
|
|
305
|
+
* The public IP address of the server.
|
|
251
306
|
*/
|
|
252
307
|
readonly publicIp: pulumi.Output<string>;
|
|
308
|
+
/**
|
|
309
|
+
* The list of public IPs of the server.
|
|
310
|
+
*/
|
|
311
|
+
readonly publicIps: pulumi.Output<outputs.InstanceServerPublicIp[]>;
|
|
312
|
+
/**
|
|
313
|
+
* If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
|
|
314
|
+
*/
|
|
315
|
+
readonly replaceOnTypeChange: pulumi.Output<boolean | undefined>;
|
|
253
316
|
/**
|
|
254
317
|
* Root [volume](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39) attached to the server on creation.
|
|
255
318
|
*/
|
|
256
319
|
readonly rootVolume: pulumi.Output<outputs.InstanceServerRootVolume>;
|
|
320
|
+
/**
|
|
321
|
+
* If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
|
322
|
+
*
|
|
323
|
+
* > **Important:** Enabling routed ip will restart the server
|
|
324
|
+
*/
|
|
325
|
+
readonly routedIpEnabled: pulumi.Output<boolean>;
|
|
257
326
|
/**
|
|
258
327
|
* The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
|
|
259
328
|
*/
|
|
@@ -269,15 +338,23 @@ export declare class InstanceServer extends pulumi.CustomResource {
|
|
|
269
338
|
/**
|
|
270
339
|
* The commercial type of the server.
|
|
271
340
|
* You find all the available types on the [pricing page](https://www.scaleway.com/en/pricing/).
|
|
272
|
-
* Updates to this field will
|
|
341
|
+
* Updates to this field will migrate the server, local storage constraint must be respected. [More info](https://www.scaleway.com/en/docs/compute/instances/api-cli/migrating-instances/).
|
|
342
|
+
* Use `replaceOnTypeChange` to trigger replacement instead of migration.
|
|
343
|
+
*
|
|
344
|
+
* > **Important:** If `type` change and migration occurs, the server will be stopped and changed backed to its original state. It will be started again if it was running.
|
|
273
345
|
*/
|
|
274
346
|
readonly type: pulumi.Output<string>;
|
|
275
347
|
/**
|
|
276
|
-
* The user data associated with the server
|
|
348
|
+
* The user data associated with the server.
|
|
349
|
+
* Use the `cloud-init` key to use [cloud-init](https://cloudinit.readthedocs.io/en/latest/) on your instance.
|
|
350
|
+
* You can define values using:
|
|
351
|
+
* - string
|
|
352
|
+
* - UTF-8 encoded file content using file
|
|
353
|
+
* - Binary files using filebase64.
|
|
277
354
|
*/
|
|
278
355
|
readonly userData: pulumi.Output<{
|
|
279
356
|
[key: string]: string;
|
|
280
|
-
}
|
|
357
|
+
}>;
|
|
281
358
|
/**
|
|
282
359
|
* `zone`) The zone in which the server should be created.
|
|
283
360
|
*/
|
|
@@ -298,6 +375,10 @@ export interface InstanceServerState {
|
|
|
298
375
|
/**
|
|
299
376
|
* The [additional volumes](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39)
|
|
300
377
|
* attached to the server. Updates to this field will trigger a stop/start of the server.
|
|
378
|
+
*
|
|
379
|
+
* > **Important:** If this field contains local volumes, the `state` must be set to `stopped`, otherwise it will fail.
|
|
380
|
+
*
|
|
381
|
+
* > **Important:** If this field contains local volumes, you have to first detach them, in one apply, and then delete the volume in another apply.
|
|
301
382
|
*/
|
|
302
383
|
additionalVolumeIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
303
384
|
/**
|
|
@@ -323,12 +404,20 @@ export interface InstanceServerState {
|
|
|
323
404
|
/**
|
|
324
405
|
* The UUID or the label of the base image used by the server. You can use [this endpoint](https://api-marketplace.scaleway.com/images?page=1&per_page=100)
|
|
325
406
|
* to find either the right `label` or the right local image `ID` for a given `type`. Optional when creating an instance with an existing root volume.
|
|
407
|
+
*
|
|
408
|
+
* You can check the available labels with our [CLI](https://www.scaleway.com/en/docs/compute/instances/api-cli/creating-managing-instances-with-cliv2/). ```scw marketplace image list```
|
|
409
|
+
*
|
|
410
|
+
* To retrieve more information by label please use: ```scw marketplace image get label=<LABEL>```
|
|
326
411
|
*/
|
|
327
412
|
image?: pulumi.Input<string>;
|
|
328
413
|
/**
|
|
329
|
-
*
|
|
414
|
+
* The ID of the reserved IP that is attached to the server.
|
|
330
415
|
*/
|
|
331
416
|
ipId?: pulumi.Input<string>;
|
|
417
|
+
/**
|
|
418
|
+
* List of ID of reserved IPs that are attached to the server. Cannot be used with `ipId`.
|
|
419
|
+
*/
|
|
420
|
+
ipIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
332
421
|
/**
|
|
333
422
|
* The default ipv6 address routed to the server. ( Only set when enableIpv6 is set to true )
|
|
334
423
|
*/
|
|
@@ -351,11 +440,13 @@ export interface InstanceServerState {
|
|
|
351
440
|
organizationId?: pulumi.Input<string>;
|
|
352
441
|
/**
|
|
353
442
|
* The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the server is attached to.
|
|
443
|
+
*
|
|
444
|
+
*
|
|
445
|
+
* > **Important:** When updating `placementGroupId` the `state` must be set to `stopped`, otherwise it will fail.
|
|
354
446
|
*/
|
|
355
447
|
placementGroupId?: pulumi.Input<string>;
|
|
356
448
|
/**
|
|
357
449
|
* True when the placement group policy is respected.
|
|
358
|
-
* - `rootVolume`
|
|
359
450
|
*/
|
|
360
451
|
placementGroupPolicyRespected?: pulumi.Input<boolean>;
|
|
361
452
|
/**
|
|
@@ -372,13 +463,27 @@ export interface InstanceServerState {
|
|
|
372
463
|
*/
|
|
373
464
|
projectId?: pulumi.Input<string>;
|
|
374
465
|
/**
|
|
375
|
-
* The public
|
|
466
|
+
* The public IP address of the server.
|
|
376
467
|
*/
|
|
377
468
|
publicIp?: pulumi.Input<string>;
|
|
469
|
+
/**
|
|
470
|
+
* The list of public IPs of the server.
|
|
471
|
+
*/
|
|
472
|
+
publicIps?: pulumi.Input<pulumi.Input<inputs.InstanceServerPublicIp>[]>;
|
|
473
|
+
/**
|
|
474
|
+
* If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
|
|
475
|
+
*/
|
|
476
|
+
replaceOnTypeChange?: pulumi.Input<boolean>;
|
|
378
477
|
/**
|
|
379
478
|
* Root [volume](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39) attached to the server on creation.
|
|
380
479
|
*/
|
|
381
480
|
rootVolume?: pulumi.Input<inputs.InstanceServerRootVolume>;
|
|
481
|
+
/**
|
|
482
|
+
* If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
|
483
|
+
*
|
|
484
|
+
* > **Important:** Enabling routed ip will restart the server
|
|
485
|
+
*/
|
|
486
|
+
routedIpEnabled?: pulumi.Input<boolean>;
|
|
382
487
|
/**
|
|
383
488
|
* The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
|
|
384
489
|
*/
|
|
@@ -394,11 +499,19 @@ export interface InstanceServerState {
|
|
|
394
499
|
/**
|
|
395
500
|
* The commercial type of the server.
|
|
396
501
|
* You find all the available types on the [pricing page](https://www.scaleway.com/en/pricing/).
|
|
397
|
-
* Updates to this field will
|
|
502
|
+
* Updates to this field will migrate the server, local storage constraint must be respected. [More info](https://www.scaleway.com/en/docs/compute/instances/api-cli/migrating-instances/).
|
|
503
|
+
* Use `replaceOnTypeChange` to trigger replacement instead of migration.
|
|
504
|
+
*
|
|
505
|
+
* > **Important:** If `type` change and migration occurs, the server will be stopped and changed backed to its original state. It will be started again if it was running.
|
|
398
506
|
*/
|
|
399
507
|
type?: pulumi.Input<string>;
|
|
400
508
|
/**
|
|
401
|
-
* The user data associated with the server
|
|
509
|
+
* The user data associated with the server.
|
|
510
|
+
* Use the `cloud-init` key to use [cloud-init](https://cloudinit.readthedocs.io/en/latest/) on your instance.
|
|
511
|
+
* You can define values using:
|
|
512
|
+
* - string
|
|
513
|
+
* - UTF-8 encoded file content using file
|
|
514
|
+
* - Binary files using filebase64.
|
|
402
515
|
*/
|
|
403
516
|
userData?: pulumi.Input<{
|
|
404
517
|
[key: string]: pulumi.Input<string>;
|
|
@@ -415,6 +528,10 @@ export interface InstanceServerArgs {
|
|
|
415
528
|
/**
|
|
416
529
|
* The [additional volumes](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39)
|
|
417
530
|
* attached to the server. Updates to this field will trigger a stop/start of the server.
|
|
531
|
+
*
|
|
532
|
+
* > **Important:** If this field contains local volumes, the `state` must be set to `stopped`, otherwise it will fail.
|
|
533
|
+
*
|
|
534
|
+
* > **Important:** If this field contains local volumes, you have to first detach them, in one apply, and then delete the volume in another apply.
|
|
418
535
|
*/
|
|
419
536
|
additionalVolumeIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
420
537
|
/**
|
|
@@ -440,18 +557,29 @@ export interface InstanceServerArgs {
|
|
|
440
557
|
/**
|
|
441
558
|
* The UUID or the label of the base image used by the server. You can use [this endpoint](https://api-marketplace.scaleway.com/images?page=1&per_page=100)
|
|
442
559
|
* to find either the right `label` or the right local image `ID` for a given `type`. Optional when creating an instance with an existing root volume.
|
|
560
|
+
*
|
|
561
|
+
* You can check the available labels with our [CLI](https://www.scaleway.com/en/docs/compute/instances/api-cli/creating-managing-instances-with-cliv2/). ```scw marketplace image list```
|
|
562
|
+
*
|
|
563
|
+
* To retrieve more information by label please use: ```scw marketplace image get label=<LABEL>```
|
|
443
564
|
*/
|
|
444
565
|
image?: pulumi.Input<string>;
|
|
445
566
|
/**
|
|
446
|
-
*
|
|
567
|
+
* The ID of the reserved IP that is attached to the server.
|
|
447
568
|
*/
|
|
448
569
|
ipId?: pulumi.Input<string>;
|
|
570
|
+
/**
|
|
571
|
+
* List of ID of reserved IPs that are attached to the server. Cannot be used with `ipId`.
|
|
572
|
+
*/
|
|
573
|
+
ipIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
449
574
|
/**
|
|
450
575
|
* The name of the server.
|
|
451
576
|
*/
|
|
452
577
|
name?: pulumi.Input<string>;
|
|
453
578
|
/**
|
|
454
579
|
* The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the server is attached to.
|
|
580
|
+
*
|
|
581
|
+
*
|
|
582
|
+
* > **Important:** When updating `placementGroupId` the `state` must be set to `stopped`, otherwise it will fail.
|
|
455
583
|
*/
|
|
456
584
|
placementGroupId?: pulumi.Input<string>;
|
|
457
585
|
/**
|
|
@@ -463,10 +591,24 @@ export interface InstanceServerArgs {
|
|
|
463
591
|
* `projectId`) The ID of the project the server is associated with.
|
|
464
592
|
*/
|
|
465
593
|
projectId?: pulumi.Input<string>;
|
|
594
|
+
/**
|
|
595
|
+
* The list of public IPs of the server.
|
|
596
|
+
*/
|
|
597
|
+
publicIps?: pulumi.Input<pulumi.Input<inputs.InstanceServerPublicIp>[]>;
|
|
598
|
+
/**
|
|
599
|
+
* If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
|
|
600
|
+
*/
|
|
601
|
+
replaceOnTypeChange?: pulumi.Input<boolean>;
|
|
466
602
|
/**
|
|
467
603
|
* Root [volume](https://developers.scaleway.com/en/products/instance/api/#volumes-7e8a39) attached to the server on creation.
|
|
468
604
|
*/
|
|
469
605
|
rootVolume?: pulumi.Input<inputs.InstanceServerRootVolume>;
|
|
606
|
+
/**
|
|
607
|
+
* If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
|
608
|
+
*
|
|
609
|
+
* > **Important:** Enabling routed ip will restart the server
|
|
610
|
+
*/
|
|
611
|
+
routedIpEnabled?: pulumi.Input<boolean>;
|
|
470
612
|
/**
|
|
471
613
|
* The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
|
|
472
614
|
*/
|
|
@@ -482,11 +624,19 @@ export interface InstanceServerArgs {
|
|
|
482
624
|
/**
|
|
483
625
|
* The commercial type of the server.
|
|
484
626
|
* You find all the available types on the [pricing page](https://www.scaleway.com/en/pricing/).
|
|
485
|
-
* Updates to this field will
|
|
627
|
+
* Updates to this field will migrate the server, local storage constraint must be respected. [More info](https://www.scaleway.com/en/docs/compute/instances/api-cli/migrating-instances/).
|
|
628
|
+
* Use `replaceOnTypeChange` to trigger replacement instead of migration.
|
|
629
|
+
*
|
|
630
|
+
* > **Important:** If `type` change and migration occurs, the server will be stopped and changed backed to its original state. It will be started again if it was running.
|
|
486
631
|
*/
|
|
487
632
|
type: pulumi.Input<string>;
|
|
488
633
|
/**
|
|
489
|
-
* The user data associated with the server
|
|
634
|
+
* The user data associated with the server.
|
|
635
|
+
* Use the `cloud-init` key to use [cloud-init](https://cloudinit.readthedocs.io/en/latest/) on your instance.
|
|
636
|
+
* You can define values using:
|
|
637
|
+
* - string
|
|
638
|
+
* - UTF-8 encoded file content using file
|
|
639
|
+
* - Binary files using filebase64.
|
|
490
640
|
*/
|
|
491
641
|
userData?: pulumi.Input<{
|
|
492
642
|
[key: string]: pulumi.Input<string>;
|
package/instanceServer.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
21
21
|
* const publicIp = new scaleway.InstanceIp("publicIp", {});
|
|
22
22
|
* const web = new scaleway.InstanceServer("web", {
|
|
23
23
|
* type: "DEV1-S",
|
|
24
|
-
* image: "
|
|
24
|
+
* image: "ubuntu_jammy",
|
|
25
25
|
* ipId: publicIp.id,
|
|
26
26
|
* });
|
|
27
27
|
* ```
|
|
@@ -38,7 +38,7 @@ const utilities = require("./utilities");
|
|
|
38
38
|
* });
|
|
39
39
|
* const web = new scaleway.InstanceServer("web", {
|
|
40
40
|
* type: "DEV1-S",
|
|
41
|
-
* image: "
|
|
41
|
+
* image: "ubuntu_jammy",
|
|
42
42
|
* tags: [
|
|
43
43
|
* "hello",
|
|
44
44
|
* "public",
|
|
@@ -99,7 +99,7 @@ const utilities = require("./utilities");
|
|
|
99
99
|
* });
|
|
100
100
|
* const web = new scaleway.InstanceServer("web", {
|
|
101
101
|
* type: "DEV1-S",
|
|
102
|
-
* image: "
|
|
102
|
+
* image: "ubuntu_jammy",
|
|
103
103
|
* securityGroupId: www.id,
|
|
104
104
|
* });
|
|
105
105
|
* ```
|
|
@@ -113,7 +113,7 @@ const utilities = require("./utilities");
|
|
|
113
113
|
*
|
|
114
114
|
* const web = new scaleway.InstanceServer("web", {
|
|
115
115
|
* type: "DEV1-S",
|
|
116
|
-
* image: "
|
|
116
|
+
* image: "ubuntu_jammy",
|
|
117
117
|
* userData: {
|
|
118
118
|
* foo: "bar",
|
|
119
119
|
* "cloud-init": fs.readFileSync(`${path.module}/cloud-init.yml`),
|
|
@@ -129,7 +129,7 @@ const utilities = require("./utilities");
|
|
|
129
129
|
*
|
|
130
130
|
* const pn01 = new scaleway.VpcPrivateNetwork("pn01", {});
|
|
131
131
|
* const base = new scaleway.InstanceServer("base", {
|
|
132
|
-
* image: "
|
|
132
|
+
* image: "ubuntu_jammy",
|
|
133
133
|
* type: "DEV1-S",
|
|
134
134
|
* privateNetworks: [{
|
|
135
135
|
* pnId: pn01.id,
|
|
@@ -137,6 +137,46 @@ const utilities = require("./utilities");
|
|
|
137
137
|
* });
|
|
138
138
|
* ```
|
|
139
139
|
*
|
|
140
|
+
* ### Root volume configuration
|
|
141
|
+
*
|
|
142
|
+
* #### Resized block volume with installed image
|
|
143
|
+
*
|
|
144
|
+
* ```typescript
|
|
145
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
146
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
147
|
+
*
|
|
148
|
+
* const image = new scaleway.InstanceServer("image", {
|
|
149
|
+
* image: "ubuntu_jammy",
|
|
150
|
+
* rootVolume: {
|
|
151
|
+
* sizeInGb: 100,
|
|
152
|
+
* volumeType: "b_ssd",
|
|
153
|
+
* },
|
|
154
|
+
* type: "PRO2-XXS",
|
|
155
|
+
* });
|
|
156
|
+
* ```
|
|
157
|
+
*
|
|
158
|
+
* #### From snapshot
|
|
159
|
+
*
|
|
160
|
+
* ```typescript
|
|
161
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
162
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
163
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
164
|
+
*
|
|
165
|
+
* const snapshot = scaleway.getInstanceSnapshot({
|
|
166
|
+
* name: "my_snapshot",
|
|
167
|
+
* });
|
|
168
|
+
* const fromSnapshotInstanceVolume = new scaleway.InstanceVolume("fromSnapshotInstanceVolume", {
|
|
169
|
+
* fromSnapshotId: snapshot.then(snapshot => snapshot.id),
|
|
170
|
+
* type: "b_ssd",
|
|
171
|
+
* });
|
|
172
|
+
* const fromSnapshotInstanceServer = new scaleway.InstanceServer("fromSnapshotInstanceServer", {
|
|
173
|
+
* type: "PRO2-XXS",
|
|
174
|
+
* rootVolume: {
|
|
175
|
+
* volumeId: fromSnapshotInstanceVolume.id,
|
|
176
|
+
* },
|
|
177
|
+
* });
|
|
178
|
+
* ```
|
|
179
|
+
*
|
|
140
180
|
* ## Private Network
|
|
141
181
|
*
|
|
142
182
|
* > **Important:** Updates to `privateNetwork` will recreate a new private network interface.
|
|
@@ -160,6 +200,28 @@ const utilities = require("./utilities");
|
|
|
160
200
|
* ```
|
|
161
201
|
*/
|
|
162
202
|
class InstanceServer extends pulumi.CustomResource {
|
|
203
|
+
/**
|
|
204
|
+
* Get an existing InstanceServer resource's state with the given name, ID, and optional extra
|
|
205
|
+
* properties used to qualify the lookup.
|
|
206
|
+
*
|
|
207
|
+
* @param name The _unique_ name of the resulting resource.
|
|
208
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
209
|
+
* @param state Any extra arguments used during the lookup.
|
|
210
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
211
|
+
*/
|
|
212
|
+
static get(name, id, state, opts) {
|
|
213
|
+
return new InstanceServer(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* Returns true if the given object is an instance of InstanceServer. This is designed to work even
|
|
217
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
218
|
+
*/
|
|
219
|
+
static isInstance(obj) {
|
|
220
|
+
if (obj === undefined || obj === null) {
|
|
221
|
+
return false;
|
|
222
|
+
}
|
|
223
|
+
return obj['__pulumiType'] === InstanceServer.__pulumiType;
|
|
224
|
+
}
|
|
163
225
|
constructor(name, argsOrState, opts) {
|
|
164
226
|
let resourceInputs = {};
|
|
165
227
|
opts = opts || {};
|
|
@@ -173,6 +235,7 @@ class InstanceServer extends pulumi.CustomResource {
|
|
|
173
235
|
resourceInputs["enableIpv6"] = state ? state.enableIpv6 : undefined;
|
|
174
236
|
resourceInputs["image"] = state ? state.image : undefined;
|
|
175
237
|
resourceInputs["ipId"] = state ? state.ipId : undefined;
|
|
238
|
+
resourceInputs["ipIds"] = state ? state.ipIds : undefined;
|
|
176
239
|
resourceInputs["ipv6Address"] = state ? state.ipv6Address : undefined;
|
|
177
240
|
resourceInputs["ipv6Gateway"] = state ? state.ipv6Gateway : undefined;
|
|
178
241
|
resourceInputs["ipv6PrefixLength"] = state ? state.ipv6PrefixLength : undefined;
|
|
@@ -184,7 +247,10 @@ class InstanceServer extends pulumi.CustomResource {
|
|
|
184
247
|
resourceInputs["privateNetworks"] = state ? state.privateNetworks : undefined;
|
|
185
248
|
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
186
249
|
resourceInputs["publicIp"] = state ? state.publicIp : undefined;
|
|
250
|
+
resourceInputs["publicIps"] = state ? state.publicIps : undefined;
|
|
251
|
+
resourceInputs["replaceOnTypeChange"] = state ? state.replaceOnTypeChange : undefined;
|
|
187
252
|
resourceInputs["rootVolume"] = state ? state.rootVolume : undefined;
|
|
253
|
+
resourceInputs["routedIpEnabled"] = state ? state.routedIpEnabled : undefined;
|
|
188
254
|
resourceInputs["securityGroupId"] = state ? state.securityGroupId : undefined;
|
|
189
255
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
190
256
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
@@ -205,11 +271,15 @@ class InstanceServer extends pulumi.CustomResource {
|
|
|
205
271
|
resourceInputs["enableIpv6"] = args ? args.enableIpv6 : undefined;
|
|
206
272
|
resourceInputs["image"] = args ? args.image : undefined;
|
|
207
273
|
resourceInputs["ipId"] = args ? args.ipId : undefined;
|
|
274
|
+
resourceInputs["ipIds"] = args ? args.ipIds : undefined;
|
|
208
275
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
209
276
|
resourceInputs["placementGroupId"] = args ? args.placementGroupId : undefined;
|
|
210
277
|
resourceInputs["privateNetworks"] = args ? args.privateNetworks : undefined;
|
|
211
278
|
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
279
|
+
resourceInputs["publicIps"] = args ? args.publicIps : undefined;
|
|
280
|
+
resourceInputs["replaceOnTypeChange"] = args ? args.replaceOnTypeChange : undefined;
|
|
212
281
|
resourceInputs["rootVolume"] = args ? args.rootVolume : undefined;
|
|
282
|
+
resourceInputs["routedIpEnabled"] = args ? args.routedIpEnabled : undefined;
|
|
213
283
|
resourceInputs["securityGroupId"] = args ? args.securityGroupId : undefined;
|
|
214
284
|
resourceInputs["state"] = args ? args.state : undefined;
|
|
215
285
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
@@ -227,28 +297,6 @@ class InstanceServer extends pulumi.CustomResource {
|
|
|
227
297
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
228
298
|
super(InstanceServer.__pulumiType, name, resourceInputs, opts);
|
|
229
299
|
}
|
|
230
|
-
/**
|
|
231
|
-
* Get an existing InstanceServer resource's state with the given name, ID, and optional extra
|
|
232
|
-
* properties used to qualify the lookup.
|
|
233
|
-
*
|
|
234
|
-
* @param name The _unique_ name of the resulting resource.
|
|
235
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
236
|
-
* @param state Any extra arguments used during the lookup.
|
|
237
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
238
|
-
*/
|
|
239
|
-
static get(name, id, state, opts) {
|
|
240
|
-
return new InstanceServer(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
241
|
-
}
|
|
242
|
-
/**
|
|
243
|
-
* Returns true if the given object is an instance of InstanceServer. This is designed to work even
|
|
244
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
245
|
-
*/
|
|
246
|
-
static isInstance(obj) {
|
|
247
|
-
if (obj === undefined || obj === null) {
|
|
248
|
-
return false;
|
|
249
|
-
}
|
|
250
|
-
return obj['__pulumiType'] === InstanceServer.__pulumiType;
|
|
251
|
-
}
|
|
252
300
|
}
|
|
253
301
|
exports.InstanceServer = InstanceServer;
|
|
254
302
|
/** @internal */
|
package/instanceServer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instanceServer.js","sourceRoot":"","sources":["../instanceServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"instanceServer.js","sourceRoot":"","sources":["../instanceServer.ts"],"names":[],"mappings":"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"}
|