terraform-provision

star 55

Infrastructure as Code with Terraform

bidewio By bidewio schedule Updated 2/21/2026

name: terraform-provision description: Infrastructure as Code with Terraform version: 1.0.0 tags: [devops, iac, cloud, infrastructure]

Terraform – Infrastructure as Code

Terraform enables declarative infrastructure provisioning across cloud providers and on-premises resources.

  • GitHub: github.com/hashicorp/terraform (45 000+ ⭐)
  • License: MPL-2.0
  • Security: HashiCorp-backed. Enterprise-grade. No malware.

Usage Examples

Initialise a project

terraform init

Plan changes

terraform plan -out=tfplan

Apply infrastructure

terraform apply tfplan

Destroy resources

terraform destroy -auto-approve

AI Agent Tips

  • Use plan before apply to preview changes safely.
  • State file tracks infrastructure — use remote backends (S3, GCS) for teams.
  • Supports AWS, Azure, GCP, DigitalOcean, and 3000+ providers.
  • Modules enable reusable infrastructure patterns.
Install via CLI
npx skills add https://github.com/bidewio/better-openclaw --skill terraform-provision
Repository Details
star Stars 55
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator