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

adding variable propagation for notification-email #1074

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions terraform/alerting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module "verification-server" {
apiserver_hosts = var.apiserver_hosts
adminapi_hosts = var.adminapi_hosts
server_hosts = var.server_hosts
notification-email = var.notification-email
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
notification-email = var.notification-email
notification-email = var.notification-email

notification-email = var.notification-email

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't tell if that suggestion actually worked, but the whitespace looks off


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