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
A Terraform module to delete the default VPCs in all regions when new AWS accounts
are added or invited to an AWS Organization.
The Lambda function is triggered for the account by an Event Rule that matches
the CreateAccountResult or InviteAccountToOrganization events. The function then
describes the available regions, and deletes all resources associated with the
default VPC in every region for that account.