Add headers

This commit is contained in:
Quentin 2021-02-01 21:46:02 +01:00
parent ba34e8f9c7
commit 60a3e27e32
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,20 @@
terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.0.0-rc1"
}
}
}
provider "scaleway" {
zone = "fr-par-1"
region = "fr-par"
project_id = "1915f95a-dea4-4222-8e6b-a90b6125d1f4"
}
/**********************
* TOR EXIT
**********************/