Skip to content

Instantly share code, notes, and snippets.

@v1k-t0r
Last active February 6, 2019 21:38
Show Gist options
  • Save v1k-t0r/19c479bf3d67bbd7fa04e1f8e3f1531c to your computer and use it in GitHub Desktop.
Save v1k-t0r/19c479bf3d67bbd7fa04e1f8e3f1531c to your computer and use it in GitHub Desktop.
Terraform vscale plugin installation on Debian 9

Terraform vscale plugin installation on Debian 9

go instalation

build terraform provider vscale

  • export PROVIDER_NAME=vscale
  • mkdir -p $GOPATH/src/github.com/terraform-providers
  • cd $GOPATH/src/github.com/terraform-providers
  • git clone https://github.com/burkostya/terraform-provider-vscale
  • cd $GOPATH/src/github.com/terraform-providers/terraform-provider-$PROVIDER_NAME
  • go get
  • go build
  • mkdir -p ~/.terraform.d/plugins/
  • mv terraform-provider-$PROVIDER_NAME ~/.terraform.d/plugins/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment