Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 997 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 997 Bytes

Create IP Networks on Oracle Infrastructure Cloud Classic

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.

Usage

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" ]
}

License

Licensed under the Universal Permissive License v 1.0

Copyright © 2017, 2021 Oracle and/or its affiliates. All rights reserved.