terraform-basics
Installation
SKILL.md
Terraform Skill
Quick Start
Deploy Pub/Sub topics to GCP in 3 minutes:
# 1. Initialize (downloads providers, sets up backend)
terraform init
# 2. Preview changes
terraform plan
# 3. Apply
terraform apply -auto-approve
Terraform configuration:
Related skills