skill-terraform-workflow

Automate Terraform/Terranix plan and apply workflows with approval gates.

14|3|Updated Jul 23, 2023
One-click install
npx skills add https://github.com/codgician/serenitea-pot --skill skill-terraform-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-terraform-workflow
Source: https://github.com/codgician/serenitea-pot/tree/main/.opencode/skills/skill-terraform-workflow
Command: npx skills add https://github.com/codgician/serenitea-pot --skill skill-terraform-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and govern Terraform/Terranix infrastructure changes using a deterministic Terranix workflow, reducing risk and human error.

Core Features & Use Cases

  • Terranix-centric workflow: standardizes plan/apply cycles using tfmgr.
  • DNS and cloud resource changes: supports safe, reviewable modifications across providers.
  • Use Case: When preparing infrastructure for a new environment, use this Skill to validate syntax, generate a plan, and apply changes with explicit approval.

Quick Start

Load fact-infra for Terranix syntax and run a plan to preview changes.

Frequently Asked Questions about skill-terraform-workflow

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

FAQPage Schema
How do I automate Terraform plan and apply workflows safely?

Automate Terraform plan and apply workflows safely by using a deterministic Terranix workflow with tfmgr, which standardizes infrastructure cycles and enforces approval gates before applying changes.

Can I manage DNS changes with Terraform using Terranix?

Yes, you can manage DNS changes with Terraform using Terranix. The workflow supports safe, reviewable DNS modifications and cloud resource changes across multiple providers.

What is the best way to preview infrastructure changes before deployment?

The best way to preview infrastructure changes before deployment is to run a Terranix plan using tfmgr, which validates syntax and generates a plan for review before any changes are applied.

How does Terranix enforce safety review for infrastructure deployments?

Terranix enforces safety review for infrastructure deployments by applying explicit approval gates and frontmatter-specified configuration, ensuring that plan and apply cycles require validation before execution.

Do I need approval gates for Terraform deployments across multiple providers?

Yes, approval gates are required for Terraform deployments across multiple providers. The Terranix workflow enforces these gates to reduce human error and ensure changes are reviewable before application.