ops-terraform-exoscale

Automate Terraform infrastructure deployment and configuration on Exoscale cloud.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/VictorHueni/homemade-claude-kit --skill ops-terraform-exoscale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-terraform-exoscale
Source: https://github.com/VictorHueni/homemade-claude-kit/tree/main/skills/ops-terraform-exoscale
Command: npx skills add https://github.com/VictorHueni/homemade-claude-kit --skill ops-terraform-exoscale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires terraform, tflint, trivy, exo, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Terraform infrastructure on Exoscale, automating tasks such as scaffold, lint, validate, and plan, while adhering to best practices.

Core Features & Use Cases

  • Automated Infrastructure Setup: Scaffold a Terraform project, add resources, and configure settings for Exoscale.
  • Quality-Gating: Lint, validate, and plan your Terraform code to ensure it meets best practices and security standards.
  • Companion to HashiCorp Skills: Integrates with official HashiCorp Terraform skills for additional functionality.
  • Use Case: Use this Skill to set up a Terraform project for an Exoscale cloud infrastructure, configure resources like compute instances and networks, and ensure your code is up to industry standards.

Quick Start

Scaffold a new Terraform project for Exoscale by running the ops-terraform-exoscale skill and selecting the 'scaffold' mode.

Frequently Asked Questions about ops-terraform-exoscale

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

FAQPage Schema
How do I automate Terraform infrastructure deployment on Exoscale?

You can automate Terraform infrastructure on Exoscale by scaffolding projects, configuring resources, and running quality-gating steps like linting and validation. This ensures your cloud deployment adheres to industry best practices.

What is the best way to scaffold a Terraform project for Exoscale?

The best way to scaffold a Terraform project for Exoscale is using an automated skill that initializes provider setup and configures resources like compute instances and networks, ensuring your infrastructure as code meets security standards.

Do I need the Exoscale CLI to manage Terraform infrastructure as code?

Yes, you need the Exoscale CLI, along with Terraform, tflint, and Trivy. These tools are required dependencies to properly scaffold, validate, and plan your Exoscale cloud automation tasks.

How does Terraform quality-gating work for Exoscale cloud automation?

Terraform quality-gating works by running tflint and Trivy to lint, validate, and plan your code. This process checks your Exoscale infrastructure configuration against best practices and security standards before deployment.

Can I use this Terraform Exoscale automation to configure compute instances and networks?

Yes, you can use this automation to configure Exoscale resources like compute instances and networks. It handles provider setup and resource addition to streamline your infrastructure as code workflow.