@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
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDocumentdbLoadBalancerEndpointOutput = exports.getDocumentdbLoadBalancerEndpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getDocumentdbLoadBalancerEndpoint(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
+
return pulumi.runtime.invoke("scaleway:index/getDocumentdbLoadBalancerEndpoint:getDocumentdbLoadBalancerEndpoint", {
|
|
12
|
+
"instanceId": args.instanceId,
|
|
13
|
+
"instanceName": args.instanceName,
|
|
14
|
+
"projectId": args.projectId,
|
|
15
|
+
"region": args.region,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getDocumentdbLoadBalancerEndpoint = getDocumentdbLoadBalancerEndpoint;
|
|
19
|
+
function getDocumentdbLoadBalancerEndpointOutput(args, opts) {
|
|
20
|
+
return pulumi.output(args).apply((a) => getDocumentdbLoadBalancerEndpoint(a, opts));
|
|
21
|
+
}
|
|
22
|
+
exports.getDocumentdbLoadBalancerEndpointOutput = getDocumentdbLoadBalancerEndpointOutput;
|
|
23
|
+
//# sourceMappingURL=getDocumentdbLoadBalancerEndpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDocumentdbLoadBalancerEndpoint.js","sourceRoot":"","sources":["../getDocumentdbLoadBalancerEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAA2B;IACvH,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,oFAAoF,EAAE;QAC/G,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8EAUC;AA6BD,SAAgB,uCAAuC,CAAC,IAAkD,EAAE,IAA2B;IACnI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iCAAiC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5F,CAAC;AAFD,0FAEC"}
|
package/getDomainRecord.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Gets information about a domain record.
|
|
5
5
|
*
|
|
@@ -9,18 +9,16 @@ import { output as outputs } from "./types";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as scaleway from "@pulumi/scaleway";
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* const byContent = pulumi.output(scaleway.getDomainRecord({
|
|
12
|
+
* const byContent = scaleway.getDomainRecord({
|
|
14
13
|
* data: "1.2.3.4",
|
|
15
14
|
* dnsZone: "domain.tld",
|
|
16
15
|
* name: "www",
|
|
17
16
|
* type: "A",
|
|
18
|
-
* })
|
|
19
|
-
*
|
|
20
|
-
* const byId = pulumi.output(scaleway.getDomainRecord({
|
|
17
|
+
* });
|
|
18
|
+
* const byId = scaleway.getDomainRecord({
|
|
21
19
|
* dnsZone: "domain.tld",
|
|
22
20
|
* recordId: "11111111-1111-1111-1111-111111111111",
|
|
23
|
-
* })
|
|
21
|
+
* });
|
|
24
22
|
* ```
|
|
25
23
|
*/
|
|
26
24
|
export declare function getDomainRecord(args?: GetDomainRecordArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainRecordResult>;
|
|
@@ -94,6 +92,27 @@ export interface GetDomainRecordResult {
|
|
|
94
92
|
*/
|
|
95
93
|
readonly weighteds: outputs.GetDomainRecordWeighted[];
|
|
96
94
|
}
|
|
95
|
+
/**
|
|
96
|
+
* Gets information about a domain record.
|
|
97
|
+
*
|
|
98
|
+
* ## Example Usage
|
|
99
|
+
*
|
|
100
|
+
* ```typescript
|
|
101
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
102
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
103
|
+
*
|
|
104
|
+
* const byContent = scaleway.getDomainRecord({
|
|
105
|
+
* data: "1.2.3.4",
|
|
106
|
+
* dnsZone: "domain.tld",
|
|
107
|
+
* name: "www",
|
|
108
|
+
* type: "A",
|
|
109
|
+
* });
|
|
110
|
+
* const byId = scaleway.getDomainRecord({
|
|
111
|
+
* dnsZone: "domain.tld",
|
|
112
|
+
* recordId: "11111111-1111-1111-1111-111111111111",
|
|
113
|
+
* });
|
|
114
|
+
* ```
|
|
115
|
+
*/
|
|
97
116
|
export declare function getDomainRecordOutput(args?: GetDomainRecordOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainRecordResult>;
|
|
98
117
|
/**
|
|
99
118
|
* A collection of arguments for invoking getDomainRecord.
|
package/getDomainRecord.js
CHANGED
|
@@ -14,26 +14,21 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scaleway from "@pulumi/scaleway";
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
* const byContent = pulumi.output(scaleway.getDomainRecord({
|
|
17
|
+
* const byContent = scaleway.getDomainRecord({
|
|
19
18
|
* data: "1.2.3.4",
|
|
20
19
|
* dnsZone: "domain.tld",
|
|
21
20
|
* name: "www",
|
|
22
21
|
* type: "A",
|
|
23
|
-
* })
|
|
24
|
-
*
|
|
25
|
-
* const byId = pulumi.output(scaleway.getDomainRecord({
|
|
22
|
+
* });
|
|
23
|
+
* const byId = scaleway.getDomainRecord({
|
|
26
24
|
* dnsZone: "domain.tld",
|
|
27
25
|
* recordId: "11111111-1111-1111-1111-111111111111",
|
|
28
|
-
* })
|
|
26
|
+
* });
|
|
29
27
|
* ```
|
|
30
28
|
*/
|
|
31
29
|
function getDomainRecord(args, opts) {
|
|
32
30
|
args = args || {};
|
|
33
|
-
|
|
34
|
-
opts = {};
|
|
35
|
-
}
|
|
36
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
37
32
|
return pulumi.runtime.invoke("scaleway:index/getDomainRecord:getDomainRecord", {
|
|
38
33
|
"data": args.data,
|
|
39
34
|
"dnsZone": args.dnsZone,
|
|
@@ -43,8 +38,29 @@ function getDomainRecord(args, opts) {
|
|
|
43
38
|
}, opts);
|
|
44
39
|
}
|
|
45
40
|
exports.getDomainRecord = getDomainRecord;
|
|
41
|
+
/**
|
|
42
|
+
* Gets information about a domain record.
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
49
|
+
*
|
|
50
|
+
* const byContent = scaleway.getDomainRecord({
|
|
51
|
+
* data: "1.2.3.4",
|
|
52
|
+
* dnsZone: "domain.tld",
|
|
53
|
+
* name: "www",
|
|
54
|
+
* type: "A",
|
|
55
|
+
* });
|
|
56
|
+
* const byId = scaleway.getDomainRecord({
|
|
57
|
+
* dnsZone: "domain.tld",
|
|
58
|
+
* recordId: "11111111-1111-1111-1111-111111111111",
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
46
62
|
function getDomainRecordOutput(args, opts) {
|
|
47
|
-
return pulumi.output(args).apply(a => getDomainRecord(a, opts));
|
|
63
|
+
return pulumi.output(args).apply((a) => getDomainRecord(a, opts));
|
|
48
64
|
}
|
|
49
65
|
exports.getDomainRecordOutput = getDomainRecordOutput;
|
|
50
66
|
//# sourceMappingURL=getDomainRecord.js.map
|
package/getDomainRecord.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDomainRecord.js","sourceRoot":"","sources":["../getDomainRecord.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getDomainRecord.js","sourceRoot":"","sources":["../getDomainRecord.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;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,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0CAWC;AAyED;;;;;;;;;;;;;;;;;;;;GAoBG;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"}
|
package/getDomainZone.d.ts
CHANGED
|
@@ -8,11 +8,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as scaleway from "@pulumi/scaleway";
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* const main = pulumi.output(scaleway.getDomainZone({
|
|
11
|
+
* const main = scaleway.getDomainZone({
|
|
13
12
|
* domain: "scaleway-terraform.com",
|
|
14
13
|
* subdomain: "test",
|
|
15
|
-
* })
|
|
14
|
+
* });
|
|
16
15
|
* ```
|
|
17
16
|
*/
|
|
18
17
|
export declare function getDomainZone(args?: GetDomainZoneArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainZoneResult>;
|
|
@@ -65,6 +64,21 @@ export interface GetDomainZoneResult {
|
|
|
65
64
|
*/
|
|
66
65
|
readonly updatedAt: string;
|
|
67
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* Gets information about a domain zone.
|
|
69
|
+
*
|
|
70
|
+
* ## Example Usage
|
|
71
|
+
*
|
|
72
|
+
* ```typescript
|
|
73
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
74
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
75
|
+
*
|
|
76
|
+
* const main = scaleway.getDomainZone({
|
|
77
|
+
* domain: "scaleway-terraform.com",
|
|
78
|
+
* subdomain: "test",
|
|
79
|
+
* });
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
68
82
|
export declare function getDomainZoneOutput(args?: GetDomainZoneOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainZoneResult>;
|
|
69
83
|
/**
|
|
70
84
|
* A collection of arguments for invoking getDomainZone.
|
package/getDomainZone.js
CHANGED
|
@@ -14,27 +14,38 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scaleway from "@pulumi/scaleway";
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
* const main = pulumi.output(scaleway.getDomainZone({
|
|
17
|
+
* const main = scaleway.getDomainZone({
|
|
19
18
|
* domain: "scaleway-terraform.com",
|
|
20
19
|
* subdomain: "test",
|
|
21
|
-
* })
|
|
20
|
+
* });
|
|
22
21
|
* ```
|
|
23
22
|
*/
|
|
24
23
|
function getDomainZone(args, opts) {
|
|
25
24
|
args = args || {};
|
|
26
|
-
|
|
27
|
-
opts = {};
|
|
28
|
-
}
|
|
29
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
26
|
return pulumi.runtime.invoke("scaleway:index/getDomainZone:getDomainZone", {
|
|
31
27
|
"domain": args.domain,
|
|
32
28
|
"subdomain": args.subdomain,
|
|
33
29
|
}, opts);
|
|
34
30
|
}
|
|
35
31
|
exports.getDomainZone = getDomainZone;
|
|
32
|
+
/**
|
|
33
|
+
* Gets information about a domain zone.
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
40
|
+
*
|
|
41
|
+
* const main = scaleway.getDomainZone({
|
|
42
|
+
* domain: "scaleway-terraform.com",
|
|
43
|
+
* subdomain: "test",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
36
47
|
function getDomainZoneOutput(args, opts) {
|
|
37
|
-
return pulumi.output(args).apply(a => getDomainZone(a, opts));
|
|
48
|
+
return pulumi.output(args).apply((a) => getDomainZone(a, opts));
|
|
38
49
|
}
|
|
39
50
|
exports.getDomainZoneOutput = getDomainZoneOutput;
|
|
40
51
|
//# sourceMappingURL=getDomainZone.js.map
|
package/getDomainZone.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDomainZone.js","sourceRoot":"","sources":["../getDomainZone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getDomainZone.js","sourceRoot":"","sources":["../getDomainZone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sCAQC;AAoDD;;;;;;;;;;;;;;GAcG;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"}
|
package/getFlexibleIp.d.ts
CHANGED
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Gets information about a Flexible IP.
|
|
4
|
-
*
|
|
5
|
-
* ## Example Usage
|
|
6
|
-
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as scaleway from "@pulumi/scaleway";
|
|
10
|
-
*
|
|
11
|
-
* // Get info by IP ID
|
|
12
|
-
* const myIp = pulumi.output(scaleway.getFlexibleIp({
|
|
13
|
-
* ipId: "11111111-1111-1111-1111-111111111111",
|
|
14
|
-
* }));
|
|
15
|
-
* ```
|
|
16
4
|
*/
|
|
17
5
|
export declare function getFlexibleIp(args?: GetFlexibleIpArgs, opts?: pulumi.InvokeOptions): Promise<GetFlexibleIpResult>;
|
|
18
6
|
/**
|
|
@@ -42,7 +30,7 @@ export interface GetFlexibleIpResult {
|
|
|
42
30
|
*/
|
|
43
31
|
readonly id: string;
|
|
44
32
|
readonly ipAddress?: string;
|
|
45
|
-
readonly
|
|
33
|
+
readonly isIpv6: boolean;
|
|
46
34
|
/**
|
|
47
35
|
* (Defaults to provider `organizationId`) The ID of the organization the IP is in.
|
|
48
36
|
*/
|
|
@@ -59,10 +47,14 @@ export interface GetFlexibleIpResult {
|
|
|
59
47
|
* The associated server ID if any
|
|
60
48
|
*/
|
|
61
49
|
readonly serverId: string;
|
|
50
|
+
readonly status: string;
|
|
62
51
|
readonly tags: string[];
|
|
63
52
|
readonly updatedAt: string;
|
|
64
53
|
readonly zone: string;
|
|
65
54
|
}
|
|
55
|
+
/**
|
|
56
|
+
* Gets information about a Flexible IP.
|
|
57
|
+
*/
|
|
66
58
|
export declare function getFlexibleIpOutput(args?: GetFlexibleIpOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFlexibleIpResult>;
|
|
67
59
|
/**
|
|
68
60
|
* A collection of arguments for invoking getFlexibleIp.
|
package/getFlexibleIp.js
CHANGED
|
@@ -7,25 +7,10 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Gets information about a Flexible IP.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as scaleway from "@pulumi/scaleway";
|
|
16
|
-
*
|
|
17
|
-
* // Get info by IP ID
|
|
18
|
-
* const myIp = pulumi.output(scaleway.getFlexibleIp({
|
|
19
|
-
* ipId: "11111111-1111-1111-1111-111111111111",
|
|
20
|
-
* }));
|
|
21
|
-
* ```
|
|
22
10
|
*/
|
|
23
11
|
function getFlexibleIp(args, opts) {
|
|
24
12
|
args = args || {};
|
|
25
|
-
|
|
26
|
-
opts = {};
|
|
27
|
-
}
|
|
28
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
14
|
return pulumi.runtime.invoke("scaleway:index/getFlexibleIp:getFlexibleIp", {
|
|
30
15
|
"flexibleIpId": args.flexibleIpId,
|
|
31
16
|
"ipAddress": args.ipAddress,
|
|
@@ -33,8 +18,11 @@ function getFlexibleIp(args, opts) {
|
|
|
33
18
|
}, opts);
|
|
34
19
|
}
|
|
35
20
|
exports.getFlexibleIp = getFlexibleIp;
|
|
21
|
+
/**
|
|
22
|
+
* Gets information about a Flexible IP.
|
|
23
|
+
*/
|
|
36
24
|
function getFlexibleIpOutput(args, opts) {
|
|
37
|
-
return pulumi.output(args).apply(a => getFlexibleIp(a, opts));
|
|
25
|
+
return pulumi.output(args).apply((a) => getFlexibleIp(a, opts));
|
|
38
26
|
}
|
|
39
27
|
exports.getFlexibleIpOutput = getFlexibleIpOutput;
|
|
40
28
|
//# sourceMappingURL=getFlexibleIp.js.map
|
package/getFlexibleIp.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFlexibleIp.js","sourceRoot":"","sources":["../getFlexibleIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFlexibleIp.js","sourceRoot":"","sources":["../getFlexibleIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;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,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AAoDD;;GAEG;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"}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets information about multiple Flexible IPs.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
11
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
12
|
+
*
|
|
13
|
+
* const fipsByTags = scaleway.getFlexibleIps({
|
|
14
|
+
* tags: ["a tag"],
|
|
15
|
+
* });
|
|
16
|
+
* const myOffer = scaleway.getBaremetalOffer({
|
|
17
|
+
* name: "EM-B112X-SSD",
|
|
18
|
+
* });
|
|
19
|
+
* const base = new scaleway.BaremetalServer("base", {
|
|
20
|
+
* offer: myOffer.then(myOffer => myOffer.offerId),
|
|
21
|
+
* installConfigAfterward: true,
|
|
22
|
+
* });
|
|
23
|
+
* const first = new scaleway.FlexibleIp("first", {
|
|
24
|
+
* serverId: base.id,
|
|
25
|
+
* tags: [
|
|
26
|
+
* "foo",
|
|
27
|
+
* "first",
|
|
28
|
+
* ],
|
|
29
|
+
* });
|
|
30
|
+
* const second = new scaleway.FlexibleIp("second", {
|
|
31
|
+
* serverId: base.id,
|
|
32
|
+
* tags: [
|
|
33
|
+
* "foo",
|
|
34
|
+
* "second",
|
|
35
|
+
* ],
|
|
36
|
+
* });
|
|
37
|
+
* const fipsByServerId = scaleway.getFlexibleIpsOutput({
|
|
38
|
+
* serverIds: [base.id],
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
export declare function getFlexibleIps(args?: GetFlexibleIpsArgs, opts?: pulumi.InvokeOptions): Promise<GetFlexibleIpsResult>;
|
|
43
|
+
/**
|
|
44
|
+
* A collection of arguments for invoking getFlexibleIps.
|
|
45
|
+
*/
|
|
46
|
+
export interface GetFlexibleIpsArgs {
|
|
47
|
+
/**
|
|
48
|
+
* (Defaults to provider `projectId`) The ID of the project the IP is in.
|
|
49
|
+
*/
|
|
50
|
+
projectId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* List of server IDs used as filter. IPs with these exact server IDs are listed.
|
|
53
|
+
*/
|
|
54
|
+
serverIds?: string[];
|
|
55
|
+
/**
|
|
56
|
+
* List of tags used as filter. IPs with these exact tags are listed.
|
|
57
|
+
*/
|
|
58
|
+
tags?: string[];
|
|
59
|
+
/**
|
|
60
|
+
* `zone`) The zone in which IPs exist.
|
|
61
|
+
*/
|
|
62
|
+
zone?: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* A collection of values returned by getFlexibleIps.
|
|
66
|
+
*/
|
|
67
|
+
export interface GetFlexibleIpsResult {
|
|
68
|
+
/**
|
|
69
|
+
* The provider-assigned unique ID for this managed resource.
|
|
70
|
+
*/
|
|
71
|
+
readonly id: string;
|
|
72
|
+
/**
|
|
73
|
+
* List of found flexible IPS
|
|
74
|
+
*/
|
|
75
|
+
readonly ips: outputs.GetFlexibleIpsIp[];
|
|
76
|
+
/**
|
|
77
|
+
* (Defaults to provider `organizationId`) The ID of the organization the IP is in.
|
|
78
|
+
*/
|
|
79
|
+
readonly organizationId: string;
|
|
80
|
+
/**
|
|
81
|
+
* (Defaults to provider `projectId`) The ID of the project the IP is in.
|
|
82
|
+
*/
|
|
83
|
+
readonly projectId: string;
|
|
84
|
+
readonly serverIds?: string[];
|
|
85
|
+
/**
|
|
86
|
+
* The list of tags which are attached to the flexible IP.
|
|
87
|
+
*/
|
|
88
|
+
readonly tags?: string[];
|
|
89
|
+
/**
|
|
90
|
+
* (Defaults to provider `zone`) The zone in which the MAC address exist.
|
|
91
|
+
*/
|
|
92
|
+
readonly zone: string;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Gets information about multiple Flexible IPs.
|
|
96
|
+
*
|
|
97
|
+
* ## Example Usage
|
|
98
|
+
*
|
|
99
|
+
* ```typescript
|
|
100
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
101
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
102
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
103
|
+
*
|
|
104
|
+
* const fipsByTags = scaleway.getFlexibleIps({
|
|
105
|
+
* tags: ["a tag"],
|
|
106
|
+
* });
|
|
107
|
+
* const myOffer = scaleway.getBaremetalOffer({
|
|
108
|
+
* name: "EM-B112X-SSD",
|
|
109
|
+
* });
|
|
110
|
+
* const base = new scaleway.BaremetalServer("base", {
|
|
111
|
+
* offer: myOffer.then(myOffer => myOffer.offerId),
|
|
112
|
+
* installConfigAfterward: true,
|
|
113
|
+
* });
|
|
114
|
+
* const first = new scaleway.FlexibleIp("first", {
|
|
115
|
+
* serverId: base.id,
|
|
116
|
+
* tags: [
|
|
117
|
+
* "foo",
|
|
118
|
+
* "first",
|
|
119
|
+
* ],
|
|
120
|
+
* });
|
|
121
|
+
* const second = new scaleway.FlexibleIp("second", {
|
|
122
|
+
* serverId: base.id,
|
|
123
|
+
* tags: [
|
|
124
|
+
* "foo",
|
|
125
|
+
* "second",
|
|
126
|
+
* ],
|
|
127
|
+
* });
|
|
128
|
+
* const fipsByServerId = scaleway.getFlexibleIpsOutput({
|
|
129
|
+
* serverIds: [base.id],
|
|
130
|
+
* });
|
|
131
|
+
* ```
|
|
132
|
+
*/
|
|
133
|
+
export declare function getFlexibleIpsOutput(args?: GetFlexibleIpsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFlexibleIpsResult>;
|
|
134
|
+
/**
|
|
135
|
+
* A collection of arguments for invoking getFlexibleIps.
|
|
136
|
+
*/
|
|
137
|
+
export interface GetFlexibleIpsOutputArgs {
|
|
138
|
+
/**
|
|
139
|
+
* (Defaults to provider `projectId`) The ID of the project the IP is in.
|
|
140
|
+
*/
|
|
141
|
+
projectId?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* List of server IDs used as filter. IPs with these exact server IDs are listed.
|
|
144
|
+
*/
|
|
145
|
+
serverIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
146
|
+
/**
|
|
147
|
+
* List of tags used as filter. IPs with these exact tags are listed.
|
|
148
|
+
*/
|
|
149
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
150
|
+
/**
|
|
151
|
+
* `zone`) The zone in which IPs exist.
|
|
152
|
+
*/
|
|
153
|
+
zone?: pulumi.Input<string>;
|
|
154
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
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.getFlexibleIpsOutput = exports.getFlexibleIps = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about multiple Flexible IPs.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
16
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
17
|
+
*
|
|
18
|
+
* const fipsByTags = scaleway.getFlexibleIps({
|
|
19
|
+
* tags: ["a tag"],
|
|
20
|
+
* });
|
|
21
|
+
* const myOffer = scaleway.getBaremetalOffer({
|
|
22
|
+
* name: "EM-B112X-SSD",
|
|
23
|
+
* });
|
|
24
|
+
* const base = new scaleway.BaremetalServer("base", {
|
|
25
|
+
* offer: myOffer.then(myOffer => myOffer.offerId),
|
|
26
|
+
* installConfigAfterward: true,
|
|
27
|
+
* });
|
|
28
|
+
* const first = new scaleway.FlexibleIp("first", {
|
|
29
|
+
* serverId: base.id,
|
|
30
|
+
* tags: [
|
|
31
|
+
* "foo",
|
|
32
|
+
* "first",
|
|
33
|
+
* ],
|
|
34
|
+
* });
|
|
35
|
+
* const second = new scaleway.FlexibleIp("second", {
|
|
36
|
+
* serverId: base.id,
|
|
37
|
+
* tags: [
|
|
38
|
+
* "foo",
|
|
39
|
+
* "second",
|
|
40
|
+
* ],
|
|
41
|
+
* });
|
|
42
|
+
* const fipsByServerId = scaleway.getFlexibleIpsOutput({
|
|
43
|
+
* serverIds: [base.id],
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getFlexibleIps(args, opts) {
|
|
48
|
+
args = args || {};
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invoke("scaleway:index/getFlexibleIps:getFlexibleIps", {
|
|
51
|
+
"projectId": args.projectId,
|
|
52
|
+
"serverIds": args.serverIds,
|
|
53
|
+
"tags": args.tags,
|
|
54
|
+
"zone": args.zone,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getFlexibleIps = getFlexibleIps;
|
|
58
|
+
/**
|
|
59
|
+
* Gets information about multiple Flexible IPs.
|
|
60
|
+
*
|
|
61
|
+
* ## Example Usage
|
|
62
|
+
*
|
|
63
|
+
* ```typescript
|
|
64
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
65
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
66
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
67
|
+
*
|
|
68
|
+
* const fipsByTags = scaleway.getFlexibleIps({
|
|
69
|
+
* tags: ["a tag"],
|
|
70
|
+
* });
|
|
71
|
+
* const myOffer = scaleway.getBaremetalOffer({
|
|
72
|
+
* name: "EM-B112X-SSD",
|
|
73
|
+
* });
|
|
74
|
+
* const base = new scaleway.BaremetalServer("base", {
|
|
75
|
+
* offer: myOffer.then(myOffer => myOffer.offerId),
|
|
76
|
+
* installConfigAfterward: true,
|
|
77
|
+
* });
|
|
78
|
+
* const first = new scaleway.FlexibleIp("first", {
|
|
79
|
+
* serverId: base.id,
|
|
80
|
+
* tags: [
|
|
81
|
+
* "foo",
|
|
82
|
+
* "first",
|
|
83
|
+
* ],
|
|
84
|
+
* });
|
|
85
|
+
* const second = new scaleway.FlexibleIp("second", {
|
|
86
|
+
* serverId: base.id,
|
|
87
|
+
* tags: [
|
|
88
|
+
* "foo",
|
|
89
|
+
* "second",
|
|
90
|
+
* ],
|
|
91
|
+
* });
|
|
92
|
+
* const fipsByServerId = scaleway.getFlexibleIpsOutput({
|
|
93
|
+
* serverIds: [base.id],
|
|
94
|
+
* });
|
|
95
|
+
* ```
|
|
96
|
+
*/
|
|
97
|
+
function getFlexibleIpsOutput(args, opts) {
|
|
98
|
+
return pulumi.output(args).apply((a) => getFlexibleIps(a, opts));
|
|
99
|
+
}
|
|
100
|
+
exports.getFlexibleIpsOutput = getFlexibleIpsOutput;
|
|
101
|
+
//# sourceMappingURL=getFlexibleIps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFlexibleIps.js","sourceRoot":"","sources":["../getFlexibleIps.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,8CAA8C,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AAsDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
package/getFunction.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export interface GetFunctionResult {
|
|
|
21
21
|
};
|
|
22
22
|
readonly functionId?: string;
|
|
23
23
|
readonly handler: string;
|
|
24
|
+
readonly httpOption: string;
|
|
24
25
|
/**
|
|
25
26
|
* The provider-assigned unique ID for this managed resource.
|
|
26
27
|
*/
|
|
@@ -35,7 +36,10 @@ export interface GetFunctionResult {
|
|
|
35
36
|
readonly projectId: string;
|
|
36
37
|
readonly region: string;
|
|
37
38
|
readonly runtime: string;
|
|
38
|
-
readonly
|
|
39
|
+
readonly secretEnvironmentVariables: {
|
|
40
|
+
[key: string]: string;
|
|
41
|
+
};
|
|
42
|
+
readonly timeout: number;
|
|
39
43
|
readonly zipFile: string;
|
|
40
44
|
readonly zipHash: string;
|
|
41
45
|
}
|
package/getFunction.js
CHANGED
|
@@ -6,10 +6,7 @@ exports.getFunctionOutput = exports.getFunction = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
function getFunction(args, opts) {
|
|
9
|
-
|
|
10
|
-
opts = {};
|
|
11
|
-
}
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
10
|
return pulumi.runtime.invoke("scaleway:index/getFunction:getFunction", {
|
|
14
11
|
"functionId": args.functionId,
|
|
15
12
|
"name": args.name,
|
|
@@ -18,7 +15,7 @@ function getFunction(args, opts) {
|
|
|
18
15
|
}
|
|
19
16
|
exports.getFunction = getFunction;
|
|
20
17
|
function getFunctionOutput(args, opts) {
|
|
21
|
-
return pulumi.output(args).apply(a => getFunction(a, opts));
|
|
18
|
+
return pulumi.output(args).apply((a) => getFunction(a, opts));
|
|
22
19
|
}
|
|
23
20
|
exports.getFunctionOutput = getFunctionOutput;
|
|
24
21
|
//# sourceMappingURL=getFunction.js.map
|
package/getFunction.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFunction.js","sourceRoot":"","sources":["../getFunction.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getFunction.js","sourceRoot":"","sources":["../getFunction.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kCAQC;AA0CD,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|