Tag: Terraform Actions
All the articles with the tag "Terraform Actions".
-
Terraform Actions Usage Patterns: A Growing Reference Guide
A curated and growing list of common usage patterns for Terraform Actions, showing real-world examples of non-CRUD operations in Terraform configuration.
-
Designing a Terraform language feature like Terraform Actions
How we designed Terraform Actions — the key design decisions behind integrating a new language construct for non-CRUD operations into Terraform.
-
Terraform Action Patterns: Best Practices and Guidelines
Common patterns and guidelines for writing Terraform Actions, the language feature for expressing non-CRUD infrastructure operations.
-
Writing Your First Terraform Action: A Step-by-Step Guide
A hands-on guide to writing a Terraform Action for non-CRUD operations, covering provider implementation, schema design, and typical use cases.
-
Introduction to Terraform Actions: First-Class Day 2 Operations
Terraform Actions let you express non-CRUD operations directly in configuration — replacing local-exec provisioners and pseudo data source workarounds.