Skip to main content

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.

  1. Firstly, download the provider binary for your OS and architecture from GitHub releases. Terraform provider builds start with terraform-provider-bx2cloud_.

  2. Determine your implied Terraform local mirror directory

%APPDATA%/terraform.d/plugins
  1. In the plugins directory, create the following structure

terraform.d/plugins/local/benasb/bx2cloud/<version>/<os>_<arch>

  1. 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.