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