/** * AWS VPC Fixes * * Provisions VPC, subnets, and internet gateway for AWS infrastructure. * All resources are tagged with factiii:project={name} for identification. * Uses AWS SDK v3 instead of CLI. */ import type { Fix } from '../../../../types/index.js'; export declare const vpcFixes: Fix[]; //# sourceMappingURL=vpc.d.ts.map