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

@@ -40,6 +40,8 @@ variable "gfs_volume_size_in_gb" {}
variable "master_volume_type" {}
variable "node_volume_type" {}
variable "public_key_path" {}
variable "image" {}