Common patterns
Deploy base VCN networking
An OCI infrastructure pattern, deployed with formae.
The networking baseline you build the rest of your infrastructure on. One forma
provisions a VCN with public and private subnets, an internet gateway, a route
table, and network security groups. Everything attaches to the VCN.
Deploy. Apply the example forma. formae brings the VCN up first, then the
gateways, route table, subnets, and security groups that depend on it:
Verify. Once the command completes, the stack’s resources are under
management:
Tear down. Remove everything the forma created:
The full forma is in the
lifeline example.

