subnet
Aristocrat-B2B/subnet/nutanix
A module that builds subnets on Nutanix hypervisor
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
| Name | Type | Description | Default |
|---|---|---|---|
| nutanix_cluster_name | string | The name of the nutanix cluster | required |
| vlan | list(any) | List of vlans | [
{
"cidr_length": "/24",
"def |
subnet_metadata — List of subnets and their metadata