home/roleplay/standard-iac-tools-instructions

Standard Iac Tools.instructions

GPTClaudeGemini··493 copies·updated 2026-07-14
standard-iac-tools-instructions.prompt
# GitHub Copilot Instructions

These instructions define how GitHub Copilot should assist with this infrastructure-as-code project. The goal is to ensure consistent, secure, and modular infrastructure definitions aligned with our conventions, stack, and best practices.

## 🧠 Context

- **Project Type**: Infrastructure Provisioning / Cloud Architecture
- **Language / Tool**: Terraform / Pulumi / Bicep / AWS CDK / Crossplane
- **Cloud Providers**: Azure / AWS / GCP / Kubernetes
- **Architecture**: Modular / Multi-environment / GitOps / Microservices

## 🔧 General Guidelines

- Follow idiomatic conventions for the IaC tool in use.
- Use modules/components to encapsulate reusable infrastructure logic.
- Use variables and locals for configuration—avoid hardcoded values.
- Prefer secure defaults (e.g., private networks, encryption enabled).
- Include descriptions and constraints on all input variables.
- Use comments to document resource intent and dependencies.
- Format consistently using `terraform fmt`, `bicep format`, or tool-specific formatters.

## 📁 File Structure

Use this structure as a guide when creating or updating files:

when to use it

Community prompt sourced from the open-source GitHub repo Code-and-Sorts/awesome-copilot-agents (CC0-1.0). 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

Code-and-Sorts/awesome-copilot-agents · CC0-1.0