cloud-provision

Provision AWS, OCI, and Hetzner infrastructure with Terraform or Pulumi modules.

3|Updated May 28, 2026
One-click install
npx skills add https://github.com/mahg-es/araya --skill cloud-provision
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-provision
Source: https://github.com/mahg-es/araya/tree/main/skills/cloud-provision
Command: npx skills add https://github.com/mahg-es/araya --skill cloud-provision

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provisioning cloud infrastructure across multiple providers quickly leads to unreproducible configurations and drift. This skill codifies infrastructure in Terraform and Pulumi modules to enable reproducible, auditable deployments.

Core Features & Use Cases

  • Multi-cloud IaC provisioning for AWS, OCI, Hetzner
  • Design of VPCs, subnets, security groups, compute, storage, and databases
  • CI/CD integration with remote state management, encryption, and governance
  • Use Case: Platform teams delivering scalable cloud platforms with auditable changes

Quick Start

Define a multi-cloud infrastructure plan and generate a Terraform/Pulumi module that provisions networks, compute, storage, and databases with remote state and secure defaults.

Frequently Asked Questions about cloud-provision

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

FAQPage Schema
How do I provision multi-cloud infrastructure using Terraform and Pulumi?

Multi-cloud infrastructure provisioning codifies resources in Terraform and Pulumi modules. This solves unreproducible configurations and drift by creating reproducible, auditable deployments across AWS, OCI, and Hetzner.

How does remote state management work for infrastructure-as-code deployments?

Remote state management works by integrating with CI/CD pipelines to enforce remote state, encryption, and locking. This ensures auditable changes and prevents state drift during multi-cloud infrastructure provisioning.

Can I use infrastructure-as-code to provision secure VPCs and databases across AWS and OCI?

Yes, you can provision secure VPCs, subnets, security groups, compute, storage, and databases across AWS and OCI. The generated IaC modules enforce secure defaults, secrets handling, and resource tagging automatically.

What is the best way to handle secrets and resource tagging in automated cloud provisioning?

The best way to handle secrets and tagging in automated cloud provisioning is through guarded deployment workflows. These workflows enforce IaC practices, secure secrets handling, and consistent resource tagging across all provisioned environments.

Does this approach support CI/CD pipelines requiring reproducible environments on Hetzner?

Yes, this approach supports CI/CD pipelines on Hetzner by provisioning reproducible, auditable environments. It generates IaC modules with remote state and governance to ensure consistent platform engineering deployments.