From 61d938cf51d9b6264924ac25fbe13f017ed87268 Mon Sep 17 00:00:00 2001 From: thiery Date: Thu, 8 Jul 2021 13:58:23 +0000 Subject: [PATCH] update README.md Signed-off-by: thiery --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f4388b71f..53995f4eb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { outscale = { source = "outscale-dev/outscale" - version = "0.3.1" + version = "0.4.0" } } } @@ -60,7 +60,7 @@ terraform { required_providers { outscale = { source = "outscale-dev/outscale" - version = "0.3.1" + version = "0.4.0" } } } @@ -87,23 +87,23 @@ Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provi ```sh $ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers -$ git clone --branch v0.3.1 https://github.com/outscale-dev/terraform-provider-outscale +$ git clone --branch v0.4.0 https://github.com/outscale-dev/terraform-provider-outscale ``` Enter the provider directory and build the provider ```sh $ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-outscale -$ go build -o terraform-provider-outscale_v0.3.1 +$ go build -o terraform-provider-outscale_v0.4.0 ``` Using the provider ---------------------- 1. Download and install [Terraform](https://www.terraform.io/downloads.html) -2. Move the plugin to the repository ~/.terraform/plugins/registry.terraform.io/outscale-dev/outscale/0.3.1/linux_amd64/. +2. Move the plugin to the repository ~/.terraform/plugins/registry.terraform.io/outscale-dev/outscale/0.4.0/linux_amd64/. ```shell - $ mv terraform-provider-outscale_v0.3.1 ~/.terraform/plugins/registry.terraform.io/outscale-dev/outscale/0.3.1/linux_amd64/. + $ mv terraform-provider-outscale_v0.4.0 ~/.terraform/plugins/registry.terraform.io/outscale-dev/outscale/0.4.0/linux_amd64/. ``` 3. Execute `terraform init`