Terraform Provider Integration
Terraform is an open-source infrastructure as code tool that provides a consistent CLI workflow to manage hundreds of cloud services by codifying cloud APIs into declarative configuration files. This integration allows you to use a Terraform Provider to interact with the Kion API.
cloudtamer.io is now Kion. To migrate your managed resources from the original cloudtamer-io/cloudtamerio Terraform provider to the Kionsoftware/Kion provider, see our migration guide.
To use Kion with Terraform, copy the following code into your Terraform configuration.
terraform { required_providers { Kion = { source = "Kionsoftware/Kion" version = "0.3.0" } } } provider "Kion" { # Configuration options }
For usage examples, schema, resources, and data sources, see Terraform's article Kion Provider.