changed volume size to 100GB
This commit is contained in:
parent
70acff31bd
commit
68249736dd
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ resource "openstack_compute_instance_v2" "worker-nodes" {
|
||||||
block_device {
|
block_device {
|
||||||
uuid = "5d24aca9-11be-4de1-9770-4a097d68f361"
|
uuid = "5d24aca9-11be-4de1-9770-4a097d68f361"
|
||||||
source_type = "image"
|
source_type = "image"
|
||||||
volume_size = 20
|
volume_size = 100
|
||||||
boot_index = 0
|
boot_index = 0
|
||||||
destination_type = "volume"
|
destination_type = "volume"
|
||||||
delete_on_termination = true
|
delete_on_termination = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue