Copilot in Action: Platform Engineering¶
GitHub Copilot can be a powerful tool for platform engineering teams, helping to automate repetitive tasks, generate boilerplate infrastructure code, and provide insights into best practices.
In this section we will be going over how to use GitHub Copilot to assist with the following tools:
-
Terraform: First we will be diving into the world of Infrastructure as Code (IaC) with Terraform. We will explore how Copilot can assist in writing and managing Terraform configurations, generating Terraform modules, and understanding Terraform plan and apply commands.
-
GitHub Actions: Next we will explore how Copilot can be used to create GitHub Actions workflows. We will show how Copilot can provide suggestions and insights that might help you create effective and efficient workflows.