Fix description typo
This commit is contained in:
parent
bb139e7239
commit
7868e3e751
2
kube.tf
2
kube.tf
|
@ -12,7 +12,7 @@ resource "openstack_networking_port_v2" "kubeport" {
|
|||
resource "openstack_blockstorage_volume_v3" "kubevolume" {
|
||||
count = var.kubesize # size of cluster
|
||||
name = "kube${count.index + 1}-matrix-test-sunet-se-vol"
|
||||
description = "OS volume for kubernetes node ${count.index}"
|
||||
description = "OS volume for kubernetes node ${count.index + 1}"
|
||||
size = 30
|
||||
image_id = data.openstack_images_image_v2.ubuntu2204image.id
|
||||
enable_online_resize = true # Allow us to resize volume while attached.
|
||||
|
|
Loading…
Reference in a new issue