Skip to content

Commit 822d37e

Browse files
author
mflinn-broad
committed
being sloppy
1 parent 66766ca commit 822d37e

File tree

1 file changed

+1
-1
lines changed
  • terraform-modules/stackdriver/uptime-check

1 file changed

+1
-1
lines changed

terraform-modules/stackdriver/uptime-check/uptime.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ resource "google_monitoring_uptime_check_config" "uptime_check" {
2222
}
2323

2424
locals {
25-
validate_ssl = var.validate_ssl == false ? validate_ssl : var.https_enabled
25+
validate_ssl = var.validate_ssl == false ? var.validate_ssl : var.https_enabled
2626
}

0 commit comments

Comments
 (0)