Skip to content

Azure Terraforminator: Automated Daily Terraform Execution with Azure Authentication

Choose a tag to compare

@githubofkrishnadhas githubofkrishnadhas released this 09 Apr 16:58
· 5 commits to main since this release
1b82855

Azure Terraforminator is a GitHub Action that automates the cleanup of temporary Azure resources. This action targets resource groups tagged with temporary=true and safely deletes them along with all initialized resources inside.

🔹 Use Cases:

  • Clean up ephemeral environments (e.g., dev/test) created during CI/CD runs

  • Maintain a tidy Azure subscription by removing unused temporary resource groups

  • Automate cost-saving cleanup routines daily or on demand