Use TF Actions and Ansible Automation Platform
Use Terraform (TF) Actions with Ansible Automation Platform to trigger automated configuration after your infrastructure is provisioned.
- About Terraform Actions and Ansible Automation Platform
The Terraform (TF) Actions adds an imperativeactionblock to the HCL language, letting you execute steps after infrastructure is provisioned without leaving the declarative Terraform workflow. This keeps the entire infrastructure and configuration process visible in your Terraform configuration. - Use TF Actions as a direct job
When you use TF Actions to launch jobs directly with Ansible Automation Platform, the process is streamlined and sequential. - Use TF Actions with Event-Driven Ansible
Event-Driven Ansible is an automation feature that allows Ansible Automation Platform to react to real-time events, instead of being triggered on a schedule or by a manual request.