export interface IVpcResource {
    created_at: string;
    name: string;
    urn: string;
}
