Skip to content

Instantly share code, notes, and snippets.

@QuentinBrosse
Last active November 25, 2019 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuentinBrosse/39aeb3c4e9ecac93c982e2c1434fac49 to your computer and use it in GitHub Desktop.
Save QuentinBrosse/39aeb3c4e9ecac93c982e2c1434fac49 to your computer and use it in GitHub Desktop.
Scaleway Provider v1.11.0 Test Guide

Scaleway Provider v1.11.0 Test Guide

In order to improve our provider and support our new products, we have made a significant refactoring on the whole codebase to release version 2 in the future. You can find more information on the roadmap.

You can find an overview of the new resources here.

What to test?

Your mission is to test the new version (v1.11.0) for our provider to fix potential issues in the documentation and in the provider itself. To do so, the new documentation will be your best friend. We intentionally don't give you more information in order to test the efficiency of the new documentation.

How to test?

Install the last version of Terraform or upgrade:

# For MacOS

$ brew upgrade terraform

Clone the repository:

$ git@github.com:terraform-providers/terraform-provider-scaleway.git
$ cd terraform-provider-scaleway

Build the provider (you need at least Go 1.12):

$ make build

Init terraform with a custom plugin-dir (in order to use the version that we just built):

$ ./terraform init -plugin-dir=$HOME/go/bin

Initializing the backend...

Initializing provider plugins...

Terraform has been successfully initialized!
[...]

Start your testing process (plan, apply, config updates...)

How to report an issue

Just open an issue.

Thanks a lot for your help! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment