Make syncthing volume bigger
This commit is contained in:
parent
d8079c38ba
commit
9633b9a1d0
@ -16,7 +16,7 @@ resource "digitalocean_volume" "syncthing_volume" {
|
|||||||
name = "syncthing-volume"
|
name = "syncthing-volume"
|
||||||
description = "The volume to hold the default Sync folder"
|
description = "The volume to hold the default Sync folder"
|
||||||
region = "nyc1"
|
region = "nyc1"
|
||||||
size = 100
|
size = 150
|
||||||
initial_filesystem_label = "syncthing-volume"
|
initial_filesystem_label = "syncthing-volume"
|
||||||
initial_filesystem_type = "ext4"
|
initial_filesystem_type = "ext4"
|
||||||
tags = ["terraform"]
|
tags = ["terraform"]
|
||||||
|
Loading…
Reference in New Issue
Block a user