Show HN: Terraplane: webhook-based Terraform PRs with runners in your networkhttps://github.com/terraplane-org/terraplane
Terraplane lets you run Terraform from GitHub PRs against private networks without punching holes in firewalls. I built Terraplane after running in to the same problem for years: 1: I don't want the IaC pipeline to die when the server it's running on does. An all-in-one box is a single point of failure. 2: I don't want to bend my network around the tools I use. I'd prefer not to punch holes in firewalls or peer networks just so automation can reach what it's managing 3: Cross-account IAM/SA assumption isn't the same as direct network access A runner with cloud credentials can call a lot of APβ¦