terraform-infra-engineer

Provision and manage cloud infrastructure with Terraform across AWS, GCP, Azure, and Oracle Cloud.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/magisph/rv-adv --skill terraform-infra-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-infra-engineer
Source: https://github.com/magisph/rv-adv/tree/main/.agent/skills/terraform-infra-engineer
Command: npx skills add https://github.com/magisph/rv-adv --skill terraform-infra-engineer

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 principles, ensuring consistency, repeatability, and scalability.

Core Features & Use Cases

  • Multi-Cloud Provisioning: Manages compute, databases, storage, and networking resources on AWS, GCP, Azure, and Oracle Cloud.
  • Infrastructure as Code (IaC): Enables version-controlled, auditable, and repeatable infrastructure deployments.
  • Use Case: Deploy a secure, scalable web application infrastructure across AWS and GCP, including VPCs, Kubernetes clusters, managed databases, and CI/CD integration for automated deployments.

Quick Start

Use the terraform-infra-engineer skill to provision a new VPC in AWS with private and public subnets.

Frequently Asked Questions about terraform-infra-engineer

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

FAQPage Schema
How do I provision cloud infrastructure across multiple providers like AWS and Azure?

You provision multi-cloud infrastructure using Terraform to define and manage resources across AWS, GCP, Azure, and Oracle Cloud. This ensures consistent, repeatable deployments for compute, database, storage, and networking components.

What is the best way to manage infrastructure as code for a scalable web application?

Managing infrastructure as code with Terraform allows you to version, audit, and repeat deployments for scalable web applications. You can configure VPCs, Kubernetes clusters, and managed databases across supported cloud providers.

Does Terraform support Oracle Cloud infrastructure provisioning?

Yes, Terraform supports Oracle Cloud (OCI) provisioning alongside AWS, GCP, and Azure. You can automate the configuration of compute, database, storage, networking, and IAM resources within the Oracle Cloud environment.

How do I manage Terraform state and plan/apply workflows for multi-cloud setups?

Terraform manages multi-cloud setups through structured plan and apply workflows, handling state to track resource configurations. This automation ensures infrastructure deployments remain auditable and repeatable across different cloud providers.

Can I use Terraform to configure VPCs, subnets, and IAM roles in AWS?

Yes, you can use Terraform to configure AWS VPCs with private and public subnets along with IAM roles. It automates provisioning for networking, compute, storage, and database resources to establish a secure cloud environment.