Add more disks.

This commit is contained in:
Mikael Frykholm 2025-03-11 14:18:40 +01:00
parent a838ec96b2
commit c130ac52c9
Signed by: mifr
GPG key ID: 1467F9D69135C236
2 changed files with 2 additions and 2 deletions

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

View file

@ -9,7 +9,7 @@ resource "openstack_compute_instance_v2" "pg-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