forked from remijouannet/terraform-provider-osc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de6e2ea
commit 337179e
Showing
2 changed files
with
3 additions
and
45 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,5 @@ | ||
Terraform Provider for Outscale (unofficial) | ||
[DEPRECATED] Terraform Provider for Outscale (unofficial) | ||
================== | ||
|
||
|
||
Requirements | ||
------------ | ||
|
||
- [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: | ||
```bash | ||
go get -v | ||
go install | ||
mkdir -p ~/.terraform.d/plugins/linux_amd64 | ||
cp $GOPATH/bin/terraform-provider-osc ~/.terraform.d/plugins/linux_amd64 | ||
``` | ||
|
||
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 | ||
``` | ||
|
||
## Release a New Version | ||
|
||
Instructions on this [Notion page](https://www.notion.so/scalingooriginal/New-Terraform-Provider-Release-40cd0af66b1f48148fb641ea138a22e5). | ||
/!\ This Terraform provider is not maintained anymore. | ||
Please use the official [Terraform provider of Outscale](https://github.com/outscale/terraform-provider-outscale). |