Skip to content

Commit

Permalink
chore: update to latest Sentinel Forwarder module (#1250)
Browse files Browse the repository at this point in the history
Update to the Terraform Sentinel Forwarder module that does
not store its authentication credentials as Lambda env vars.
  • Loading branch information
patheard authored Apr 12, 2024
1 parent 539b651 commit a30c34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/eks/sentinel.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ locals {
# and https://docs.google.com/document/d/16LLelZ7WEKrnbocrl0Az74JqkCv5DBZ9QILRBUFJQt8/edit#heading=h.z87ipkd84djw
module "sentinel_forwarder" {
count = var.enable_sentinel_forwarding ? 1 : 0
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v4.0.3"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.3.8"
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:37"
layer_arn = "arn:aws:lambda:ca-central-1:283582579564:layer:aws-sentinel-connector-layer:125"

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

0 comments on commit a30c34c

Please sign in to comment.