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.