smaqit.infrastructure-provision-cyso

Automate Cyso Cloud infrastructure provisioning with Terraform and Vault credentials.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-infrastructure-provision-cyso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smaqit.infrastructure-provision-cyso
Source: https://github.com/ruifrvaz/local-image-generator/tree/main/.github/skills/smaqit.infrastructure-provision-cyso
Command: npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-infrastructure-provision-cyso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires terraform, vault, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the provisioning of cloud infrastructure for the HIM Corporate application on Cyso Cloud using Terraform, handling credential sourcing, backend initialization, SSH key configuration, and Terraform execution.

Core Features & Use Cases

  • Infrastructure Provisioning: Automates the creation of Cyso VMs with Cinder data volumes and security groups.
  • Credential Management: Sourcing application credentials and managing SSH keypairs securely.
  • Terraform Execution: Handles terraform init/plan/apply processes for infrastructure deployment.
  • Use Case: For operators to provision a new Cyso VM with necessary configurations, or to re-run Terraform after changes.

Quick Start

Run the skill to provision a new Cyso VM: terraform apply.

Frequently Asked Questions about smaqit.infrastructure-provision-cyso

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

FAQPage Schema
How do I automate cloud infrastructure provisioning on Cyso Cloud with Terraform?

Automate cloud infrastructure provisioning on Cyso Cloud by running Terraform to handle VM creation, Cinder data volumes, and security groups. The automation manages backend initialization and executes the deployment process.

Do I need Vault to manage credentials for Terraform automation?

Yes, Vault is required to manage credentials for Terraform automation. The process sources application credentials and manages SSH keypairs securely by integrating directly with Vault.

How do I configure SSH keys when provisioning a new Cyso VM?

Configure SSH keys when provisioning a new Cyso VM by sourcing keypairs securely through the automated workflow. The process handles key configuration before executing the Terraform deployment.

What Terraform version is required for Cyso Cloud infrastructure automation?

Terraform 1.14 or higher is required for Cyso Cloud infrastructure automation. You must ensure your environment meets this version prerequisite before executing the provisioning workflows.

Can I re-run Terraform to apply configuration changes to an existing Cyso VM?

Yes, you can re-run Terraform to apply configuration changes to an existing Cyso VM. Executing the process again updates the infrastructure state and provisions any new necessary configurations.

What is the best way to handle backend initialization for Terraform on Cyso Cloud?

Handle backend initialization for Terraform on Cyso Cloud by using the automated provisioning process. The workflow manages backend setup, credential sourcing, and the init, plan, and apply execution steps.