artemnikitin / terraform-scaleway

Terraform config for running instances in Scaleway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-scaleway

Terraform config for running instances in Scaleway

Setup

Add environmental variables with Scaleway API credentials

export SCALEWAY_ORGANIZATION=xxx
export SCALEWAY_TOKEN=yyy

Run

From folder with config execute:

# to initialize
terraform init

# to create instance
terraform apply -auto-approve

# to destroy
terraform destroy -force

Additional info

About

Terraform config for running instances in Scaleway

License:MIT License


Languages

Language:HCL 100.0%