cluster.fun/terraform/provider.tf
2020-04-25 20:03:46 +01:00

5 lines
66 B
HCL

provider "scaleway" {
zone = "fr-par-1"
region = "fr-par"
}