increase git host disk size
This commit is contained in:
parent
2e05ed8bb6
commit
7d6e1981eb
@ -1,7 +1,7 @@
|
|||||||
resource "digitalocean_volume" "git" {
|
resource "digitalocean_volume" "git" {
|
||||||
region = "nyc3"
|
region = "nyc3"
|
||||||
name = "git-storage-1"
|
name = "git-storage-1"
|
||||||
size = 1
|
size = 100
|
||||||
initial_filesystem_type = "ext4"
|
initial_filesystem_type = "ext4"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user