Skip to content

Commit

Permalink
remove subnetId
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 9, 2026
1 parent 56006b4 commit 4a4f46b
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 {
# Add networking parameters if available
network_parameters = local.vpc_id != null ? {
VpcId = local.vpc_id
SubnetId = local.selected_subnet_id
AZName = local.az_name
} : {}

Expand Down

0 comments on commit 4a4f46b

Please sign in to comment.