Skip to content

Scalingo/terraform-provider-osc

 
 

Repository files navigation

Terraform Provider for Outscale (unofficial)

Requirements

  • Terraform 0.15.5
  • Go 1.17 at least (to build the provider plugin)

Build and Install

Compile the binary and install it:

go get -v
go install
mkdir -p ~/.terraform.d/plugins/linux_amd64
cp $GOPATH/bin/terraform-provider-osc ~/.terraform.d/plugins/linux_amd64

Build with Docker (not tested)

Build the Docker image

$ make docker-image

Build the binaries, you'll find all the binaries in pkg/

$ make docker-build

Release a New Version

Instructions on this Notion page.