managed-instance-group/variables.tf (48 lines of code) (raw):
variable "domain_name" {
type = string
}
variable "hostname_prefix" {
type = string
}
variable "subnetwork" {
type = string
}
variable "service_account" {
type = string
}
variable "disk_type" {
type = string
}
variable "machine_type" {
type = string
}
variable "image_project" {
type = string
}
variable "image" {
type = string
}
variable "port" {
type = number
}
variable "target_size" {
type = string
}
variable "nat_router_name" {
type = string
}
variable "web_server" {
type = string
}
variable "db_name" {
type = string
}
variable "db_user" {
type = string
}
variable "db_password" {
type = string
}
variable "db_host" {
type = string
}