Terraform
TrialLanguages & Frameworks
Infrastructure as code tool used for environment setup and deployment.
Why it's here
Placed in Trial: 5 article(s) of evidence from 4 source(s), led by framework updates, with 5 in the last 30 days. Confidence 61%.
Evidence (5)
- 6InfoQ·8/10/2026securityPinterest Details Centralized Terraform Pipeline for AWS Guardrails
Pinterest has described its Resource Provisioner Pipeline (RPP), an internal Terraform execution engine used to manage AWS infrastructure with tighter controls. The system enforces least-privilege access, requires dual-control reviews, and adds guardrails to GitHub Actions-based workflows.
- 6InfoQ·7/31/2026framework_updateHashiCorp Adds tfpolicy for Terraform Policy as Code
HashiCorp has introduced tfpolicy, a new HCL-based policy-as-code framework for Terraform. The feature is in public beta within HCP Terraform and aims to streamline infrastructure governance by bringing policy creation and enforcement into existing Terraform workflows.
- 4Hacker News·7/30/2026researchRefactoring Cuts Agentic Coding Costs
A Thoughtworks CTO describes an experiment refactoring a 17,155-line Rust data access layer built by coding agents. By measuring token and time costs for the same change before and after each refactoring step, the article argues that cleanup work can reduce the cost of future agent-generated changes.
- 4The New Stack·7/30/2026framework_updateDNS should be managed like infrastructure
The article argues that DNS outages are often caused by routine misconfigurations and manual domain management, not just attacks. It recommends treating domains and DNS as infrastructure-as-code, using automation, version control, multiple users, separate recovery emails, and secondary DNS to improve resilience.
- 5InfoQ·7/30/2026framework_updateAWS Lambda Raises Managed Code Storage Quota
AWS Lambda now lets customers reference deployment packages directly from their own S3 buckets, which removes the per-Region managed code storage quota and increases the default managed limit from 75 GB to 300 GB. Per-function package size limits remain unchanged, and users still need to run UpdateFunctionCode after replacing an object.