vcn

juliovg/vcn/oci

Terraform Module HCL OCI
Install
module "vcn" {
source = "juliovg/vcn/oci"
version = "0.0.3"
}
plain text: /constructs/tfmod-juliovg-vcn-oci/install.txt
⭐ Source on GitHub 📦 Registry page
README

Documentation This is an example about a module documentation Here we will find the values that must me required and optional to use this module Attributes VCN - Module Attributes Those are the attributes to set on VCN modules | Attributes | Description | Type | Required | | :----------------- | :---------- | :--------------- | :--------------- | | compartment_id | Compartment for this subnet | String | Mandatory | | cidr_blocks | IP Range of the CIDR block | String | Optional | | display_name | User-friendly name | String | Optional | With those information will be enogth to use the module SUBNET - Module Attributes Those are the attributes to set on VCN modules | Attributes | Description | Type | Required | | :----------------- | :---------- | :--------------- | :--------------- | | comp

Inputs (2)
NameTypeDescriptionDefault
compartment_idstringCompartment's OCID where VCN will be created. required
vcnsmap(object({ compartment_iThe VCNs. required
Resources (2)
oci_core_subnetoci_core_vcn
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud OCI
Total downloads413
Inputs2
Resources2
Namespacejuliovg
Updated