Skip to content

Commit 366dd0e

Browse files
author
Garret Pick
committed
Remove enable_monitoring
1 parent c28eef3 commit 366dd0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

certs/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ module "cluster" {
209209

210210
# LC parameters
211211
ami = "${coalesce(var.ami_custom, lookup(var.ami_region_lookup, var.region))}"
212-
enable_monitoring = true
213212
instance_type = "${var.instance_type}"
214213
instance_profile = "${aws_iam_instance_profile.profile.id}"
215214
user_data = "${data.template_file.user_data.rendered}"

0 commit comments

Comments
 (0)