Terraform Provider Actions Implementation Guide Overview Terraform Actions enable imperative operations during the Terraform lifecycle. Actions are experimental features that allow performing provider operations at specific lifecycle events (before/after create, update, destroy). References: - Terraform Plugin Framework - Terraform Actions RFC File Structure Actions follow the standard service package structure: Documentation structure: Changelog entry: Action Schema Definition Actions use the Terraform Plugin Framework with a standard schema pattern: Common Schema Issues Pay special attentio…