terraform-ansible

Installation
SKILL.md

Terraform + Ansible Infrastructure Automation

Provision cloud infrastructure with Terraform and configure servers with Ansible playbooks for complete Infrastructure as Code workflows.

Direct Control (CLI / API / Scripting)

Terraform Commands

# Initialize project
terraform init
terraform init -upgrade  # Upgrade providers
terraform init -reconfigure  # Reconfigure backend

# Workspace management
terraform workspace list
terraform workspace new staging
terraform workspace select production
terraform workspace show
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026