This Terraform module creates multiple Oracle Infrastructure Compute Classic (OPC) IP Networks, interconnected by an single IP Network Exchange.
Refer to the Oracle Compute Cloud IP Networks documentation for more details on using IP Networks.
module "ip_networks" {
source = "oracle/ip-networks/opc"
ip_exchange_name = "example-exchange"
subnet_cidrs = ["172.16.1.0/24", "172.16.2.0/24", "172.16.3.0/24"]
subnet_names = ["example-subnet1", "example-subnet2", "example-subnet3"]
public_napt_subnets = ["example-subnet1"]
tags = [ "tag1", "tag2" ]
}
Licensed under the Universal Permissive License v 1.0
Copyright © 2017, 2021 Oracle and/or its affiliates. All rights reserved.