Skip to content

Building

Alex Hung edited this page May 5, 2022 · 3 revisions

Simply run make install - this will compile the provider and install it to ~/.terraform.d. When running this, it will take the current tag and bump it 1 patch version. It does not actually create a new tag (that will be make release). If you wish to use the locally installed provider, make sure your TF script refers to the new version number.

Requirements:

  • Terraform 0.13+
  • Go 1.18+ (to build the provider plugin)
Clone this wiki locally