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

@@ -51,6 +51,7 @@ module "compute" {
gfs_root_volume_size_in_gb = var.gfs_root_volume_size_in_gb
gfs_volume_size_in_gb = var.gfs_volume_size_in_gb
master_volume_type = var.master_volume_type
node_volume_type = var.node_volume_type
public_key_path = var.public_key_path
image = var.image
image_uuid = var.image_uuid