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

oracle/terraform-opc-ip-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Terraform Module for creating Oracle Cloud Infrastructure OPC IP Neworks

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages