tf-infra-agent

Automates Terraform provisioning across AWS, GCP, Azure, and Oracle Cloud infrastructure.

1.2k|140|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/first-fluke/oh-my-agent --skill tf-infra-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tf-infra-agent
Source: https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/tf-infra-agent
Command: npx skills add https://github.com/first-fluke/oh-my-agent --skill tf-infra-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the provisioning and management of cloud infrastructure across multiple providers using Infrastructure as Code (IaC) principles with Terraform, ensuring consistency, repeatability, and adherence to best practices.

Core Features & Use Cases

  • Multi-Cloud Provisioning: Manages infrastructure on AWS, GCP, Azure, and Oracle Cloud.
  • IaC Best Practices: Enforces modular design, naming conventions, and policy-as-code.
  • Use Case: Deploy a secure, scalable, and cost-optimized web application infrastructure across AWS and GCP, including compute, databases, networking, and IAM roles, all defined and managed via Terraform.

Quick Start

Use the tf-infra-agent to provision a new VPC with public and private subnets in AWS us-east-1.

Frequently Asked Questions about tf-infra-agent

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

FAQPage Schema
How do I automate provisioning cloud infrastructure with Terraform across multiple providers?

Automate multi-cloud infrastructure provisioning with Terraform by defining resources across AWS, GCP, Azure, and Oracle Cloud using modular design patterns. This ensures consistent configuration, repeatable deployments, and adherence to best practices.

What is the best way to manage Terraform state and enforce infrastructure-as-code policies?

Manage Terraform state and enforce infrastructure-as-code policies by applying modular design, naming conventions, and policy-as-code enforcement. This approach ensures consistent state management and compliant infrastructure configurations.

Does Terraform support multi-cloud setups for AWS, GCP, Azure, and Oracle Cloud?

Yes, Terraform supports multi-cloud setups for AWS, GCP, Azure, and Oracle Cloud. It handles multi-cloud resource mapping and cloud-agnostic resource configuration to manage infrastructure consistently across different providers.

Can I use Terraform to generate documentation aligned with ISO/IEC 42001 and ISO 22301 standards?

Yes, you can generate ISO/IEC 42001, ISO 22301, and ISO/IEC/IEEE 42010 aligned documentation directly from your Terraform infrastructure code. This ensures your cloud infrastructure meets compliance and architectural documentation requirements.

How do I deploy a secure VPC with public and private subnets in AWS using Terraform?

Deploy a secure AWS VPC with public and private subnets by defining the network configuration in Terraform and executing the terraform plan and apply commands. This automates the provisioning of isolated network architectures.