Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In the infrastructure repository for the organization, you can create Terraform root modules for managing VPCs and related networking resources:

infra/
  network/
    sandbox/
    production/

These networks can be provisioned using the network Terraform module from Flightdeck.

us-east-1

us-east-1a us-east-1b

Sandbox

10.100.16.0/20

10.100.128.0/18

Production

10.100.0.0/20 10.100.64.0/18

10.200.0.0/20 10.200.64.0/18

10.200.16.0/20 10.200.128.0/18

  • No labels