Installation
The bx2cloud Terraform provider is not hosted on the public Terraform registry (registry.terraform.io) as of yet, but it's possible to install the provider binary manually.
-
Firstly, download the provider binary for your OS and architecture from GitHub releases. Terraform provider builds start with
terraform-provider-bx2cloud_
. -
Determine your implied Terraform local mirror directory
- Windows
- macOS
- Linux
%APPDATA%/terraform.d/plugins
$HOME/.terraform.d/plugins
$HOME/.terraform.d/plugins
- In the plugins directory, create the following structure
terraform.d/plugins/local/benasb/bx2cloud/<version>/<os>_<arch>
- Place the downloaded binary into the newly created directory and make sure that it is named as
terraform-provider-bx2cloud
. A suffix.exe
is required if you are on Windows.