vcn

Kelleyc718/vcn/oci

Terraform Module HCL OCI

Terraform Virtual Cloud Network Module for Oracle Cloud Infrastructure

Install
module "vcn" {
source = "Kelleyc718/vcn/oci"
version = "1.0.1"
}
plain text: /constructs/tfmod-kelleyc718-vcn-oci/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Sample for an Oracle Cloud Infrastructure Virtual Cloud Network - This example is meant to be used with a trial tenancy or as a method to familiarize yourself with Terraform and how it works. - Since Terraform is incredibly flexible, the methods presented in this example are not meant to be considered the "best practices". - The example is not intended to be used for a production environment without review. Prerequisites: `` Authorized client within the tenancy ` Variables The variables used for the module are populated using a shell script. The purpose behind this is to allow freedom to define the variables outside of the module. This is done to allow modules greater flexibility without the need to define each variable on runtime or within a file. - A `"sampleENV.sh"` has been p

Outputs (1)
id — Outputs the ID of the newly created Virtual Cloud Network.
Resources (1)
oci_core_vcn
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud OCI
Total downloads815
Outputs1
Resources1
NamespaceKelleyc718
Updated