Skip to content

Commit

Permalink
Fix network module variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl authored Feb 18, 2025
1 parent 1606509 commit 16cf310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module "networking" {
enable_vpc_flow_logs = var.enable_vpc_flow_logs
vpc_flow_logs_iam_role_arn = var.vpc_flow_logs_iam_role_arn
enable_firewall = var.enable_firewall
indico_firewall_subnets = var.firewall_subnet_cidrs
firewall_subnet_cidrs = var.firewall_subnet_cidrs
firewall_allow_list = var.firewall_allow_list
}

Expand Down

0 comments on commit 16cf310

Please sign in to comment.