From cfd629cd598522819350649965ec1a283511bada Mon Sep 17 00:00:00 2001 From: dirien Date: Wed, 4 Dec 2024 08:07:07 +0000 Subject: [PATCH] Update metadata.json --- metadata/dist/metadata.json | 180 ++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) diff --git a/metadata/dist/metadata.json b/metadata/dist/metadata.json index d96a8566..5b64e420 100644 --- a/metadata/dist/metadata.json +++ b/metadata/dist/metadata.json @@ -2829,6 +2829,186 @@ "description": "A minimal OpenStack Pulumi YAML program" } }, + "ovh-csharp": { + "name": "ovh-csharp", + "runtime": "dotnet", + "template": { + "description": "A minimal OVHcloud C# Pulumi program", + "config": { + "ovhServiceName": { + "description": "The OVHcloud Public Cloud Project to deploy into" + }, + "ovhRegion": { + "default": "GRA", + "description": "The OVHcloud region to deploy into" + }, + "planName": { + "default": "SMALL", + "description": "Name of the plan" + }, + "registryName": { + "default": "my-registry", + "description": "Name of the private registry" + }, + "registryUserName": { + "default": "user", + "description": "Name of the user" + }, + "registryUserEmail": { + "default": "myuser@ovh.com", + "description": "Email of the user" + }, + "registryUserLogin": { + "default": "myuser", + "description": "Login of the user" + } + } + } + }, + "ovh-go": { + "name": "ovh-go", + "runtime": "go", + "template": { + "description": "A minimal OVHcloud Go Pulumi program", + "config": { + "ovhServiceName": { + "description": "The OVHcloud Public Cloud Project to deploy into" + }, + "ovhRegion": { + "default": "GRA", + "description": "The OVHcloud region to deploy into" + }, + "planName": { + "default": "SMALL", + "description": "Name of the plan" + }, + "registryName": { + "default": "my-registry", + "description": "Name of the private registry" + }, + "registryUserName": { + "default": "user", + "description": "Name of the user" + }, + "registryUserEmail": { + "default": "myuser@ovh.com", + "description": "Email of the user" + }, + "registryUserLogin": { + "default": "myuser", + "description": "Login of the user" + } + } + } + }, + "ovh-java": { + "name": "ovh-java", + "runtime": "java", + "template": { + "description": "A minimal OVHcloud Java Pulumi program", + "config": { + "ovhServiceName": { + "description": "The OVHcloud Public Cloud Project to deploy into" + }, + "ovhRegion": { + "default": "GRA", + "description": "The OVHcloud region to deploy into" + }, + "planName": { + "default": "SMALL", + "description": "Name of the plan" + }, + "registryName": { + "default": "my-registry", + "description": "Name of the private registry" + }, + "registryUserName": { + "default": "user", + "description": "Name of the user" + }, + "registryUserEmail": { + "default": "myuser@ovh.com", + "description": "Email of the user" + }, + "registryUserLogin": { + "default": "myuser", + "description": "Login of the user" + } + } + } + }, + "ovh-python": { + "name": "ovh-python", + "runtime": "python", + "template": { + "description": "A minimal OVHcloud Python Pulumi program", + "config": { + "ovhServiceName": { + "description": "The OVHcloud Public Cloud Project to deploy into" + }, + "ovhRegion": { + "default": "GRA", + "description": "The OVHcloud region to deploy into" + }, + "planName": { + "default": "SMALL", + "description": "Name of the plan" + }, + "registryName": { + "default": "my-registry", + "description": "Name of the private registry" + }, + "registryUserName": { + "default": "user", + "description": "Name of the user" + }, + "registryUserEmail": { + "default": "myuser@ovh.com", + "description": "Email of the user" + }, + "registryUserLogin": { + "default": "myuser", + "description": "Login of the user" + } + } + } + }, + "ovh-typescript": { + "name": "ovh-typescript", + "runtime": "nodejs", + "template": { + "description": "A minimal OVHcloud TypeScript Pulumi program", + "config": { + "ovhServiceName": { + "description": "The OVHcloud Public Cloud Project to deploy into" + }, + "ovhRegion": { + "default": "GRA", + "description": "The OVHcloud region to deploy into" + }, + "planName": { + "default": "SMALL", + "description": "Name of the plan" + }, + "registryName": { + "default": "my-registry", + "description": "Name of the private registry" + }, + "registryUserName": { + "default": "user", + "description": "Name of the user" + }, + "registryUserEmail": { + "default": "myuser@ovh.com", + "description": "Email of the user" + }, + "registryUserLogin": { + "default": "myuser", + "description": "Login of the user" + } + } + } + }, "pinecone-csharp": { "name": "pinecone-csharp", "runtime": "dotnet",