[Infrastructure as Code (IaC)] Manage Teleport with Terraform Teleport Provider
Terraform Teleport Provider
Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Terraform codifies cloud APIs into declarative configuration files.
Teleport is a Certificate Authority and an Access Plane for your infrastructure. With Teleport you can:
Terraform relies on plugins called “providers” to interact with cloud providers, SaaS providers, and other APIs.
Terraform configurations must declare which providers they require so that Terraform can install and use them. Additionally, some providers require configuration (like endpoint URLs or cloud regions) before they can be used.
This article describe how to use Terraform to manage Teleport resources.