UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

10 lines (9 loc) 160 B
export interface IVpc { account: string; id: string; name: string; region: string; cloudProvider: string; label?: string; deprecated?: boolean; }