Add option for boot volume type for k8s node (#8256)

This commit is contained in:
Robin Wallace
2021-11-30 21:59:01 +01:00
committed by GitHub
parent 0e22a90579
commit 38c12288f1
5 changed files with 11 additions and 0 deletions

View File

@@ -78,6 +78,10 @@ variable "master_volume_type" {
default = "Default"
}
variable "node_volume_type" {
default = "Default"
}
variable "public_key_path" {
description = "The path of the ssh pub key"
default = "~/.ssh/id_rsa.pub"