An open API service indexing awesome lists of open source software.

https://github.com/artemnikitin/terraform-scaleway

Terraform config for running instances in Scaleway
https://github.com/artemnikitin/terraform-scaleway

scaleway terraform

Last synced: 4 months ago
JSON representation

Terraform config for running instances in Scaleway

Awesome Lists containing this project

README

        

# terraform-scaleway
Terraform config for running instances in Scaleway

### Setup
Add environmental variables with Scaleway API credentials
```shell
export SCALEWAY_ORGANIZATION=xxx
export SCALEWAY_TOKEN=yyy
```
### Run
From folder with config execute:
```shell
# to initialize
terraform init

# to create instance
terraform apply -auto-approve

# to destroy
terraform destroy -force
```
### Additional info
- description of Scaleway provider for Terraform https://www.terraform.io/docs/providers/scaleway/index.html