increase vCPU to 2 and make variable ssh_key optional
This commit is contained in:
@@ -49,6 +49,7 @@ variable "enable_cloudinit" {
|
|||||||
variable "ssh_key" {
|
variable "ssh_key" {
|
||||||
description = "SSH authorized keys for cloud-init"
|
description = "SSH authorized keys for cloud-init"
|
||||||
type = string
|
type = string
|
||||||
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "user_data" {
|
variable "user_data" {
|
||||||
@@ -70,7 +71,7 @@ variable "memory" {
|
|||||||
variable "vcpu" {
|
variable "vcpu" {
|
||||||
description = "Number of virtual CPUs"
|
description = "Number of virtual CPUs"
|
||||||
type = number
|
type = number
|
||||||
default = 1
|
default = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "network_mode" {
|
variable "network_mode" {
|
||||||
|
Reference in New Issue
Block a user