Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): Deprecate this Terraform provider/repository #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .sclng/metadata.toml

This file was deleted.

40 changes: 3 additions & 37 deletions README.md
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).