ArticCon 2022 (continued)
We still care about the details though
They’re just checked in the implementation itself
aws is on the left, gcp is on the right
Each configuration object is forced to accept and handle a type of Topo
an transform it to a type of NetworkConfig
. Leaving the vendor specific details up to the object doing the transformation
Topo -> NetworkConfig
└── Vpcs -> └── NetworkData
└── subNet -> └── SubnetData
└── Subnets