changed volume size to 100GB

This commit is contained in:
Rasmus Thorslund 2025-04-14 09:17:25 +02:00
parent 70acff31bd
commit 68249736dd
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -231,7 +231,7 @@ resource "openstack_compute_instance_v2" "worker-nodes" {
block_device {
uuid = "5d24aca9-11be-4de1-9770-4a097d68f361"
source_type = "image"
volume_size = 20
volume_size = 100
boot_index = 0
destination_type = "volume"
delete_on_termination = true