Skip to content

Commit

Permalink
fix: the variable being referenced was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Nov 10, 2024
1 parent 33b2709 commit 7110107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/configuration/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
var.include_filters.enable_control_tower ? local.control_tower_filters : [],
var.include_filters.enable_cost_intelligence ? local.cost_intelligence_filters : [],
var.include_filters.enable_landing_zone ? local.landing_zone_filters : [],
var.include_filters.enable_aws_managed_services ? local.aws_managed_services_filters : [],
var.include_filters.enable_aws_managed ? local.aws_managed_services_filters : [],
var.filters
)

Expand Down

0 comments on commit 7110107

Please sign in to comment.