pulumi/sdk/javascript/clouds/index.ts
joeduffy e731229901 Make the Mu library a Node package; get it compiling
This change morphs the Mu library into a Node package and gets it
compiling against the latest AWS library and SDK changes.
2016-12-12 17:56:13 -08:00

13 lines
308 B
TypeScript

// Copyright 2016 Marapongo, Inc. All rights reserved.
// The available cloud operating systems.
// Amazon Web Services.
export const AWS = "aws";
// Google Cloud Platform.
export const GCP = "gcp";
// Microsoft Azure.
export const Azure = "azure";
// VMWare vSphere, etc.
export const VMWare = "vmware";