Terraform

Terraformarrow-up-right is widely regarded by the industry as a leader in the “infrastructure-as-code” space. With konform, we now enable customers to create and manage their PMK clusters with terraform, allowing them to integrate this with other components that they may already be managing with terraform, like AWS, openstack, etc.

Getting Started

  1. From the versions tab, select your desired version.

  2. Select "Use Provider" in the upper right-hand, copy/paste the provided code snippet into your main.tf file.

Example:

terraform { required_providers { pf9 = { source = "platform9/pf9" version = "0.1.4" } } } provider "pf9" { # Configuration options }
circle-info

Platform9 Learn

For more examples, visit https://platform9.com/learn/terraformarrow-up-right

Last updated

Was this helpful?