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
- Host: GitHub
- URL: https://github.com/artemnikitin/terraform-scaleway
- Owner: artemnikitin
- License: mit
- Created: 2017-05-21T11:33:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:38:00.000Z (over 1 year ago)
- Last Synced: 2025-01-08T01:26:57.348Z (5 months ago)
- Topics: scaleway, terraform
- Language: HCL
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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