Home
Softono

Terraform Provider Scaleway

Open source MPL-2.0 Go
253
Stars
141
Forks
184
Issues
14
Watchers
2 months
Last Commit

 About Terraform Provider Scaleway

Terraform Scaleway provider

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Terraform Provider Scaleway?

We provide expert installation service for this software. Our team will install, configure, and secure Terraform Provider Scaleway on your server. plans start at just $30.

Terraform Provider Scaleway

View on GitHub

Terraform Provider for Scaleway

Requirements

Building The Provider

git clone [email protected]:scaleway/terraform-provider-scaleway.git

Enter the provider directory and build the provider

make build

Using the provider

See the Scaleway Provider Documentation to get started using the Scaleway provider.

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.13+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.

To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.

You have the option to override the intended version

make build
...
$ $GOPATH/bin/terraform-provider-scaleway
...

Please refer to the TESTING.md for testing.