@equinix-labs/pulumi-equinix
Version:
A Pulumi package for creating and managing equinix cloud resources.
69 lines • 1.65 kB
JavaScript
;
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.Metro = exports.networkedge = exports.metal = exports.fabric = void 0;
// Export sub-modules:
const fabric = require("./fabric");
exports.fabric = fabric;
const metal = require("./metal");
exports.metal = metal;
const networkedge = require("./networkedge");
exports.networkedge = networkedge;
exports.Metro = {
Amsterdam: "AM",
Ashburn: "DC",
Atlanta: "AT",
Barcelona: "BA",
Bogota: "BG",
Bordeaux: "BX",
Boston: "BO",
Brussels: "BL",
Calgary: "CL",
Canberra: "CA",
Chicago: "CH",
Dallas: "DA",
Denver: "DE",
Dubai: "DX",
Dublin: "DB",
Frankfurt: "FR",
Geneva: "GV",
Hamburg: "HH",
Helsinki: "HE",
HongKong: "HK",
Istanbul: "IL",
Kamloops: "KA",
Lisbon: "LS",
London: "LD",
LosAngeles: "LA",
Madrid: "MD",
Manchester: "MA",
Melbourne: "ME",
MexicoCity: "MX",
Miami: "MI",
Milan: "ML",
Montreal: "MT",
Mumbai: "MB",
Munich: "MU",
NewYork: "NY",
Osaka: "OS",
Paris: "PA",
Perth: "PE",
Philadelphia: "PH",
RioDeJaneiro: "RJ",
SaoPaulo: "SP",
Seattle: "SE",
Seoul: "SL",
SiliconValley: "SV",
Singapore: "SG",
Sofia: "SO",
Stockholm: "SK",
Sydney: "SY",
Tokyo: "TY",
Toronto: "TR",
Vancouver: "VA",
Warsaw: "WA",
Winnipeg: "WI",
Zurich: "ZH",
};
//# sourceMappingURL=index.js.map