home/roleplay/terraform-instructions-2

Terraform.instructions

GPTClaudeGemini··643 copies·updated 2026-07-14
terraform-instructions-2.prompt
---
description: Terraform conventions and safety checks.
applyTo: "**/*.{tf,tfvars}"
---

# Terraform Instructions

## Modules

- Keep modules focused.
- Document inputs/outputs.

## State Safety

- Do not suggest `terraform state rm` unless explicitly asked.
- Avoid moving resources without a clear migration plan.

## Variables

- Use explicit types.
- Provide sane defaults only when safe.

## Reviewability

- Prefer deterministic `for_each` keys.
- Avoid complex nested conditionals when readability suffers.

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{tf,tfvars}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo ReactSphere/awesome-copilot-agents (MIT). A "Terraform.instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

ReactSphere/awesome-copilot-agents · MIT