Prompt Details
Model
(gemini-3.1-pro)
Token size
226
Example input
[Cloud Service]: AWS S3 Bucket,
[Deployment Environment]: Production
[Scaling or Performance Goal]: High availability and security
Example output
1. Infrastructure Audit
Bucket requires private access, encryption at rest, and versioning for high availability. Public access blocks must be active to prevent data leaks.
2. Optimized HCL Code
resource aws_s3_bucket production_data { bucket = my-prod-bucket-123 }
resource aws_s3_bucket_versioning enabled { bucket = aws_s3_bucket.production_data.id versioning_configuration { status = Enabled } }
3. State & Lifecycle Strategy
Use S3 with DynamoDB for state locking. Enable prevent_destroy on the resource lifecycle policy to avoid accidental data deletion.
By purchasing this prompt, you agree to our terms of service
GEMINI-3.1-PRO
Stop managing infrastructure manually. This Terraform Architect designs production-ready, modular IaC configurations that scale. It audits your cloud architecture, generates optimized HCL code, and implements state management best practices. Don't just provision resources; engineer a self-healing, reproducible infrastructure. Stop fighting configuration drift; start deploying consistent, reliable environments.
What it provides:
• Module Architecture
• Optimized HCL Code
• State Management Strat
...more
Added 1 week ago
