From 5bb301e00a10c3c960b2e5dc58d601103bdd21df Mon Sep 17 00:00:00 2001 From: Thulasiraj Komminar <39799163+thulasirajkomminar@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:16:21 +0200 Subject: [PATCH] fix provider logo url --- CHANGELOG.md | 6 +++++ .../pulumi-resource-cratedb/schema-embed.json | 2 +- .../cmd/pulumi-resource-cratedb/schema.json | 2 +- sdk/dotnet/logo.png | Bin 8946 -> 411 bytes sdk/dotnet/version.txt | 2 +- sdk/nodejs/yarn.lock | 24 +++++++++--------- 6 files changed, 21 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 823c1c1..dd6b815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +## [0.2.3] - 2024-10-18 + +### Fixed: + +- Fixed logo url + ## [0.2.2] - 2024-10-17 ### Fixed: diff --git a/provider/cmd/pulumi-resource-cratedb/schema-embed.json b/provider/cmd/pulumi-resource-cratedb/schema-embed.json index 529965e..f8d7f3a 100644 --- a/provider/cmd/pulumi-resource-cratedb/schema-embed.json +++ b/provider/cmd/pulumi-resource-cratedb/schema-embed.json @@ -1 +1 @@ -{"name":"cratedb","displayName":"CrateDB","version":"0.1.0+dirty","description":"A Pulumi package for creating and managing CrateDB resources.","keywords":["pulumi","cratedb","category/database"],"homepage":"https://www.cratedb.com","license":"Apache-2.0","attribution":"This Pulumi package is based on the [`cratedb` Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb).","repository":"https://github.com/komminarlabs/pulumi-cratedb","logoUrl":"https://avatars.githubusercontent.com/u/5713248?s=200\u0026v=4","pluginDownloadURL":"github://api.github.com/komminarlabs","publisher":"komminarlabs","meta":{"moduleFormat":"(.*)(?:/[^/]*)"},"language":{"csharp":{"packageReferences":{"Pulumi":"3.*"},"namespaces":{"cratedb":"CrateDB"},"compatibility":"tfbridge20","rootNamespace":"KomminarLabs"},"go":{"importBasePath":"github.com/komminarlabs/pulumi-cratedb/sdk/go/cratedb","generateResourceContainerTypes":true,"generateExtraInputTypes":true},"nodejs":{"packageName":"@komminarlabs/cratedb","packageDescription":"A Pulumi package for creating and managing CrateDB resources.","readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-cratedb` repo](https://github.com/komminarlabs/pulumi-cratedb/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-cratedb` repo](https://github.com/komminarlabs/terraform-provider-cratedb/issues).","dependencies":{"@pulumi/pulumi":"^3.0.0"},"devDependencies":{"@types/mime":"^2.0.0","@types/node":"^10.0.0"},"compatibility":"tfbridge20","disableUnionOutputTypes":true},"python":{"packageName":"komminarlabs_cratedb","requires":{"pulumi":"\u003e=3.0.0,\u003c4.0.0"},"readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-cratedb` repo](https://github.com/komminarlabs/pulumi-cratedb/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-cratedb` repo](https://github.com/komminarlabs/terraform-provider-cratedb/issues).","compatibility":"tfbridge20","pyproject":{}}},"config":{"variables":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}}},"types":{"cratedb:index/ClusterDc:ClusterDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs":{"properties":{"cpusPerNode":{"type":"number","description":"The cpus per node.\n"},"diskSizePerNodeBytes":{"type":"integer","description":"The disk size per node in bytes.\n"},"diskType":{"type":"string","description":"The disk type.\n"},"disksPerNode":{"type":"number","description":"The disks per node.\n"},"heapSizeBytes":{"type":"integer","description":"The heap size in bytes.\n"},"memoryPerNodeBytes":{"type":"integer","description":"The memory per node in bytes.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["cpusPerNode","diskSizePerNodeBytes","diskType","disksPerNode","heapSizeBytes","memoryPerNodeBytes"]}}},"cratedb:index/ClusterHealth:ClusterHealth":{"properties":{"status":{"type":"string","description":"The health status of the cluster.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["status"]}}},"cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist":{"properties":{"cidr":{"type":"string","description":"The CIDR.\n"},"description":{"type":"string","description":"The description.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["cidr","description"]}}},"cratedb:index/OrganizationDc:OrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/ProjectDc:ProjectDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/getClusterDc:getClusterDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterHardwareSpecs:getClusterHardwareSpecs":{"properties":{"cpusPerNode":{"type":"number","description":"The cpus per node.\n"},"diskSizePerNodeBytes":{"type":"integer","description":"The disk size per node in bytes.\n"},"diskType":{"type":"string","description":"The disk type.\n"},"disksPerNode":{"type":"number","description":"The disks per node.\n"},"heapSizeBytes":{"type":"integer","description":"The heap size in bytes.\n"},"memoryPerNodeBytes":{"type":"integer","description":"The memory per node in bytes.\n"}},"type":"object","required":["cpusPerNode","diskSizePerNodeBytes","diskType","disksPerNode","heapSizeBytes","memoryPerNodeBytes"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterHealth:getClusterHealth":{"properties":{"lastSeen":{"type":"string","description":"The last seen time.\n"},"runningOperation":{"type":"string","description":"The type of the currently running operation. Returns an empty string if there is no operation in progress.\n"},"status":{"type":"string","description":"The health status of the cluster.\n"}},"type":"object","required":["lastSeen","runningOperation","status"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterIpWhitelist:getClusterIpWhitelist":{"properties":{"cidr":{"type":"string","description":"The CIDR.\n"},"description":{"type":"string","description":"The description.\n"}},"type":"object","required":["cidr","description"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterLastAsyncOperation:getClusterLastAsyncOperation":{"properties":{"dc":{"$ref":"#/types/cratedb:index/getClusterLastAsyncOperationDc:getClusterLastAsyncOperationDc","description":"The DublinCore of the cluster.\n"},"id":{"type":"string","description":"The id of the last async operation.\n"},"status":{"type":"string","description":"The status of the last async operation.\n"},"type":{"type":"string","description":"The type of the last async operation.\n"}},"type":"object","required":["dc","id","status","type"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterLastAsyncOperationDc:getClusterLastAsyncOperationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationDc:getOrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationsOrganization:getOrganizationsOrganization":{"properties":{"dc":{"$ref":"#/types/cratedb:index/getOrganizationsOrganizationDc:getOrganizationsOrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"id":{"type":"string","description":"The id of the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"type":"object","required":["dc","email","id","name","notificationsEnabled","planType","projectCount","roleFqn"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationsOrganizationDc:getOrganizationsOrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getProjectDc:getProjectDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}}},"provider":{"description":"The provider type for the cratedb package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n","properties":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}},"inputProperties":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}}},"resources":{"cratedb:index/cluster:Cluster":{"description":"Creates and manages a cluster.\n","properties":{"allowCustomStorage":{"type":"boolean","description":"The allow custom storage flag.\n"},"allowSuspend":{"type":"boolean","description":"The allow suspend flag.\n"},"backupSchedule":{"type":"string","description":"The backup schedule.\n"},"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"dc":{"$ref":"#/types/cratedb:index/ClusterDc:ClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"type":"boolean","description":"The deletion protected flag.\n"},"externalIp":{"type":"string","description":"The external IP address.\n"},"fqdn":{"type":"string","description":"The Fully Qualified Domain Name.\n"},"gcAvailable":{"type":"boolean","description":"The garbage collection available flag.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/ClusterHealth:ClusterHealth","description":"The health of the cluster.\n"},"ipWhitelists":{"type":"array","items":{"$ref":"#/types/cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist"},"description":"The IP whitelist of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"numNodes":{"type":"number","description":"The number of nodes in the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"origin":{"type":"string","description":"The origin of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"suspended":{"type":"boolean","description":"The suspended flag.\n"},"url":{"type":"string","description":"The URL of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"required":["allowCustomStorage","allowSuspend","backupSchedule","channel","crateVersion","dc","deletionProtected","externalIp","fqdn","gcAvailable","hardwareSpecs","health","ipWhitelists","name","numNodes","organizationId","origin","password","productName","productTier","productUnit","projectId","subscriptionId","suspended","url","username"],"inputProperties":{"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"requiredInputs":["crateVersion","organizationId","password","productName","productTier","projectId","subscriptionId","username"],"stateInputs":{"description":"Input properties used for looking up and filtering Cluster resources.\n","properties":{"allowCustomStorage":{"type":"boolean","description":"The allow custom storage flag.\n"},"allowSuspend":{"type":"boolean","description":"The allow suspend flag.\n"},"backupSchedule":{"type":"string","description":"The backup schedule.\n"},"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"dc":{"$ref":"#/types/cratedb:index/ClusterDc:ClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"type":"boolean","description":"The deletion protected flag.\n"},"externalIp":{"type":"string","description":"The external IP address.\n"},"fqdn":{"type":"string","description":"The Fully Qualified Domain Name.\n"},"gcAvailable":{"type":"boolean","description":"The garbage collection available flag.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/ClusterHealth:ClusterHealth","description":"The health of the cluster.\n"},"ipWhitelists":{"type":"array","items":{"$ref":"#/types/cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist"},"description":"The IP whitelist of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"numNodes":{"type":"number","description":"The number of nodes in the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"origin":{"type":"string","description":"The origin of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"suspended":{"type":"boolean","description":"The suspended flag.\n"},"url":{"type":"string","description":"The URL of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"type":"object"}},"cratedb:index/organization:Organization":{"description":"Creates and manages an organization.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/OrganizationDc:OrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"required":["dc","email","name","notificationsEnabled","planType","projectCount","roleFqn"],"inputProperties":{"name":{"type":"string","description":"The name of the organization.\n"}},"stateInputs":{"description":"Input properties used for looking up and filtering Organization resources.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/OrganizationDc:OrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"type":"object"}},"cratedb:index/project:Project":{"description":"Creates and manages a project.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/ProjectDc:ProjectDc","description":"The DublinCore of the project.\n"},"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"required":["dc","name","organizationId","region"],"inputProperties":{"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"requiredInputs":["organizationId","region"],"stateInputs":{"description":"Input properties used for looking up and filtering Project resources.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/ProjectDc:ProjectDc","description":"The DublinCore of the project.\n"},"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"type":"object"}}},"functions":{"cratedb:index/getCluster:getCluster":{"description":"To retrieve a cluster.\n","inputs":{"description":"A collection of arguments for invoking getCluster.\n","properties":{"id":{"type":"string","description":"The id of the last async operation.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getCluster.\n","properties":{"allowCustomStorage":{"description":"The allow custom storage flag.\n","type":"boolean"},"allowSuspend":{"description":"The allow suspend flag.\n","type":"boolean"},"backupSchedule":{"description":"The backup schedule.\n","type":"string"},"channel":{"description":"The channel of the cluster.\n","type":"string"},"crateVersion":{"description":"The CrateDB version of the cluster.\n","type":"string"},"dc":{"$ref":"#/types/cratedb:index/getClusterDc:getClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"description":"The deletion protected flag.\n","type":"boolean"},"externalIp":{"description":"The external IP address.\n","type":"string"},"fqdn":{"description":"The Fully Qualified Domain Name.\n","type":"string"},"gcAvailable":{"description":"The garbage collection available flag.\n","type":"boolean"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/getClusterHardwareSpecs:getClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/getClusterHealth:getClusterHealth","description":"The health of the cluster.\n"},"id":{"description":"The id of the cluster.\n","type":"string"},"ipWhitelists":{"description":"The IP whitelist of the cluster.\n","items":{"$ref":"#/types/cratedb:index/getClusterIpWhitelist:getClusterIpWhitelist"},"type":"array"},"lastAsyncOperation":{"$ref":"#/types/cratedb:index/getClusterLastAsyncOperation:getClusterLastAsyncOperation","description":"The last async operation of the cluster.\n"},"name":{"description":"The name of the cluster.\n","type":"string"},"numNodes":{"description":"The number of nodes in the cluster.\n","type":"number"},"origin":{"description":"The origin of the cluster.\n","type":"string"},"password":{"description":"The password of the cluster.\n","secret":true,"type":"string"},"productName":{"description":"The product name of the cluster.\n","type":"string"},"productTier":{"description":"The product tier of the cluster.\n","type":"string"},"productUnit":{"description":"The product unit of the cluster.\n","type":"number"},"projectId":{"description":"The project id of the cluster.\n","type":"string"},"subscriptionId":{"description":"The subscription id of the cluster.\n","type":"string"},"suspended":{"description":"The suspended flag.\n","type":"boolean"},"url":{"description":"The URL of the cluster.\n","type":"string"},"username":{"description":"The username of the cluster.\n","type":"string"}},"required":["allowCustomStorage","allowSuspend","backupSchedule","channel","crateVersion","dc","deletionProtected","externalIp","fqdn","gcAvailable","hardwareSpecs","health","id","ipWhitelists","lastAsyncOperation","name","numNodes","origin","password","productName","productTier","productUnit","projectId","subscriptionId","suspended","url","username"],"type":"object"}},"cratedb:index/getOrganization:getOrganization":{"description":"To retrieve an organization.\n","inputs":{"description":"A collection of arguments for invoking getOrganization.\n","properties":{"id":{"type":"string","description":"The id of the organization.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getOrganization.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/getOrganizationDc:getOrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"description":"The notification email used in the organization.\n","type":"string"},"id":{"description":"The id of the organization.\n","type":"string"},"name":{"description":"The name of the organization.\n","type":"string"},"notificationsEnabled":{"description":"Whether notifications enabled for the organization.\n","type":"boolean"},"planType":{"description":"The support plan type used in the organization.\n","type":"number"},"projectCount":{"description":"The project count in the organization.\n","type":"number"},"roleFqn":{"description":"The role FQN.\n","type":"string"}},"required":["dc","email","id","name","notificationsEnabled","planType","projectCount","roleFqn"],"type":"object"}},"cratedb:index/getOrganizations:getOrganizations":{"description":"To retrieve all organizations.\n","outputs":{"description":"A collection of values returned by getOrganizations.\n","properties":{"id":{"description":"The provider-assigned unique ID for this managed resource.\n","type":"string"},"organizations":{"items":{"$ref":"#/types/cratedb:index/getOrganizationsOrganization:getOrganizationsOrganization"},"type":"array"}},"required":["organizations","id"],"type":"object"}},"cratedb:index/getProject:getProject":{"description":"To retrieve a project.\n","inputs":{"description":"A collection of arguments for invoking getProject.\n","properties":{"id":{"type":"string","description":"The id of the project.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getProject.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/getProjectDc:getProjectDc","description":"The DublinCore of the project.\n"},"id":{"description":"The id of the project.\n","type":"string"},"name":{"description":"The name of the project.\n","type":"string"},"organizationId":{"description":"The organization id of the project.\n","type":"string"},"region":{"description":"The region of the project.\n","type":"string"}},"required":["dc","id","name","organizationId","region"],"type":"object"}}}} \ No newline at end of file +{"name":"cratedb","displayName":"CrateDB","version":"0.2.2-alpha.1729159126+eead2f13.dirty","description":"A Pulumi package for creating and managing CrateDB resources.","keywords":["pulumi","cratedb","category/database"],"homepage":"https://www.cratedb.com","license":"Apache-2.0","attribution":"This Pulumi package is based on the [`cratedb` Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb).","repository":"https://github.com/komminarlabs/pulumi-cratedb","logoUrl":"https://avatars.githubusercontent.com/u/4048232?s=48\u0026v=4","pluginDownloadURL":"github://api.github.com/komminarlabs","publisher":"komminarlabs","meta":{"moduleFormat":"(.*)(?:/[^/]*)"},"language":{"csharp":{"packageReferences":{"Pulumi":"3.*"},"namespaces":{"cratedb":"CrateDB"},"compatibility":"tfbridge20","rootNamespace":"KomminarLabs"},"go":{"importBasePath":"github.com/komminarlabs/pulumi-cratedb/sdk/go/cratedb","generateResourceContainerTypes":true,"generateExtraInputTypes":true},"nodejs":{"packageName":"@komminarlabs/cratedb","packageDescription":"A Pulumi package for creating and managing CrateDB resources.","readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-cratedb` repo](https://github.com/komminarlabs/pulumi-cratedb/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-cratedb` repo](https://github.com/komminarlabs/terraform-provider-cratedb/issues).","dependencies":{"@pulumi/pulumi":"^3.0.0"},"devDependencies":{"@types/mime":"^2.0.0","@types/node":"^10.0.0"},"compatibility":"tfbridge20","disableUnionOutputTypes":true},"python":{"packageName":"komminarlabs_cratedb","requires":{"pulumi":"\u003e=3.0.0,\u003c4.0.0"},"readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-cratedb` repo](https://github.com/komminarlabs/pulumi-cratedb/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-cratedb` repo](https://github.com/komminarlabs/terraform-provider-cratedb/issues).","compatibility":"tfbridge20","pyproject":{}}},"config":{"variables":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}}},"types":{"cratedb:index/ClusterDc:ClusterDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs":{"properties":{"cpusPerNode":{"type":"number","description":"The cpus per node.\n"},"diskSizePerNodeBytes":{"type":"integer","description":"The disk size per node in bytes.\n"},"diskType":{"type":"string","description":"The disk type.\n"},"disksPerNode":{"type":"number","description":"The disks per node.\n"},"heapSizeBytes":{"type":"integer","description":"The heap size in bytes.\n"},"memoryPerNodeBytes":{"type":"integer","description":"The memory per node in bytes.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["cpusPerNode","diskSizePerNodeBytes","diskType","disksPerNode","heapSizeBytes","memoryPerNodeBytes"]}}},"cratedb:index/ClusterHealth:ClusterHealth":{"properties":{"status":{"type":"string","description":"The health status of the cluster.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["status"]}}},"cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist":{"properties":{"cidr":{"type":"string","description":"The CIDR.\n"},"description":{"type":"string","description":"The description.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["cidr","description"]}}},"cratedb:index/OrganizationDc:OrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/ProjectDc:ProjectDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/getClusterDc:getClusterDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterHardwareSpecs:getClusterHardwareSpecs":{"properties":{"cpusPerNode":{"type":"number","description":"The cpus per node.\n"},"diskSizePerNodeBytes":{"type":"integer","description":"The disk size per node in bytes.\n"},"diskType":{"type":"string","description":"The disk type.\n"},"disksPerNode":{"type":"number","description":"The disks per node.\n"},"heapSizeBytes":{"type":"integer","description":"The heap size in bytes.\n"},"memoryPerNodeBytes":{"type":"integer","description":"The memory per node in bytes.\n"}},"type":"object","required":["cpusPerNode","diskSizePerNodeBytes","diskType","disksPerNode","heapSizeBytes","memoryPerNodeBytes"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterHealth:getClusterHealth":{"properties":{"lastSeen":{"type":"string","description":"The last seen time.\n"},"runningOperation":{"type":"string","description":"The type of the currently running operation. Returns an empty string if there is no operation in progress.\n"},"status":{"type":"string","description":"The health status of the cluster.\n"}},"type":"object","required":["lastSeen","runningOperation","status"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterIpWhitelist:getClusterIpWhitelist":{"properties":{"cidr":{"type":"string","description":"The CIDR.\n"},"description":{"type":"string","description":"The description.\n"}},"type":"object","required":["cidr","description"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterLastAsyncOperation:getClusterLastAsyncOperation":{"properties":{"dc":{"$ref":"#/types/cratedb:index/getClusterLastAsyncOperationDc:getClusterLastAsyncOperationDc","description":"The DublinCore of the cluster.\n"},"id":{"type":"string","description":"The id of the last async operation.\n"},"status":{"type":"string","description":"The status of the last async operation.\n"},"type":{"type":"string","description":"The type of the last async operation.\n"}},"type":"object","required":["dc","id","status","type"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterLastAsyncOperationDc:getClusterLastAsyncOperationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationDc:getOrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationsOrganization:getOrganizationsOrganization":{"properties":{"dc":{"$ref":"#/types/cratedb:index/getOrganizationsOrganizationDc:getOrganizationsOrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"id":{"type":"string","description":"The id of the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"type":"object","required":["dc","email","id","name","notificationsEnabled","planType","projectCount","roleFqn"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationsOrganizationDc:getOrganizationsOrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getProjectDc:getProjectDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}}},"provider":{"description":"The provider type for the cratedb package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n","properties":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}},"inputProperties":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}}},"resources":{"cratedb:index/cluster:Cluster":{"description":"Creates and manages a cluster.\n","properties":{"allowCustomStorage":{"type":"boolean","description":"The allow custom storage flag.\n"},"allowSuspend":{"type":"boolean","description":"The allow suspend flag.\n"},"backupSchedule":{"type":"string","description":"The backup schedule.\n"},"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"dc":{"$ref":"#/types/cratedb:index/ClusterDc:ClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"type":"boolean","description":"The deletion protected flag.\n"},"externalIp":{"type":"string","description":"The external IP address.\n"},"fqdn":{"type":"string","description":"The Fully Qualified Domain Name.\n"},"gcAvailable":{"type":"boolean","description":"The garbage collection available flag.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/ClusterHealth:ClusterHealth","description":"The health of the cluster.\n"},"ipWhitelists":{"type":"array","items":{"$ref":"#/types/cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist"},"description":"The IP whitelist of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"numNodes":{"type":"number","description":"The number of nodes in the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"origin":{"type":"string","description":"The origin of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"suspended":{"type":"boolean","description":"The suspended flag.\n"},"url":{"type":"string","description":"The URL of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"required":["allowCustomStorage","allowSuspend","backupSchedule","channel","crateVersion","dc","deletionProtected","externalIp","fqdn","gcAvailable","hardwareSpecs","health","ipWhitelists","name","numNodes","organizationId","origin","password","productName","productTier","productUnit","projectId","subscriptionId","suspended","url","username"],"inputProperties":{"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"requiredInputs":["crateVersion","organizationId","password","productName","productTier","projectId","subscriptionId","username"],"stateInputs":{"description":"Input properties used for looking up and filtering Cluster resources.\n","properties":{"allowCustomStorage":{"type":"boolean","description":"The allow custom storage flag.\n"},"allowSuspend":{"type":"boolean","description":"The allow suspend flag.\n"},"backupSchedule":{"type":"string","description":"The backup schedule.\n"},"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"dc":{"$ref":"#/types/cratedb:index/ClusterDc:ClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"type":"boolean","description":"The deletion protected flag.\n"},"externalIp":{"type":"string","description":"The external IP address.\n"},"fqdn":{"type":"string","description":"The Fully Qualified Domain Name.\n"},"gcAvailable":{"type":"boolean","description":"The garbage collection available flag.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/ClusterHealth:ClusterHealth","description":"The health of the cluster.\n"},"ipWhitelists":{"type":"array","items":{"$ref":"#/types/cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist"},"description":"The IP whitelist of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"numNodes":{"type":"number","description":"The number of nodes in the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"origin":{"type":"string","description":"The origin of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"suspended":{"type":"boolean","description":"The suspended flag.\n"},"url":{"type":"string","description":"The URL of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"type":"object"}},"cratedb:index/organization:Organization":{"description":"Creates and manages an organization.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/OrganizationDc:OrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"required":["dc","email","name","notificationsEnabled","planType","projectCount","roleFqn"],"inputProperties":{"name":{"type":"string","description":"The name of the organization.\n"}},"stateInputs":{"description":"Input properties used for looking up and filtering Organization resources.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/OrganizationDc:OrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"type":"object"}},"cratedb:index/project:Project":{"description":"Creates and manages a project.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/ProjectDc:ProjectDc","description":"The DublinCore of the project.\n"},"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"required":["dc","name","organizationId","region"],"inputProperties":{"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"requiredInputs":["organizationId","region"],"stateInputs":{"description":"Input properties used for looking up and filtering Project resources.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/ProjectDc:ProjectDc","description":"The DublinCore of the project.\n"},"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"type":"object"}}},"functions":{"cratedb:index/getCluster:getCluster":{"description":"To retrieve a cluster.\n","inputs":{"description":"A collection of arguments for invoking getCluster.\n","properties":{"id":{"type":"string","description":"The id of the last async operation.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getCluster.\n","properties":{"allowCustomStorage":{"description":"The allow custom storage flag.\n","type":"boolean"},"allowSuspend":{"description":"The allow suspend flag.\n","type":"boolean"},"backupSchedule":{"description":"The backup schedule.\n","type":"string"},"channel":{"description":"The channel of the cluster.\n","type":"string"},"crateVersion":{"description":"The CrateDB version of the cluster.\n","type":"string"},"dc":{"$ref":"#/types/cratedb:index/getClusterDc:getClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"description":"The deletion protected flag.\n","type":"boolean"},"externalIp":{"description":"The external IP address.\n","type":"string"},"fqdn":{"description":"The Fully Qualified Domain Name.\n","type":"string"},"gcAvailable":{"description":"The garbage collection available flag.\n","type":"boolean"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/getClusterHardwareSpecs:getClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/getClusterHealth:getClusterHealth","description":"The health of the cluster.\n"},"id":{"description":"The id of the cluster.\n","type":"string"},"ipWhitelists":{"description":"The IP whitelist of the cluster.\n","items":{"$ref":"#/types/cratedb:index/getClusterIpWhitelist:getClusterIpWhitelist"},"type":"array"},"lastAsyncOperation":{"$ref":"#/types/cratedb:index/getClusterLastAsyncOperation:getClusterLastAsyncOperation","description":"The last async operation of the cluster.\n"},"name":{"description":"The name of the cluster.\n","type":"string"},"numNodes":{"description":"The number of nodes in the cluster.\n","type":"number"},"origin":{"description":"The origin of the cluster.\n","type":"string"},"password":{"description":"The password of the cluster.\n","secret":true,"type":"string"},"productName":{"description":"The product name of the cluster.\n","type":"string"},"productTier":{"description":"The product tier of the cluster.\n","type":"string"},"productUnit":{"description":"The product unit of the cluster.\n","type":"number"},"projectId":{"description":"The project id of the cluster.\n","type":"string"},"subscriptionId":{"description":"The subscription id of the cluster.\n","type":"string"},"suspended":{"description":"The suspended flag.\n","type":"boolean"},"url":{"description":"The URL of the cluster.\n","type":"string"},"username":{"description":"The username of the cluster.\n","type":"string"}},"required":["allowCustomStorage","allowSuspend","backupSchedule","channel","crateVersion","dc","deletionProtected","externalIp","fqdn","gcAvailable","hardwareSpecs","health","id","ipWhitelists","lastAsyncOperation","name","numNodes","origin","password","productName","productTier","productUnit","projectId","subscriptionId","suspended","url","username"],"type":"object"}},"cratedb:index/getOrganization:getOrganization":{"description":"To retrieve an organization.\n","inputs":{"description":"A collection of arguments for invoking getOrganization.\n","properties":{"id":{"type":"string","description":"The id of the organization.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getOrganization.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/getOrganizationDc:getOrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"description":"The notification email used in the organization.\n","type":"string"},"id":{"description":"The id of the organization.\n","type":"string"},"name":{"description":"The name of the organization.\n","type":"string"},"notificationsEnabled":{"description":"Whether notifications enabled for the organization.\n","type":"boolean"},"planType":{"description":"The support plan type used in the organization.\n","type":"number"},"projectCount":{"description":"The project count in the organization.\n","type":"number"},"roleFqn":{"description":"The role FQN.\n","type":"string"}},"required":["dc","email","id","name","notificationsEnabled","planType","projectCount","roleFqn"],"type":"object"}},"cratedb:index/getOrganizations:getOrganizations":{"description":"To retrieve all organizations.\n","outputs":{"description":"A collection of values returned by getOrganizations.\n","properties":{"id":{"description":"The provider-assigned unique ID for this managed resource.\n","type":"string"},"organizations":{"items":{"$ref":"#/types/cratedb:index/getOrganizationsOrganization:getOrganizationsOrganization"},"type":"array"}},"required":["organizations","id"],"type":"object"}},"cratedb:index/getProject:getProject":{"description":"To retrieve a project.\n","inputs":{"description":"A collection of arguments for invoking getProject.\n","properties":{"id":{"type":"string","description":"The id of the project.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getProject.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/getProjectDc:getProjectDc","description":"The DublinCore of the project.\n"},"id":{"description":"The id of the project.\n","type":"string"},"name":{"description":"The name of the project.\n","type":"string"},"organizationId":{"description":"The organization id of the project.\n","type":"string"},"region":{"description":"The region of the project.\n","type":"string"}},"required":["dc","id","name","organizationId","region"],"type":"object"}}}} \ No newline at end of file diff --git a/provider/cmd/pulumi-resource-cratedb/schema.json b/provider/cmd/pulumi-resource-cratedb/schema.json index eecb911..477a529 100644 --- a/provider/cmd/pulumi-resource-cratedb/schema.json +++ b/provider/cmd/pulumi-resource-cratedb/schema.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "attribution": "This Pulumi package is based on the [`cratedb` Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb).", "repository": "https://github.com/komminarlabs/pulumi-cratedb", - "logoUrl": "https://avatars.githubusercontent.com/u/5713248?s=200\u0026v=4", + "logoUrl": "https://avatars.githubusercontent.com/u/4048232?s=48\u0026v=4", "pluginDownloadURL": "github://api.github.com/komminarlabs", "publisher": "komminarlabs", "meta": { diff --git a/sdk/dotnet/logo.png b/sdk/dotnet/logo.png index e62311cce010647ddc4fc4e9541eb3049e32821c..f573aaa67a45650685e5d0b7829f3a1fa9f8abf2 100644 GIT binary patch literal 411 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.7.0": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b" - integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ== + version "22.7.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.6.tgz#3ec3e2b071e136cd11093c19128405e1d1f92f33" + integrity sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw== dependencies: undici-types "~6.19.2" @@ -558,9 +558,9 @@ acorn-import-attributes@^1.9.5: integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ== acorn@^8.8.2: - version "8.12.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248" - integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg== + version "8.13.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.13.0.tgz#2a30d670818ad16ddd6a35d3842dacec9e5d7ca3" + integrity sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w== agent-base@^7.0.2, agent-base@^7.1.0, agent-base@^7.1.1: version "7.1.1" @@ -825,9 +825,9 @@ exponential-backoff@^3.1.1: integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== fdir@^6.1.1: - version "6.4.0" - resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.0.tgz#8e80ab4b18a2ac24beebf9d20d71e1bc2627dbae" - integrity sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ== + version "6.4.2" + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689" + integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ== find-up@^6.3.0: version "6.3.0"