8d330 No.869[Reply]
So, I've been playing around with GitHub Copilot lately and let me tell you, it's a game-changer! Now, if you haven't heard about it yet, Copilot is an AI pair programmer that helps you write code faster and smarter by suggesting completions as you type. But what got me really excited was when I tried using it for Terraform refactoring! You know how the development experience with Terraform can sometimes feel a bit 2008-ish, right? We've got syntax highlighting, basic static analysis, and basic code navigation - but nothing to write home about. Well, Copilot might just change that game for us Infrastructure as Code (IaC) warriors! Terraform and OpenTofu are the only major IaC tools out there that provide a fully deterministic, declarative, provider-agnostic, predictable execution plan across AWS + Azure + other cloud platforms. And now, we might be able to refactor our Terraform code more easily, thanks to Copilot! So, have any of you guys tried using Copilot for Terraform yet? What do you think about this AI pair programmer? Could it make our lives as IaC devs a whole lot easier? Let's hear your thoughts in the comments below!