What’s new cloud, Terraform v1.14.0 just dropped
Terraform v1.14.0 added List Resources and Actions. Query existing infra and run operational tasks directly in your config.
Welcome back to this new edition of the What’s New Cloud Newsletter, where I share my insights on topics covering AI/ML, Terraform automation, and the latest AWS releases.
Terraform has released v1.14.0, and this one brings meaningful improvements to how we explore infrastructure and run small operations during deployments.
What’s New
Terraform v1.14.0 introduces two standout capabilities:
1. List Resources
You can now define list queries in .tfquery.hcl files and use a new command to explore your existing infrastructure. This gives teams a clearer way to audit and understand what’s already deployed without workarounds or custom scripts.
2. Actions
Terraform now supports provider-defined “Actions,” which let you run tasks like invoking a Lambda or triggering a CloudFront invalidation directly in your configuration. These aren’t full resources—they’re small operational tasks you can attach to your workflows.
The release also includes several fixes, testing improvements, and added support for the AWS European Sovereign Cloud.
Why This Matters
This update brings:
Easier infrastructure discovery through built-in queries
The ability to run operational tasks without stepping outside Terraform
Cleaner workflows, especially for teams managing large multi-cloud environments
More predictable testing and validation behavior
These changes reduce the friction around day-to-day Terraform use and help teams move faster with fewer hacks.
My Take
Terraform v1.14.0 feels like a practical upgrade focused on real engineering pain points.
Built-in querying is something many teams have been waiting for.
Actions are a nice step toward blending declarative infrastructure with the small tasks we need during deployments.
Overall, this release is a quiet but meaningful improvement.
If you want weekly cloud, DevOps, and Terraform insights delivered straight to you, subscribe here.
Stay ahead of the cloud curve. Every week, I share AWS news, feature releases, and the most talked-about DevOps trends, all in one place.


