infrastructure-as-code

Automate cloud infrastructure provisioning with Terraform, CloudFormation, ARM templates, and Kubernetes manifests.

17|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill infrastructure-as-code-logos-liber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure-as-code
Source: https://github.com/Logos-Liber/Atlas-Agent-Teams/tree/main/teams/devops-cloud/skills/infrastructure-as-code
Command: npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill infrastructure-as-code-logos-liber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the provisioning and management of cloud infrastructure using code, ensuring consistency, repeatability, and version control for your deployments.

Core Features & Use Cases

  • Declarative Infrastructure: Define your infrastructure using tools like Terraform, CloudFormation, ARM templates, and Kubernetes manifests.
  • Best Practices: Learn and apply best practices for state management, module structure, security, and drift detection.
  • Use Case: Deploy a new microservice with its associated database, load balancer, and networking rules using a Terraform configuration, ensuring it's identical across development, staging, and production environments.

Quick Start

Use the infrastructure-as-code skill to generate a Terraform plan for deploying a new S3 bucket.

Frequently Asked Questions about infrastructure-as-code

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

FAQPage Schema
How do I manage cloud infrastructure as code across multiple environments?

Manage cloud infrastructure as code by using declarative configurations with tools like Terraform or CloudFormation to define resources, ensuring identical deployments across development, staging, and production environments through version-controlled templates.

What is the best way to handle Terraform state management and drift detection?

Handle Terraform state management and drift detection by applying infrastructure as code best practices, using declarative configuration to track resource state and identify configuration drift across multi-cloud and hybrid environments.

Can I use Kubernetes manifests and Ansible playbooks for infrastructure provisioning?

Yes, you can use Kubernetes manifests and Ansible playbooks for infrastructure provisioning and configuration management, applying code principles to automate deployments and enforce consistency across hybrid cloud environments.

How do I deploy a microservice with a database and load balancer using infrastructure as code?

Deploy a microservice with a database and load balancer by writing a declarative infrastructure as code configuration, such as a Terraform plan, that provisions the associated networking rules and resources together for automated, repeatable deployments.

Does infrastructure as code work with ARM templates for cloud deployments?

Yes, infrastructure as code works with ARM templates for cloud deployments, allowing you to define and automate resource provisioning, enforce security best practices, and maintain consistent configuration across your cloud environments.

What are the limitations of managing multi-cloud infrastructure with code?

Managing multi-cloud infrastructure with code requires handling state management complexity, addressing configuration drift, and ensuring security best practices are maintained across different providers and tools like Terraform, CloudFormation, and ARM templates.