Skip to content

Instantly share code, notes, and snippets.

@mjkelly
Created April 29, 2021 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjkelly/919b1f824b86bf490c8d93953d72555b to your computer and use it in GitHub Desktop.
Save mjkelly/919b1f824b86bf490c8d93953d72555b to your computer and use it in GitHub Desktop.
{
"dcs": [
{
"datacenter": "lax1",
"region": "west",
"networks": ["10.4.0.0/16", "10.5.0.0/16"],
"stage": "production"
},
{
"datacenter": "lax2",
"networks": ["10.6.0.0/16"],
"region": "west",
"stage": "planned"
},
{
"region": "east",
"networks": ["10.0.0.0/16", "10.1.0.0/16"],
"datacenter": "iad1",
"stage": "production"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment