Skip to content

Commit

Permalink
AZname not in template
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 3, 2026
1 parent 4a42b4f commit b759355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/ec2/windows/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ locals {
network_parameters = local.vpc_id != null ? {
VpcId = local.vpc_id
SubnetId = data.aws_subnets.subnets[0].ids != null && length(data.aws_subnets.subnets[0].ids) > 0 ? data.aws_subnets.subnets[0].ids[0] : null
AZName = local.az_name
} : {}

parameters = merge(
Expand Down

0 comments on commit b759355

Please sign in to comment.