Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
adding variable propagation for notification-email (#1074)
Browse files Browse the repository at this point in the history
* adding variable propagation for notification-email

* fixing the spacing
  • Loading branch information
bschlaman authored and mikehelmick committed Nov 16, 2020
1 parent 3152ac4 commit 59739c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/alerting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ module "verification-server" {
adminapi_hosts = var.adminapi_hosts
server_hosts = var.server_hosts

notification-email = var.notification-email

https-forwarding-rule = var.https-forwarding-rule
}

0 comments on commit 59739c1

Please sign in to comment.