File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ resource "kubernetes_ingress_v1" "treafik_ingress" {
9393}
9494
9595module "alb" {
96- source = " git@github.com:worldcoin/terraform-aws-alb.git?ref=v1.2 .0"
96+ source = " git@github.com:worldcoin/terraform-aws-alb.git?ref=v1.3 .0"
9797 for_each = var. external_alb_enabled ? toset ([local . external_alb_name ]) : []
9898
9999 # because of lenght limitation of LB name we need to remove prefix treafik from internal NLB
@@ -122,4 +122,8 @@ module "alb" {
122122 # if open_to_all is false, mtls_enabled can be true or false based on var.mtls_enabled
123123 mtls_enabled = var. open_to_all ? false : var. mtls_enabled
124124 mtls_s3_bucket = format (" wld-mtls-ca-%s" , var. region )
125+
126+ datadog = {
127+ monitoring_notification_channel = var.monitoring_notification_channel
128+ }
125129}
You can’t perform that action at this time.
0 commit comments