terraform-and-data-platform-infrastructure
Guides agents through infrastructure as code for data platforms. Use when provisioning or modifying storage, roles, secrets, networking, orchestration resources, catalogs, compute, or environment-specific data platform foundations.
Works with
--- name: terraform-and-data-platform-infrastructure description: Guides agents through infrastructure as code for data platforms. Use when provisioning or modifying storage, roles, secrets, networking, orchestration resources, catalogs, compute, or environment-specific data platform foundations. license: MIT --- # Terraform And Data Platform Infrastructure ## Overview Use this skill when data engineering work depends on platform infrastructure, not just SQL or code. It helps agents make environment setup reproducible, reviewable, and promotion-safe. ## When to Use - provisioning buckets, warehouses, jobs, roles, or secrets - changing network or access boundaries - creating environment-specific data platform resources - standardizing dev, staging, and production infrastructure Do not treat manual console changes as equivalent to managed infrastructure. ## Workflow 1. Identify the platform boundary. Decide which resources belong in infrastructure code versus application or transformation code. 2. Model environments explicitly. Capture: - naming rules - isolation boundaries - secrets strategy - promotion path 3. Keep access and governance in the same review surface as infrastructure. 4. Validate change safety before apply. Watch for: - destructive resource replacement - role drift - environment coupling - hidden manual dependencies 5. Document day-two operations. Provisioning is only part of the lifecycle. ## Common Rationalizations | Rationalization | Reality | | --- | --- | | "It is faster to click this in the console." | Manual changes drift quickly and are hard to review or reproduce. | | "We only need Terraform for production." | Lower environments drift first and make promotion less trustworthy. | | "Security can update roles separately." | Infra and access changes often need one coordinated review. | ## Red Flags - resource names and environments are inconsistent - secrets handling is unclear - destructive changes are not reviewed explicitly - manual prerequisites are undocumented ## Verification - [ ] Infrastructure boundaries and environment model are explicit - [ ] Access, secrets, and governance are reviewed with the infra change - [ ] Apply risk is understood before rollout - [ ] Day-two operations are documented where relevant
More DevOps & Infrastructure skills
azure-ai
microsoft/azure-skills
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.
appinsights-instrumentation
microsoft/azure-skills
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-storage
microsoft/azure-skills
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

