Add more disks.
This commit is contained in:
parent
a838ec96b2
commit
c130ac52c9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue