Terraform Provider
Terraform Provider Plugin
Installation Instructions
The Verified Control Plane Provider is available from the Terraform Registry.
Click here to obtain the latest version.
To install the provider, follow the directions in the link above, and then run terraform init
.
NOTE: Requires Terraform 0.13+
Terraform Links
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_providers
declaration block for thecpln
provider. -
Run the command:
terraform init -upgrade
to 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.