Make syncthing volume bigger

This commit is contained in:
Jeremy Dormitzer 2021-10-03 12:27:14 -04:00
parent d8079c38ba
commit 9633b9a1d0

View File

@ -16,7 +16,7 @@ resource "digitalocean_volume" "syncthing_volume" {
name = "syncthing-volume"
description = "The volume to hold the default Sync folder"
region = "nyc1"
size = 100
size = 150
initial_filesystem_label = "syncthing-volume"
initial_filesystem_type = "ext4"
tags = ["terraform"]