This Action is useful when you like org management as code. It is written in python and implemented as alternative to the terraform github provider.
There are several reasons, but the most important ones are:
- A GitHub workflow which sets up Terraform and runs
plan
andapply
and everything else needs some minutes. - There is no good way in Terraform to read back manual changes which will defenitely occure and which have to be handled with additional scripts and programs.
- Not all of us are familar with Terraform. Of course one can learn it, it's not that hard. But if you are not interessted, have a look at this action.
...
All files in this repository are licensed under MIT