Changed default region and type
This commit is contained in:
parent
9719d88a0b
commit
f7020f7bed
|
@ -5,11 +5,11 @@ variable "count" {
|
|||
}
|
||||
|
||||
variable "region" {
|
||||
default = "ams1"
|
||||
default = "par1"
|
||||
}
|
||||
|
||||
variable "type" {
|
||||
default = "VC1M"
|
||||
default = "START1-S"
|
||||
}
|
||||
|
||||
variable "server_name" {
|
||||
|
|
Loading…
Reference in a new issue