From 0f9c05577b59ba706751d50db8a7b0a8cdcdd7ae Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:52:19 -0600 Subject: [PATCH] Firehose resources were in us-east-1 (#39991) --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index 766dc4232e..62ab7df86c 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -501,7 +501,7 @@ module "firehose-logging" { firehose_status_name = "osquery_status" firehose_audit_name = "fleet_audit" iam_role_arn = "arn:aws:iam::273354660820:role/terraform-20260217045329203000000002" - region = data.aws_region.current.region + region = "us-east-1" } module "osquery-carve" {