oci-controller

AviatrixSystems/oci-controller/aviatrix

Terraform Module HCL AVIATRIX
Install
module "oci-controller" {
source = "AviatrixSystems/oci-controller/aviatrix"
version = "1.1.0"
}
plain text: /constructs/tfmod-aviatrixsystems-oci-controller-aviatrix/install.txt
⭐ Source on GitHub 📦 Registry page
README

OCI Aviatrix - Terraform Module Descriptions This Terraform module allows you to launch the Aviatrix Controller and create the Aviatrix access account connecting to the existing Controller on OCI. Usage example See examples Variables The following variables are requires in aviatrix_controller_build module: | Attribute | Description | |:-------------------:|:-------------------------------------------------------------------------------:| | tenancy_ocid | Tenancy OCID. | | compartment_ocid | Compartment OCID. | | user_ocid | User OCID. | | fingerprint | Fingerprint of the public key. | | private_key_path | Private key file path. | | region | Region. | | license_model | Marketplace license model: "BYOL" or "PAID" | | incoming_ssl_cidrs | The CIDRs to be allowed for HTTPS(port 443) access to

Inputs (14)
NameTypeDescriptionDefault
access_account_namestringaviatirx controller access account name required
fingerprintstringFingerprint of the public key. required
user_ocidstringUser OCID. required
private_key_pathstringPrivate key file path. required
avx_controller_admin_emailstringaviatrix controller admin email address required
tenancy_ocidstringTenancy OCID. required
avx_controller_admin_passwordstringaviatrix controller admin password required
aviatrix_customer_idstringaviatrix customer license id required
incoming_ssl_cidrslist(string)The CIDRs to be allowed for HTTPS(port 443) access to the Aviatrix Controller. required
account_emailstringaviatrix controller access account email required
compartment_ocidstringCompartment OCID. required
regionstringRegion."us-ashburn-1"
license_modelstringMarketplace license model: 'BYOL' or 'PAID'."BYOL"
controller_versionstringAviatrix Controller version"latest"
Outputs (3)
aviatrix_controller_public_ip — Controller public IP address.
aviatrix_controller_private_ip — Controller private IP address.
aviatrix_controller_url — Controller URL.
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud AVIATRIX
★ Stars0
Forks1
Total downloads113
Inputs14
Outputs3
Submodules2
LicenseApache-2.0
NamespaceAviatrixSystems
Updated