Skip to content

Commit

Permalink
chore: update to latest Sentinel Forwarder module (#455)
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 41f098c commit 5ec4496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terragrunt/aws/cloud_asset_inventory/sentinel_forwarder.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module "sentinel_forwarder" {
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v8.0.0"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.3.8"

function_name = "cloudquery-sentinel-forwarder"
customer_id = var.customer_id
shared_key = var.shared_key

log_type = local.cloudquery_service_name

layer_arn = "arn:aws:lambda:ca-central-1:283582579564:layer:aws-sentinel-connector-layer:56"
layer_arn = "arn:aws:lambda:ca-central-1:283582579564:layer:aws-sentinel-connector-layer:125"

s3_sources = [
{
Expand Down
4 changes: 2 additions & 2 deletions terragrunt/aws/csp_violation_report_service/sentinel.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module "sentinel_forwarder" {
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v8.0.0"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.3.8"
function_name = "${var.tool_name}_sentinel"
billing_tag_value = var.tool_name

layer_arn = "arn:aws:lambda:ca-central-1:283582579564:layer:aws-sentinel-connector-layer:87"
layer_arn = "arn:aws:lambda:ca-central-1:283582579564:layer:aws-sentinel-connector-layer:125"

customer_id = var.log_analytics_workspace_id
shared_key = var.log_analytics_workspace_key
Expand Down

0 comments on commit 5ec4496

Please sign in to comment.