tier1-gateway
kalenarndt/tier1-gateway/nsxt
Terraform module for configuring Tier1 gateways
terraform-nsxt-tier1-gateway Requirements | Name | Version | |------|---------| | terraform | >= 0.13.1 | | nsxt | >=3.2.5 | Providers | Name | Version | |------|---------| | nsxt | 3.2.6 | Modules No modules. Resources | Name | Type | |------|------| | nsxt_policy_tier1_gateway.t1 | resource | | nsxt_policy_edge_cluster.ec | data source | | nsxt_policy_tier0_gateway.t0 | data source | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | edge\_cluster\_name | (Optional) Name of the edge cluster that will be used if you are using services. Set services to true if you are specifying an edge cluster | string | "" | no | | services | (Optional) Conditional that allows for an edge cluster to be used with services. Set to true if you are
| Name | Type | Description | Default |
|---|---|---|---|
| tier1_gateway | map(object({ description | (Required) Input map for creating the NSXT Tier1 Gateways | required |
| services | bool | (Optional) Conditional that allows for an edge cluster to be used with services. | false |
| edge_cluster_name | string | (Optional) Name of the edge cluster that will be used if you are using services. | "" |
| tier0_gateway | string | (Optional) Name of the Tier0 Gateway that the Tier1 routers will be downlinked t | "" |
tier1_gateway — Output of the Tier1 Gateway that was created.