subnet

Aristocrat-B2B/subnet/nutanix

Terraform Module HCL NUTANIX

A module that builds subnets on Nutanix hypervisor

Install
module "subnet" {
source = "Aristocrat-B2B/subnet/nutanix"
version = "1.0.1"
}
plain text: /constructs/tfmod-aristocrat-b2b-subnet-nutanix/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-nutanix-subnet A terraform module to create a managed Kubernetes cluster on Nutanix. Available through the Terraform registry. Assumptions * You want to create one or Nutanix subnets Usage example A full example leveraging other community modules is contained in the examples/. The vlan list is of the following format: ``hcl vlan = [ { "subnet_name" : "subnet_name_1", "vlan_id" : vlan_id_1, "default_gateway_ip" : "10.11.0.1", "subnet_ip" : "10.11.0.0", "pool_range" : ["10.11.0.5 10.11.0.100"] }, { "subnet_name" : "subnet_name_2", "vlan_id" : vlan_id_2, "default_gateway_ip" : "10.11.0.1", "subnet_ip" : "10.11.0.0", "pool_range" : ["10.11.0.5 10.11.0.100"] } ] } ` Full example `hcl terraform { required_providers { nutanix = { source = "nutanix/nutanix" version = "1.2.0" } } } provid

Inputs (2)
NameTypeDescriptionDefault
nutanix_cluster_namestringThe name of the nutanix cluster required
vlanlist(any)List of vlans[ { "cidr_length": "/24", "def
Outputs (1)
subnet_metadata — List of subnets and their metadata
Resources (1)
nutanix_subnet
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud NUTANIX
★ Stars2
Forks2
Total downloads5.6k
Inputs2
Outputs1
Resources1
Examples2
LicenseMPL-2.0
NamespaceAristocrat-B2B
Updated