Fixing many issues.
This commit is contained in:
2
main.tf
2
main.tf
@@ -124,7 +124,7 @@ resource "cloudflare_dns_record" "subdomains" {
|
||||
resource "digitalocean_volume" "machine" {
|
||||
region = var.datacenter
|
||||
name = "${var.cluster_name}"
|
||||
size = 30
|
||||
size = 60
|
||||
initial_filesystem_type = "ext4"
|
||||
initial_filesystem_label = "appstorage"
|
||||
description = "persistent storage for docker apps"
|
||||
|
||||
Reference in New Issue
Block a user