ovh

Automate OVHcloud infrastructure provisioning with CLI and Terraform.

387|68|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arvo-AI/aurora --skill ovh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ovh
Source: https://github.com/Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/ovh
Command: npx skills add https://github.com/Arvo-AI/aurora --skill ovh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OVHcloud infrastructure management often requires switching between CLI commands and Terraform configurations. This skill provides a unified approach to provisioning OVH compute, networking, Kubernetes, and storage resources, reducing manual steps and ensuring reproducibility.

Core Features & Use Cases

  • Provision OVH compute instances and networks via the cloud_exec CLI.
  • Manage Managed Kubernetes Service (MKS) clusters and related resources with Terraform IaC.
  • Coordinate resource provisioning across regions and project scopes with guided workflows.

Quick Start

To get started, list OVH regions and create a sample VM using cloud_exec and then apply a Terraform configuration with iac_tool.

Frequently Asked Questions about ovh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OVHcloud infrastructure provisioning with Terraform?

Automate OVHcloud infrastructure provisioning by defining Terraform resource blocks for compute, networking, and storage, then applying configurations via the iac_tool to ensure reproducible lifecycle management across regions.

Can I manage OVHcloud Kubernetes clusters using both CLI and Terraform?

Yes, you can manage OVHcloud Managed Kubernetes Service clusters and related resources by combining CLI interactions via cloud_exec with Terraform IaC tooling for unified provisioning and lifecycle coordination.

What is the best way to provision compute instances across multiple OVHcloud regions?

Provision compute instances across OVHcloud regions by executing commands through the cloud_exec CLI, utilizing guided workflows that handle region-specific configurations and coordinate project scopes effectively.

How do I handle OVHcloud resource IDs and regions when configuring infrastructure?

Handle OVHcloud resource IDs and regions by using UUIDs for identification within your configurations, applying guided workflows to parse region formats, and coordinating provisioning across project scopes via Terraform and CLI.

Does this approach support configuring OVHcloud object storage and networking resources?

Yes, the approach supports provisioning OVHcloud object storage and configuring networks by applying Terraform resource blocks and using CLI interactions to manage the complete infrastructure lifecycle.

Why switch between CLI commands and Terraform for OVHcloud management?

Switching between CLI commands and Terraform for OVHcloud management provides a unified approach that reduces manual steps, coordinates resources across regions, and ensures reproducible infrastructure provisioning.