@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/getVpcPublicGatewayIp.js
CHANGED
|
@@ -15,26 +15,42 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* ```typescript
|
|
16
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
17
|
* import * as scaleway from "@pulumi/scaleway";
|
|
18
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
18
19
|
*
|
|
19
20
|
* const main = new scaleway.VpcPublicGatewayIp("main", {});
|
|
20
|
-
* const ipById =
|
|
21
|
-
* ipId: id,
|
|
22
|
-
* })
|
|
21
|
+
* const ipById = scaleway.getVpcPublicGatewayIpOutput({
|
|
22
|
+
* ipId: main.id,
|
|
23
|
+
* });
|
|
23
24
|
* ```
|
|
24
25
|
*/
|
|
25
26
|
function getVpcPublicGatewayIp(args, opts) {
|
|
26
27
|
args = args || {};
|
|
27
|
-
|
|
28
|
-
opts = {};
|
|
29
|
-
}
|
|
30
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
29
|
return pulumi.runtime.invoke("scaleway:index/getVpcPublicGatewayIp:getVpcPublicGatewayIp", {
|
|
32
30
|
"ipId": args.ipId,
|
|
33
31
|
}, opts);
|
|
34
32
|
}
|
|
35
33
|
exports.getVpcPublicGatewayIp = getVpcPublicGatewayIp;
|
|
34
|
+
/**
|
|
35
|
+
* Gets information about a public gateway IP.
|
|
36
|
+
*
|
|
37
|
+
* For further information please check the API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-66f0c0)
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
44
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
45
|
+
*
|
|
46
|
+
* const main = new scaleway.VpcPublicGatewayIp("main", {});
|
|
47
|
+
* const ipById = scaleway.getVpcPublicGatewayIpOutput({
|
|
48
|
+
* ipId: main.id,
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
36
52
|
function getVpcPublicGatewayIpOutput(args, opts) {
|
|
37
|
-
return pulumi.output(args).apply(a => getVpcPublicGatewayIp(a, opts));
|
|
53
|
+
return pulumi.output(args).apply((a) => getVpcPublicGatewayIp(a, opts));
|
|
38
54
|
}
|
|
39
55
|
exports.getVpcPublicGatewayIpOutput = getVpcPublicGatewayIpOutput;
|
|
40
56
|
//# sourceMappingURL=getVpcPublicGatewayIp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcPublicGatewayIp.js","sourceRoot":"","sources":["../getVpcPublicGatewayIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getVpcPublicGatewayIp.js","sourceRoot":"","sources":["../getVpcPublicGatewayIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AA2BD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
|
package/getVpcPublicPatRule.d.ts
CHANGED
|
@@ -88,6 +88,46 @@ export interface GetVpcPublicPatRuleResult {
|
|
|
88
88
|
readonly updatedAt: string;
|
|
89
89
|
readonly zone?: string;
|
|
90
90
|
}
|
|
91
|
+
/**
|
|
92
|
+
* Gets information about a public gateway PAT rule. For further information please check the
|
|
93
|
+
* API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-8faeea)
|
|
94
|
+
*
|
|
95
|
+
* ## Example Usage
|
|
96
|
+
*
|
|
97
|
+
* ```typescript
|
|
98
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
99
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
100
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
101
|
+
*
|
|
102
|
+
* const pg01 = new scaleway.VpcPublicGateway("pg01", {type: "VPC-GW-S"});
|
|
103
|
+
* const dhcp01 = new scaleway.VpcPublicGatewayDhcp("dhcp01", {subnet: "192.168.1.0/24"});
|
|
104
|
+
* const pn01 = new scaleway.VpcPrivateNetwork("pn01", {});
|
|
105
|
+
* const gn01 = new scaleway.VpcGatewayNetwork("gn01", {
|
|
106
|
+
* gatewayId: pg01.id,
|
|
107
|
+
* privateNetworkId: pn01.id,
|
|
108
|
+
* dhcpId: dhcp01.id,
|
|
109
|
+
* cleanupDhcp: true,
|
|
110
|
+
* enableMasquerade: true,
|
|
111
|
+
* }, {
|
|
112
|
+
* dependsOn: [pn01],
|
|
113
|
+
* });
|
|
114
|
+
* const mainVpcPublicGatewayPatRule = new scaleway.VpcPublicGatewayPatRule("mainVpcPublicGatewayPatRule", {
|
|
115
|
+
* gatewayId: pg01.id,
|
|
116
|
+
* privateIp: dhcp01.address,
|
|
117
|
+
* privatePort: 42,
|
|
118
|
+
* publicPort: 42,
|
|
119
|
+
* protocol: "both",
|
|
120
|
+
* }, {
|
|
121
|
+
* dependsOn: [
|
|
122
|
+
* gn01,
|
|
123
|
+
* pn01,
|
|
124
|
+
* ],
|
|
125
|
+
* });
|
|
126
|
+
* const mainVpcPublicPatRule = scaleway.getVpcPublicPatRuleOutput({
|
|
127
|
+
* patRuleId: mainVpcPublicGatewayPatRule.id,
|
|
128
|
+
* });
|
|
129
|
+
* ```
|
|
130
|
+
*/
|
|
91
131
|
export declare function getVpcPublicPatRuleOutput(args: GetVpcPublicPatRuleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVpcPublicPatRuleResult>;
|
|
92
132
|
/**
|
|
93
133
|
* A collection of arguments for invoking getVpcPublicPatRule.
|
package/getVpcPublicPatRule.js
CHANGED
|
@@ -46,18 +46,55 @@ const utilities = require("./utilities");
|
|
|
46
46
|
* ```
|
|
47
47
|
*/
|
|
48
48
|
function getVpcPublicPatRule(args, opts) {
|
|
49
|
-
|
|
50
|
-
opts = {};
|
|
51
|
-
}
|
|
52
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
50
|
return pulumi.runtime.invoke("scaleway:index/getVpcPublicPatRule:getVpcPublicPatRule", {
|
|
54
51
|
"patRuleId": args.patRuleId,
|
|
55
52
|
"zone": args.zone,
|
|
56
53
|
}, opts);
|
|
57
54
|
}
|
|
58
55
|
exports.getVpcPublicPatRule = getVpcPublicPatRule;
|
|
56
|
+
/**
|
|
57
|
+
* Gets information about a public gateway PAT rule. For further information please check the
|
|
58
|
+
* API [documentation](https://developers.scaleway.com/en/products/vpc-gw/api/v1/#get-8faeea)
|
|
59
|
+
*
|
|
60
|
+
* ## Example Usage
|
|
61
|
+
*
|
|
62
|
+
* ```typescript
|
|
63
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
64
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
65
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
66
|
+
*
|
|
67
|
+
* const pg01 = new scaleway.VpcPublicGateway("pg01", {type: "VPC-GW-S"});
|
|
68
|
+
* const dhcp01 = new scaleway.VpcPublicGatewayDhcp("dhcp01", {subnet: "192.168.1.0/24"});
|
|
69
|
+
* const pn01 = new scaleway.VpcPrivateNetwork("pn01", {});
|
|
70
|
+
* const gn01 = new scaleway.VpcGatewayNetwork("gn01", {
|
|
71
|
+
* gatewayId: pg01.id,
|
|
72
|
+
* privateNetworkId: pn01.id,
|
|
73
|
+
* dhcpId: dhcp01.id,
|
|
74
|
+
* cleanupDhcp: true,
|
|
75
|
+
* enableMasquerade: true,
|
|
76
|
+
* }, {
|
|
77
|
+
* dependsOn: [pn01],
|
|
78
|
+
* });
|
|
79
|
+
* const mainVpcPublicGatewayPatRule = new scaleway.VpcPublicGatewayPatRule("mainVpcPublicGatewayPatRule", {
|
|
80
|
+
* gatewayId: pg01.id,
|
|
81
|
+
* privateIp: dhcp01.address,
|
|
82
|
+
* privatePort: 42,
|
|
83
|
+
* publicPort: 42,
|
|
84
|
+
* protocol: "both",
|
|
85
|
+
* }, {
|
|
86
|
+
* dependsOn: [
|
|
87
|
+
* gn01,
|
|
88
|
+
* pn01,
|
|
89
|
+
* ],
|
|
90
|
+
* });
|
|
91
|
+
* const mainVpcPublicPatRule = scaleway.getVpcPublicPatRuleOutput({
|
|
92
|
+
* patRuleId: mainVpcPublicGatewayPatRule.id,
|
|
93
|
+
* });
|
|
94
|
+
* ```
|
|
95
|
+
*/
|
|
59
96
|
function getVpcPublicPatRuleOutput(args, opts) {
|
|
60
|
-
return pulumi.output(args).apply(a => getVpcPublicPatRule(a, opts));
|
|
97
|
+
return pulumi.output(args).apply((a) => getVpcPublicPatRule(a, opts));
|
|
61
98
|
}
|
|
62
99
|
exports.getVpcPublicPatRuleOutput = getVpcPublicPatRuleOutput;
|
|
63
100
|
//# sourceMappingURL=getVpcPublicPatRule.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcPublicPatRule.js","sourceRoot":"","sources":["../getVpcPublicPatRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getVpcPublicPatRule.js","sourceRoot":"","sources":["../getVpcPublicPatRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAmDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
package/getVpcs.d.ts
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets information about multiple Virtual Private Clouds.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
11
|
+
*
|
|
12
|
+
* const myKey = scaleway.getVpcs({
|
|
13
|
+
* name: "tf-vpc-datasource",
|
|
14
|
+
* region: "nl-ams",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getVpcs(args?: GetVpcsArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcsResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getVpcs.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetVpcsArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The VPC name used as filter. VPCs with a name like it are listed.
|
|
25
|
+
*/
|
|
26
|
+
name?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The ID of the project the VPC is associated with.
|
|
29
|
+
*/
|
|
30
|
+
projectId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* `region`). The region in which vpcs exist.
|
|
33
|
+
*/
|
|
34
|
+
region?: string;
|
|
35
|
+
/**
|
|
36
|
+
* List of tags used as filter. VPCs with these exact tags are listed.
|
|
37
|
+
*/
|
|
38
|
+
tags?: string[];
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A collection of values returned by getVpcs.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetVpcsResult {
|
|
44
|
+
/**
|
|
45
|
+
* The provider-assigned unique ID for this managed resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
readonly name?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The organization ID the VPC is associated with.
|
|
51
|
+
*/
|
|
52
|
+
readonly organizationId: string;
|
|
53
|
+
/**
|
|
54
|
+
* The ID of the project the VPC is associated with.
|
|
55
|
+
*/
|
|
56
|
+
readonly projectId: string;
|
|
57
|
+
readonly region: string;
|
|
58
|
+
readonly tags?: string[];
|
|
59
|
+
/**
|
|
60
|
+
* List of found vpcs
|
|
61
|
+
*/
|
|
62
|
+
readonly vpcs: outputs.GetVpcsVpc[];
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Gets information about multiple Virtual Private Clouds.
|
|
66
|
+
*
|
|
67
|
+
* ## Example Usage
|
|
68
|
+
*
|
|
69
|
+
* ```typescript
|
|
70
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
71
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
72
|
+
*
|
|
73
|
+
* const myKey = scaleway.getVpcs({
|
|
74
|
+
* name: "tf-vpc-datasource",
|
|
75
|
+
* region: "nl-ams",
|
|
76
|
+
* });
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
export declare function getVpcsOutput(args?: GetVpcsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVpcsResult>;
|
|
80
|
+
/**
|
|
81
|
+
* A collection of arguments for invoking getVpcs.
|
|
82
|
+
*/
|
|
83
|
+
export interface GetVpcsOutputArgs {
|
|
84
|
+
/**
|
|
85
|
+
* The VPC name used as filter. VPCs with a name like it are listed.
|
|
86
|
+
*/
|
|
87
|
+
name?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The ID of the project the VPC is associated with.
|
|
90
|
+
*/
|
|
91
|
+
projectId?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* `region`). The region in which vpcs exist.
|
|
94
|
+
*/
|
|
95
|
+
region?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* List of tags used as filter. VPCs with these exact tags are listed.
|
|
98
|
+
*/
|
|
99
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
100
|
+
}
|
package/getVpcs.js
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
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.getVpcsOutput = exports.getVpcs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about multiple Virtual Private Clouds.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
16
|
+
*
|
|
17
|
+
* const myKey = scaleway.getVpcs({
|
|
18
|
+
* name: "tf-vpc-datasource",
|
|
19
|
+
* region: "nl-ams",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getVpcs(args, opts) {
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("scaleway:index/getVpcs:getVpcs", {
|
|
27
|
+
"name": args.name,
|
|
28
|
+
"projectId": args.projectId,
|
|
29
|
+
"region": args.region,
|
|
30
|
+
"tags": args.tags,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getVpcs = getVpcs;
|
|
34
|
+
/**
|
|
35
|
+
* Gets information about multiple Virtual Private Clouds.
|
|
36
|
+
*
|
|
37
|
+
* ## Example Usage
|
|
38
|
+
*
|
|
39
|
+
* ```typescript
|
|
40
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
42
|
+
*
|
|
43
|
+
* const myKey = scaleway.getVpcs({
|
|
44
|
+
* name: "tf-vpc-datasource",
|
|
45
|
+
* region: "nl-ams",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getVpcsOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => getVpcs(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getVpcsOutput = getVpcsOutput;
|
|
53
|
+
//# sourceMappingURL=getVpcs.js.map
|
package/getVpcs.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVpcs.js","sourceRoot":"","sources":["../getVpcs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0BAUC;AAgDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets information about a webhosting offer.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
11
|
+
*
|
|
12
|
+
* const byName = scaleway.getWebHostOffer({
|
|
13
|
+
* name: "performance",
|
|
14
|
+
* });
|
|
15
|
+
* const byId = scaleway.getWebHostOffer({
|
|
16
|
+
* offerId: "de2426b4-a9e9-11ec-b909-0242ac120002",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getWebHostOffer(args?: GetWebHostOfferArgs, opts?: pulumi.InvokeOptions): Promise<GetWebHostOfferResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getWebHostOffer.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetWebHostOfferArgs {
|
|
25
|
+
/**
|
|
26
|
+
* The offer name. Only one of `name` and `offerId` should be specified.
|
|
27
|
+
*/
|
|
28
|
+
name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The offer id. Only one of `name` and `offerId` should be specified.
|
|
31
|
+
*/
|
|
32
|
+
offerId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* `region`) The region in which offer exists.
|
|
35
|
+
*/
|
|
36
|
+
region?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* A collection of values returned by getWebHostOffer.
|
|
40
|
+
*/
|
|
41
|
+
export interface GetWebHostOfferResult {
|
|
42
|
+
/**
|
|
43
|
+
* The unique identifier used for billing.
|
|
44
|
+
*/
|
|
45
|
+
readonly billingOperationPath: string;
|
|
46
|
+
/**
|
|
47
|
+
* The provider-assigned unique ID for this managed resource.
|
|
48
|
+
*/
|
|
49
|
+
readonly id: string;
|
|
50
|
+
readonly name?: string;
|
|
51
|
+
readonly offerId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The offer price.
|
|
54
|
+
*/
|
|
55
|
+
readonly price: string;
|
|
56
|
+
/**
|
|
57
|
+
* The offer product.
|
|
58
|
+
*/
|
|
59
|
+
readonly products: outputs.GetWebHostOfferProduct[];
|
|
60
|
+
readonly region: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Gets information about a webhosting offer.
|
|
64
|
+
*
|
|
65
|
+
* ## Example Usage
|
|
66
|
+
*
|
|
67
|
+
* ```typescript
|
|
68
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
69
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
70
|
+
*
|
|
71
|
+
* const byName = scaleway.getWebHostOffer({
|
|
72
|
+
* name: "performance",
|
|
73
|
+
* });
|
|
74
|
+
* const byId = scaleway.getWebHostOffer({
|
|
75
|
+
* offerId: "de2426b4-a9e9-11ec-b909-0242ac120002",
|
|
76
|
+
* });
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
export declare function getWebHostOfferOutput(args?: GetWebHostOfferOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetWebHostOfferResult>;
|
|
80
|
+
/**
|
|
81
|
+
* A collection of arguments for invoking getWebHostOffer.
|
|
82
|
+
*/
|
|
83
|
+
export interface GetWebHostOfferOutputArgs {
|
|
84
|
+
/**
|
|
85
|
+
* The offer name. Only one of `name` and `offerId` should be specified.
|
|
86
|
+
*/
|
|
87
|
+
name?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The offer id. Only one of `name` and `offerId` should be specified.
|
|
90
|
+
*/
|
|
91
|
+
offerId?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* `region`) The region in which offer exists.
|
|
94
|
+
*/
|
|
95
|
+
region?: pulumi.Input<string>;
|
|
96
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.getWebHostOfferOutput = exports.getWebHostOffer = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about a webhosting offer.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
16
|
+
*
|
|
17
|
+
* const byName = scaleway.getWebHostOffer({
|
|
18
|
+
* name: "performance",
|
|
19
|
+
* });
|
|
20
|
+
* const byId = scaleway.getWebHostOffer({
|
|
21
|
+
* offerId: "de2426b4-a9e9-11ec-b909-0242ac120002",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getWebHostOffer(args, opts) {
|
|
26
|
+
args = args || {};
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("scaleway:index/getWebHostOffer:getWebHostOffer", {
|
|
29
|
+
"name": args.name,
|
|
30
|
+
"offerId": args.offerId,
|
|
31
|
+
"region": args.region,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getWebHostOffer = getWebHostOffer;
|
|
35
|
+
/**
|
|
36
|
+
* Gets information about a webhosting offer.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
43
|
+
*
|
|
44
|
+
* const byName = scaleway.getWebHostOffer({
|
|
45
|
+
* name: "performance",
|
|
46
|
+
* });
|
|
47
|
+
* const byId = scaleway.getWebHostOffer({
|
|
48
|
+
* offerId: "de2426b4-a9e9-11ec-b909-0242ac120002",
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
function getWebHostOfferOutput(args, opts) {
|
|
53
|
+
return pulumi.output(args).apply((a) => getWebHostOffer(a, opts));
|
|
54
|
+
}
|
|
55
|
+
exports.getWebHostOfferOutput = getWebHostOfferOutput;
|
|
56
|
+
//# sourceMappingURL=getWebHostOffer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWebHostOffer.js","sourceRoot":"","sources":["../getWebHostOffer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA4CD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets information about a webhosting.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
11
|
+
*
|
|
12
|
+
* const byDomain = scaleway.getWebhosting({
|
|
13
|
+
* domain: "foobar.com",
|
|
14
|
+
* });
|
|
15
|
+
* const byId = scaleway.getWebhosting({
|
|
16
|
+
* webhostingId: "11111111-1111-1111-1111-111111111111",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getWebhosting(args?: GetWebhostingArgs, opts?: pulumi.InvokeOptions): Promise<GetWebhostingResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getWebhosting.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetWebhostingArgs {
|
|
25
|
+
/**
|
|
26
|
+
* The hosting domain name. Only one of `domain` and `webhostingId` should be specified.
|
|
27
|
+
*/
|
|
28
|
+
domain?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The ID of the organization the hosting is associated with.
|
|
31
|
+
*/
|
|
32
|
+
organizationId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* `projectId`) The ID of the project the hosting is associated with.
|
|
35
|
+
*/
|
|
36
|
+
projectId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The hosting id. Only one of `domain` and `webhostingId` should be specified.
|
|
39
|
+
*/
|
|
40
|
+
webhostingId?: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* A collection of values returned by getWebhosting.
|
|
44
|
+
*/
|
|
45
|
+
export interface GetWebhostingResult {
|
|
46
|
+
readonly cpanelUrls: outputs.GetWebhostingCpanelUrl[];
|
|
47
|
+
readonly createdAt: string;
|
|
48
|
+
readonly dnsStatus: string;
|
|
49
|
+
readonly domain?: string;
|
|
50
|
+
readonly email: string;
|
|
51
|
+
/**
|
|
52
|
+
* The provider-assigned unique ID for this managed resource.
|
|
53
|
+
*/
|
|
54
|
+
readonly id: string;
|
|
55
|
+
readonly offerId: string;
|
|
56
|
+
readonly offerName: string;
|
|
57
|
+
readonly optionIds: string[];
|
|
58
|
+
readonly options: outputs.GetWebhostingOption[];
|
|
59
|
+
readonly organizationId: string;
|
|
60
|
+
readonly platformHostname: string;
|
|
61
|
+
readonly platformNumber: number;
|
|
62
|
+
readonly projectId?: string;
|
|
63
|
+
readonly region: string;
|
|
64
|
+
readonly status: string;
|
|
65
|
+
readonly tags: string[];
|
|
66
|
+
readonly updatedAt: string;
|
|
67
|
+
readonly username: string;
|
|
68
|
+
readonly webhostingId?: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Gets information about a webhosting.
|
|
72
|
+
*
|
|
73
|
+
* ## Example Usage
|
|
74
|
+
*
|
|
75
|
+
* ```typescript
|
|
76
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
77
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
78
|
+
*
|
|
79
|
+
* const byDomain = scaleway.getWebhosting({
|
|
80
|
+
* domain: "foobar.com",
|
|
81
|
+
* });
|
|
82
|
+
* const byId = scaleway.getWebhosting({
|
|
83
|
+
* webhostingId: "11111111-1111-1111-1111-111111111111",
|
|
84
|
+
* });
|
|
85
|
+
* ```
|
|
86
|
+
*/
|
|
87
|
+
export declare function getWebhostingOutput(args?: GetWebhostingOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetWebhostingResult>;
|
|
88
|
+
/**
|
|
89
|
+
* A collection of arguments for invoking getWebhosting.
|
|
90
|
+
*/
|
|
91
|
+
export interface GetWebhostingOutputArgs {
|
|
92
|
+
/**
|
|
93
|
+
* The hosting domain name. Only one of `domain` and `webhostingId` should be specified.
|
|
94
|
+
*/
|
|
95
|
+
domain?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The ID of the organization the hosting is associated with.
|
|
98
|
+
*/
|
|
99
|
+
organizationId?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* `projectId`) The ID of the project the hosting is associated with.
|
|
102
|
+
*/
|
|
103
|
+
projectId?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The hosting id. Only one of `domain` and `webhostingId` should be specified.
|
|
106
|
+
*/
|
|
107
|
+
webhostingId?: pulumi.Input<string>;
|
|
108
|
+
}
|
package/getWebhosting.js
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
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.getWebhostingOutput = exports.getWebhosting = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about a webhosting.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
16
|
+
*
|
|
17
|
+
* const byDomain = scaleway.getWebhosting({
|
|
18
|
+
* domain: "foobar.com",
|
|
19
|
+
* });
|
|
20
|
+
* const byId = scaleway.getWebhosting({
|
|
21
|
+
* webhostingId: "11111111-1111-1111-1111-111111111111",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getWebhosting(args, opts) {
|
|
26
|
+
args = args || {};
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("scaleway:index/getWebhosting:getWebhosting", {
|
|
29
|
+
"domain": args.domain,
|
|
30
|
+
"organizationId": args.organizationId,
|
|
31
|
+
"projectId": args.projectId,
|
|
32
|
+
"webhostingId": args.webhostingId,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getWebhosting = getWebhosting;
|
|
36
|
+
/**
|
|
37
|
+
* Gets information about a webhosting.
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
44
|
+
*
|
|
45
|
+
* const byDomain = scaleway.getWebhosting({
|
|
46
|
+
* domain: "foobar.com",
|
|
47
|
+
* });
|
|
48
|
+
* const byId = scaleway.getWebhosting({
|
|
49
|
+
* webhostingId: "11111111-1111-1111-1111-111111111111",
|
|
50
|
+
* });
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
function getWebhostingOutput(args, opts) {
|
|
54
|
+
return pulumi.output(args).apply((a) => getWebhosting(a, opts));
|
|
55
|
+
}
|
|
56
|
+
exports.getWebhostingOutput = getWebhostingOutput;
|
|
57
|
+
//# sourceMappingURL=getWebhosting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWebhosting.js","sourceRoot":"","sources":["../getWebhosting.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AAoDD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|