terraform-cli

Execute Terraform CLI commands for Azure infrastructure validation, planning, and security scanning.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill terraform-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-cli
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/terraform-cli
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill terraform-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Azure infrastructure using Terraform, ensuring configurations are validated, planned, and applied efficiently and securely.

Core Features & Use Cases

  • Configuration Validation: Ensures Terraform code is syntactically correct and well-formatted.
  • Infrastructure Planning: Generates detailed execution plans for infrastructure changes, allowing for review before application.
  • Security Scanning: Integrates tools like TFSec and Checkov to identify security vulnerabilities in Terraform code.
  • State Management: Provides read-only access to Terraform state for resource inspection.
  • Use Case: Before deploying a new Kubernetes cluster, use this Skill to validate the Terraform configuration, plan the changes, and run a security scan to identify any potential misconfigurations.

Quick Start

Validate the current Terraform configuration and then plan the infrastructure changes for the dev environment.

Frequently Asked Questions about terraform-cli

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

FAQPage Schema
How do I validate and plan Azure infrastructure changes with Terraform?

You can validate and plan Azure infrastructure with Terraform by executing deterministic CLI commands that check formatting, generate execution plans, and review changes before applying them.

Can I run security scanning on my Terraform configurations for Azure?

Yes, you can run security scanning on Terraform configurations using integrated tools like TFSec and Checkov to identify vulnerabilities and potential misconfigurations before deployment.

Do I need Azure CLI installed to manage infrastructure as code with Terraform?

Yes, you need both the Terraform CLI and Azure CLI installed, along with specific environment variables configured for authentication, to execute infrastructure as code operations.

What is the best way to inspect Azure resources in a Terraform state file?

The best way to inspect Azure resources in a Terraform state file is through read-only state access, which allows you to query and review managed resources without risking accidental modifications.

Does this Terraform workflow support applying changes directly to Azure?

This Terraform workflow focuses on validation, planning, and security scanning to review changes, while state management provides read-only access to inspect resources rather than directly applying changes.