Skip to content

Commit

Permalink
update logging dest (#25473)
Browse files Browse the repository at this point in the history
Co-authored-by: Harrison John <[email protected]>
  • Loading branch information
harrisonravazzolo and Harrison John authored Jan 24, 2025
1 parent 5b22948 commit 81b959a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions infrastructure/dogfood/terraform/aws-tf-module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,12 @@ module "mdm" {
}

module "firehose-logging" {
source = "github.com/fleetdm/fleet//terraform/addons/logging-destination-firehose?ref=tf-mod-addon-logging-destination-firehose-v1.1.0"
osquery_results_s3_bucket = {
name = "${local.customer}-osquery-results-archive"
}
osquery_status_s3_bucket = {
name = "${local.customer}-fleet-osquery-status-archive"
}
source = "github.com/fleetdm/fleet//terraform/addons/byo-firehose-logging-destination/firehose?ref=tf-mod-addon-byo-firehose-logging-destination-firehose-v2.0.3"
firehose_results_name = "osquery_results"
firehose_status_name = "osquery_status"
firehose_audit_name = "fleet_audit"
iam_role_arn = "arn:aws:iam::273354660820:role/terraform-20250115232230102400000003"
region = data.aws_region.current.name
}

module "osquery-carve" {
Expand Down

0 comments on commit 81b959a

Please sign in to comment.