Skip to main content
DevOps 2 min read 216 views

Terraform Actions Reach General Availability

HashiCorp announced general availability of Terraform Actions, bringing Day 2 infrastructure operations directly into Terraform workflows with integrations for tools like Ansible.

TD

TechDrop Editorial

Share:

HashiCorp has announced the general availability of Terraform Actions, a feature that extends Terraform's capabilities beyond initial provisioning to encompass ongoing Day 2 infrastructure management. The feature, which moved from public beta to GA in early 2026, addresses a long-standing challenge in infrastructure management by codifying operational tasks that traditionally required separate automation tools.

What Are Terraform Actions

Terraform Actions are described as "super-provisioners" that enable teams to trigger third-party tools and automation throughout a resource's lifecycle. While Terraform has historically focused on the deployment and destruction of infrastructure, Actions fill the gap by handling the ongoing management tasks that occur between those endpoints—health monitoring, configuration updates, and maintenance operations.

Integration with Existing Tools

The GA release includes native integration with Red Hat's Event-Driven Ansible, allowing teams to trigger Ansible playbooks directly from Terraform code. This integration exemplifies the Actions approach: rather than replacing existing automation tools, Terraform Actions provides a unified interface for orchestrating them within infrastructure-as-code workflows. Additional integrations with monitoring, backup, and compliance tools are expected to follow.

Impact on DevOps Workflows

By consolidating Day 2 operations into Terraform, teams can maintain a single source of truth for infrastructure state while leveraging specialized tools for specific operational tasks. This reduces context switching and improves auditability, as all infrastructure changes flow through version-controlled Terraform configurations. The feature is available now in Terraform Cloud and self-hosted Terraform Enterprise deployments.

Related Articles

DevOps 2 min read

Docker Engine 29.3 Ships with Native gRPC Support and BuildKit v0.28

Docker Engine 29.3.0 introduces native gRPC support on listening sockets, BuildKit v0.28.0, and a new bind-create-src option for flexible volume mounting. The release lowers the minimum API version to v1.40 for broader backward compatibility and fixes DNS configuration corruption during daemon reloads.