Skip to content

Commit

Permalink
upping sentinel to latest (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Aug 28, 2024
1 parent bb5d643 commit 376f4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/sentinel.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "sentinel_forwarder" {
function_name = "sentinel-cloud-watch-forwarder"
billing_tag_value = "notification-canada-ca-${var.env}"

layer_arn = "arn:aws:lambda:ca-central-1:283582579564:layer:aws-sentinel-connector-layer:150"
layer_arn = "arn:aws:lambda:ca-central-1:283582579564:layer:aws-sentinel-connector-layer:153"

customer_id = var.sentinel_customer_id
shared_key = var.sentinel_shared_key
Expand Down

0 comments on commit 376f4cc

Please sign in to comment.