Enable monitoring by default
This commit is contained in:
parent
40d0f18556
commit
47b2473843
@ -2,7 +2,7 @@ resource "digitalocean_droplet" "this" {
|
||||
backups = "true"
|
||||
image = var.image_name
|
||||
ipv6 = "true"
|
||||
monitoring = "false"
|
||||
monitoring = "true"
|
||||
name = "${var.host_name}.${var.domain_name}"
|
||||
private_networking = "true"
|
||||
region = var.region
|
||||
|
Loading…
x
Reference in New Issue
Block a user