Skip to content

Commit

Permalink
correct ifaces ref
Browse files Browse the repository at this point in the history
  • Loading branch information
LewS committed Jan 5, 2025
1 parent 3ff8907 commit 20bf779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vpc-v2.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -480,12 +480,12 @@
DeviceIndex: 0,
AssociatePublicIpAddress: true,
Groups: [ Ref(:NatInstanceSecurityGroup) ]
}
}
if external_parameters[:nat_2023]
NetworkInterfaces: [{
network_interfaces: {
NetworkInterfaceId: Ref("NetworkInterface#{az}"),
DeviceIndex: 0
}]
}
end
template_data = {
TagSpecifications: [
Expand Down

0 comments on commit 20bf779

Please sign in to comment.