Skip to content

Commit

Permalink
Merge pull request #57 from Scalingo/release/bump_v0.4.0
Browse files Browse the repository at this point in the history
Bump v0.4.0
  • Loading branch information
brandon-welsch authored Oct 4, 2022
2 parents 80b242e + 8c3aea9 commit 6e96b21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To be Released

## v0.4.0

* Bump github.com/aws/aws-sdk-go from 1.44.30 to 1.44.46 [#47](https://github.com/Scalingo/terraform-provider-osc/pull/47)
* Bump github.com/hashicorp/vault from 1.7.6 to 1.11.0 [#48](https://github.com/Scalingo/terraform-provider-osc/pull/48)
* Bump github.com/hashicorp/terraform-plugin-sdk from 1.7.0 to 1.17.2 [#49](https://github.com/Scalingo/terraform-provider-osc/pull/49)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Terraform Provider for Outscale (unofficial)
Requirements
------------

- [Terraform](https://www.terraform.io/downloads.html) 0.12.20
- [Go](https://golang.org/doc/install) 1.13 at least (to build the provider plugin)
- [Terraform](https://www.terraform.io/downloads) 0.15.5
- [Go](https://go.dev/doc/install) 1.17 at least (to build the provider plugin)

Build and Install
---------------------

Compile the binary and install it:
```shell
```bash
go get -v
go install
mkdir -p ~/.terraform.d/plugins/linux_amd64
Expand All @@ -24,13 +24,13 @@ Build with Docker (not tested)

Build the Docker image

```
```bash
$ make docker-image
```

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

```
```bash
$ make docker-build
```

Expand Down

0 comments on commit 6e96b21

Please sign in to comment.