RepoScalewayScalewaypublished Jun 5, 2017seen 5d

scaleway/terraform-provider-scaleway

Go

Open original ↗

Captured source

source ↗

scaleway/terraform-provider-scaleway

Description: Terraform Scaleway provider

Language: Go

License: MPL-2.0

Stars: 253

Forks: 141

Open issues: 191

Created: 2017-06-05T20:53:58Z

Pushed: 2026-06-10T16:18:21Z

Default branch: main

Fork: no

Archived: no

README:

Terraform Provider for Scaleway

[slack-scaleway]: https://slack.scaleway.com/ [slack-terraform]: https://scaleway-community.slack.com/app_redirect?channel=terraform

Requirements

Building The Provider

git clone git@github.com: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](TESTING.md) for testing.