Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jul 9, 2022
1 parent 53e5673 commit 1e7c498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environments/_modules/gateway/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "poweb_lb_uptime" {

name = "gateway-poweb"
host_name = google_dns_record_set.poweb.name
notification_channels = [for c in google_monitoring_notification_channel.sre_email: c.name]
notification_channels = [for c in google_monitoring_notification_channel.sre_email : c.name]
gcp_project_id = var.gcp_project_id
}

Expand Down Expand Up @@ -82,7 +82,7 @@ module "pohttp_lb_uptime" {

name = "gateway-pohttp"
host_name = google_dns_record_set.pohttp.name
notification_channels = [for c in google_monitoring_notification_channel.sre_email: c.name]
notification_channels = [for c in google_monitoring_notification_channel.sre_email : c.name]
gcp_project_id = var.gcp_project_id
}

Expand All @@ -92,6 +92,6 @@ module "cogrpc_lb_uptime" {
name = "gateway-cogrpc"
probe_type = "tcp"
host_name = google_dns_record_set.cogrpc.name
notification_channels = [for c in google_monitoring_notification_channel.sre_email: c.name]
notification_channels = [for c in google_monitoring_notification_channel.sre_email : c.name]
gcp_project_id = var.gcp_project_id
}

0 comments on commit 1e7c498

Please sign in to comment.