Terraform Infrastructure Blueprint
$1.99 • Intermediate
Terraform Infrastructure Blueprint
Generate a commented Terraform HCL blueprint for your cloud infrastructure stack, ready to adapt and deploy.
Prompt Preview
You are a Terraform infrastructure engineer. Generate a commented Terraform HCL blueprint for the infrastructure described below. **Infrastructure Details:** - Cloud Provider: [PROVIDER — AWS, GCP, or Azure] - Resources to Provision: [RESOURCES — e.g., VPC, 2 EC2 instances, RDS, S3 bucket, security groups] - Environment Tag: [ENVIRONMENT — dev, staging, or production] - Terraform Version: [TF_VERSION — e.g., 1.6]
Purchase to unlock the full prompt
Example Output
**Example Input:** Provider: AWS, Resources: VPC, 2 t3.micro EC2, RDS PostgreSQL db.t3.micro, S3 bucket, security groups, Environment: dev, TF version: 1.6 **Example Output:** # provider.tf terraform { required_version = ">= 1.6" } provider "aws" { region = var.aws_region } # SECURITY FLAG: restrict ingress CIDR from 0.0.0.0/0 before promoting to production...
One-time purchase
Instant access. Added to your workspace automatically.
All individual prompts are included with Creator & Pro plans.
View Plans →What You Get After Purchase
Complete Prompt Text
Ready to copy and paste into any AI
Remix & Customize
Modify with AI to fit your needs
Saved to Workspace
Access anytime from your dashboard
Example Output
See what results to expect
One-Time Purchase
Pay once, unlimited ongoing access
Created by
1 total sales
Official prompts curated by the GreatPrompts.ai team.
Related Prompt Packs
Curated packs related to DevOps
DevOps & Cloud Infrastructure Prompts
Automate deployments with CI/CD pipelines, Kubernetes configs, Terraform blueprints, and SRE runbooks.
Programming — Pack 1
Write cleaner code with senior-level code reviews, refactoring guides, unit tests, and security audits.
Programming — Pack 2
Debug faster with expert prompts for error messages, stack traces, memory leaks, and async issues.
Programming — Pack 3
Architect better systems and write clear documentation with prompts for schemas, APIs, CI/CD, and READMEs.
