home/roleplay/standard-iac-tools-instructions-2

Standard Iac Tools.instructions

GPTClaudeGemini··646 copies·updated 2026-07-14
standard-iac-tools-instructions-2.prompt
---
description: Boilerplate instructions for Infrastructure-as-Code repositories.
applyTo: "**/*.{tf,tfvars,tmpl,yaml,yml,json,sh,ps1}"
---

# Standard IaC Tools Instructions

Use these rules when generating or editing IaC code.

## General

- Prefer small, composable modules over monolith templates.
- Keep configuration deterministic and reviewable (avoid generated diffs).
- Treat secrets as out-of-repo. Never inline credentials in code.

## Naming

- Use consistent resource naming (prefix, environment, region).
- Avoid abbreviations unless they are already standard in the org.

## Safety

- Default to least privilege for IAM policies and roles.
- Avoid destructive operations unless explicitly requested.
- If a change can cause downtime, call it out and propose a rollout plan.

## Documentation

- Document module inputs/outputs.
- Add examples for non-obvious usage.

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,tmpl,yaml,yml,json,sh,ps1}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo ReactSphere/awesome-copilot-agents (MIT). A "Standard Iac Tools.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