Enable monitoring by default
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user