mirror of https://github.com/Aidaho12/haproxy-wi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.0 KiB
70 lines
1.0 KiB
variable "region" {}
|
|
variable "project" {
|
|
default = "123"
|
|
}
|
|
variable "username" {
|
|
type = string
|
|
default = "123"
|
|
}
|
|
variable "password" {
|
|
type = string
|
|
default = "123"
|
|
}
|
|
variable "instance_type" {
|
|
default = "123"
|
|
}
|
|
variable "network_type" {
|
|
type = string
|
|
default = "any_subnet"
|
|
}
|
|
variable "network_name" {
|
|
type = string
|
|
default = ""
|
|
}
|
|
variable "public_ip" {
|
|
default = false
|
|
}
|
|
variable "floating_ip" {
|
|
default = false
|
|
}
|
|
variable "volume_size" {
|
|
default = "123"
|
|
}
|
|
variable "delete_on_termination" {
|
|
default = false
|
|
}
|
|
variable "volume_type" {
|
|
default = "standard"
|
|
}
|
|
variable "name" {}
|
|
variable "os" {}
|
|
variable "ssh_key_name" {}
|
|
variable "firewall" {}
|
|
variable "AWS_ACCESS_KEY" {
|
|
default = "123"
|
|
}
|
|
variable "AWS_SECRET_KEY" {
|
|
default = "123"
|
|
}
|
|
|
|
variable "size" {
|
|
default = "123"
|
|
}
|
|
variable "private_networking" {
|
|
default = false
|
|
}
|
|
variable "ssh_ids" {
|
|
default = ""
|
|
}
|
|
variable "backup" {
|
|
default = false
|
|
}
|
|
variable "privet_net" {
|
|
default = false
|
|
}
|
|
variable "monitoring" {
|
|
default = false
|
|
}
|
|
variable "token" {
|
|
default = "123"
|
|
} |