Skip to content

Commit

Permalink
Add s3 installers configuration to dogfood
Browse files Browse the repository at this point in the history
  • Loading branch information
rfairburn committed Jun 12, 2024
1 parent dcd551f commit c88d3b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/dogfood/terraform/aws-tf-module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ module "main" {
# container_name = "fleet"
# container_port = 8080
# }]
software_installers = {
bucket_prefix = "${local.customer}-software-installers-"
}
sidecars = [
{
name = "osquery"
Expand Down Expand Up @@ -536,6 +539,7 @@ module "vuln-processing" {
region = module.main.byo-vpc.byo-db.byo-ecs.fleet_config.awslogs.region
prefix = module.main.byo-vpc.byo-db.byo-ecs.fleet_config.awslogs.prefix
}
fleet_s3_software_installers_config = module.main.byo-vpc.byo-db.byo-ecs.fleet_s3_software_installers_config
}

resource "aws_secretsmanager_secret" "dogfood_sidecar_enroll_secret" {
Expand Down

0 comments on commit c88d3b8

Please sign in to comment.