mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-16 13:56:38 +00:00
⏫ Bump up Scaleway root volume size
The default seems to be 10G and that's a bit too low
This commit is contained in:
@@ -6,6 +6,9 @@ resource "scaleway_instance_server" "_" {
|
||||
name = each.value.node_name
|
||||
enable_dynamic_ip = true
|
||||
tags = [format("AUTHORIZED_KEY=%s", replace(trimspace(tls_private_key.ssh.public_key_openssh), " ", "_"))]
|
||||
root_volume {
|
||||
size_in_gb = 20
|
||||
}
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user