Agent Skills: Terraform Infra Ops

Operate and update the Terraform infrastructure in ops/infra, including init/apply flows, formatting, and linting. Use when modifying Cloudflare Pages/R2 resources, updating Terraform state config, or running infra operations.

UncategorizedID: salieri/resume/terraform-infra-ops

Install this agent skill to your local

pnpm dlx add-skill https://github.com/salieri/resume/tree/HEAD/skills/terraform-infra-ops

Skill Files

Browse the full folder contents for terraform-infra-ops.

Download Skill

Loading file tree…

skills/terraform-infra-ops/SKILL.md

Skill Metadata

Name
terraform-infra-ops
Description
Operate and update the Terraform infrastructure in ops/infra, including init/apply flows, formatting, and linting. Use when modifying Cloudflare Pages/R2 resources, updating Terraform state config, or running infra operations.

Terraform Infra Ops

Overview

Apply and maintain the Cloudflare Terraform infrastructure using the repo's documented workflow.

Workflow

  1. Work from ops/infra and follow the runbook in ops/infra/README.md for first-run vs subsequent runs.
  2. Export required backend variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_ENDPOINT_URL_S3) before running Terraform.
  3. Run terraform fmt and tflint on changes before completion.