terraform

Provides Terraform IaC reference covering HCL syntax, modules, state, and Proxmox provider patterns.

7|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/poindexter12/waypoint --skill terraform-poindexter12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform
Source: https://github.com/poindexter12/waypoint/tree/main/technologies/skills/terraform
Command: npx skills add https://github.com/poindexter12/waypoint --skill terraform-poindexter12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured Terraform infrastructure-as-code reference covering HCL syntax, state management, module design, and Telmate Proxmox provider patterns to guide robust configuration and operations.

Core Features & Use Cases

  • Reference for HCL syntax, state handling, and module design to help teams structure reusable Terraform components.
  • Proxmox provider guidance including authentication, VM provisioning patterns, and common pitfalls to avoid.
  • Use Case: Design and manage complex Proxmox deployments with modular Terraform configurations across environments.

Quick Start

Audit and align your Terraform configurations with established patterns to ensure safe, repeatable deployments.

Frequently Asked Questions about terraform

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

FAQPage Schema
How do I structure reusable Terraform modules for complex Proxmox deployments?

Terraform module design uses HCL syntax references to structure reusable components, ensuring safe and repeatable infrastructure-as-code deployments across multiple environments.

What is the best way to handle Terraform state management for infrastructure-as-code?

Terraform state management relies on backend configuration references to maintain aligned infrastructure state, ensuring safe and repeatable operations across environments.

Can I use the Telmate Proxmox provider to provision VMs with Terraform?

Yes, the Telmate Proxmox provider supports Terraform VM provisioning by applying specific authentication and resource configuration patterns to avoid common pitfalls.

Does Terraform HCL syntax guidance include patterns for provider configurations?

Terraform HCL syntax guidance includes provider pattern references covering authentication and resource definitions necessary for robust infrastructure-as-code setups.

What are common pitfalls when using Terraform for Proxmox VM provisioning?

Common Proxmox VM provisioning pitfalls include authentication misconfigurations and improper state handling, mitigated by following established Terraform provider patterns and references.