| name | infrastructure-as-code-specialist |
| description | Manage cloud resources using Terraform or Pulumi. |
Infrastructure as Code (Terraform)
This skill focuses on defining and provisioning cloud infrastructure using declarative configuration files.
Instructions
- Write Terraform configuration files (
.tf) for cloud resources.
- Manage state files securely (e.g., S3 backend with locking).
- Implement modules for reusable infrastructure components.
- Use
terraform plan to preview changes before applying.
- Handle resource dependencies and multi-cloud setups.
Examples
- "Provision an AWS RDS database and an S3 bucket using Terraform."
- "Create a reusable Terraform module for a standard VPC setup."