1
0
Fork 0
lpi-deploy-scaleway/variables.tf

26 linhas
300 B
Terraform

2018-07-20 10:33:51 +03:00
variable "organization" {}
variable "token" {}
variable "count" {
default = 11
}
variable "region" {
2018-08-27 20:50:56 +03:00
default = "par1"
2018-07-20 10:33:51 +03:00
}
variable "type" {
2018-08-27 20:50:56 +03:00
default = "START1-S"
2018-07-20 10:33:51 +03:00
}
variable "server_name" {
type = "map"
}
variable "domain" {
default = "example.com"
}
variable "images" {
type = "map"
}