Adding plugins to the Terraform Provider Service
This topic guides you through the steps to manually add plugins to the Terraform provider service.
- Get the Terraform plugin to be added to the Terraform provider service.
- Change the ownership of the plugin using the following command:
chown 1111:1111 <plugin_file_name>
Note: The Terraform provider service version is 0.11. It does not support Terraform 0.12
plugins.