The Control Plane Terraform provider lets you manage Control Plane resources as code using HashiCorp Configuration Language (HCL).Documentation Index
Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt
Use this file to discover all available pages before exploring further.
Terraform Registry
View the official Control Plane provider on the Terraform Registry for full documentation, resources, and data sources.
Setup
Add the Control Plane provider to your Terraform configuration:Requires Terraform 0.13+
Resources
Upgrading Provider Version
After installing a new provider version, follow these steps to upgrade an existing installation:-
Update the version property inside the HCL file that contains the
required_providersdeclaration block for thecplnprovider. -
Run the command:
terraform init -upgradeto upgrade the Terraform dependencies (state file, etc.). The Terraform commands (plan, apply, etc.) will now use the latest version.
If necessary, the provider version can be downgraded.