Browse Source

Changed default region and type

master
Theodotos Andreou 5 years ago
parent
commit
f7020f7bed
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      variables.tf

+ 2
- 2
variables.tf View File

@@ -5,11 +5,11 @@ variable "count" {
} }


variable "region" { variable "region" {
default = "ams1"
default = "par1"
} }


variable "type" { variable "type" {
default = "VC1M"
default = "START1-S"
} }


variable "server_name" { variable "server_name" {


Loading…
Cancel
Save