Skip to content

Commit

Permalink
EPBR-7677 Adding logging to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
emollett committed Dec 9, 2024
1 parent 2f2572a commit b567958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-infrastructure/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ module "logging" {
source = "./logging"
prefix = local.prefix
region = var.region
is_cloudwatch_insights_on = var.environment == "stag" ? 0 : 1
is_cloudwatch_insights_on = 1
}

module "fluentbit_ecr" {
Expand Down

0 comments on commit b567958

Please sign in to comment.