You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We created the following resources that relates to EC2 VPC:
internet Gateways
EgressOnly internet Gateways
Endpoints
NetworkInterfaces
Subnets
Nacls
SecurityGroups
DHCP options
RIght now, there seems to be quite a lot of code redundancy. Pretty much similar code exist in ec2_vpc.go and all the new resources. We need to update the code something like this: #680
Also, we need to control checking default vs. non-default identifiers for the following functions:
nukeNacls
nukeDhcpOptions
The text was updated successfully, but these errors were encountered:
We created the following resources that relates to EC2 VPC:
RIght now, there seems to be quite a lot of code redundancy. Pretty much similar code exist in ec2_vpc.go and all the new resources. We need to update the code something like this: #680
Also, we need to control checking default vs. non-default identifiers for the following functions:
The text was updated successfully, but these errors were encountered: