oci-controller
AviatrixSystems/oci-controller/aviatrix
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
| Name | Type | Description | Default |
|---|---|---|---|
| access_account_name | string | aviatirx controller access account name | required |
| fingerprint | string | Fingerprint of the public key. | required |
| user_ocid | string | User OCID. | required |
| private_key_path | string | Private key file path. | required |
| avx_controller_admin_email | string | aviatrix controller admin email address | required |
| tenancy_ocid | string | Tenancy OCID. | required |
| avx_controller_admin_password | string | aviatrix controller admin password | required |
| aviatrix_customer_id | string | aviatrix customer license id | required |
| incoming_ssl_cidrs | list(string) | The CIDRs to be allowed for HTTPS(port 443) access to the Aviatrix Controller. | required |
| account_email | string | aviatrix controller access account email | required |
| compartment_ocid | string | Compartment OCID. | required |
| region | string | Region. | "us-ashburn-1" |
| license_model | string | Marketplace license model: 'BYOL' or 'PAID'. | "BYOL" |
| controller_version | string | Aviatrix Controller version | "latest" |
aviatrix_controller_public_ip — Controller public IP address.aviatrix_controller_private_ip — Controller private IP address.aviatrix_controller_url — Controller URL.