Currently I can use either Terraform or Github Actions to manage resources encapsulated in a building block. If I want to use any other tool or call an API directly I have to wrap it in terraform or run it in Github.
Instead I want to be able to run custom code directly or call any API.