Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

remijouannet/terraform-provider-osc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github All Releases

Terraform Provider for Outscale (unofficial)

Requirements

  • Terraform 0.12.12
  • Go 1.13.3 (to build the provider plugin)

Install

Download the binary here

the documentation for installing Third-party plugins

Build without docker

Clone repository to: $GOPATH/src/github.com/remijouannet/terraform-provider-osc

$ mkdir -p $GOPATH/src/github.com/remijouannet; cd $GOPATH/src/github.com/remijouannet
$ git clone git@github.com:remijouannet/terraform-provider-osc

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/remijouannet/terraform-provider-osc
$ make build

Build with docker

build the docker image

$ make docker-image

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

$ make docker-build

About

Terraform provider for Outscale

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages