Tag: Terraform Actions
All the articles with the tag "Terraform Actions".
-
Introduction to Terraform Actions
Actions is a new language feature of Terraform that allows you to express non-CRUD operations in your configuration. Think of it as first-class support for workarounds where you had to use a local-exec provisioner or a pseudo data source before.