policy-segment-profiles
kalenarndt/policy-segment-profiles/nsxt
Terraform Module to create NSXT Segment Policies
terraform-nsxt-policy-segment-profiles 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_mac_discovery_profile.mac_profile | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | mac\_change\_enabled | (Optional) Enables MAC Changes on the MAC Discovery Profile that will be created | bool | true | no | | mac\_learning\_enabled | (Optional) Enables MAC Learning on the MAC Discovery Profile that will be created | bool | true | no | | mac\_limit | (Optional) Number of MAC Addresses that can be learned on a port. Defined in the MAC Discovery P
| Name | Type | Description | Default |
|---|---|---|---|
| mac_profile_name | string | (Required) Display name of the MAC Discovery Profile that will be created | required |
| mac_learning_enabled | bool | (Optional) Enables MAC Learning on the MAC Discovery Profile that will be create | true |
| mac_limit | number | (Optional) Number of MAC Addresses that can be learned on a port. Defined in the | 4096 |
| mac_limit_policy | string | (Optional) Default behavior if the mac limit is exceeded. | "ALLOW" |
| remote_overlay_mac_limit | number | (Optional) The maximum number of MAC addresses learned on an overlay Logical Swi | 2048 |
| unknown_unicast_flooding_enabled | bool | (Optional) Allowing flooding for unlearned MAC for ingress traffic. | true |
| mac_profile_description | string | (Optional) Description for the MAC Discovery Profile that will be created | "MAC Discovery Profile created via Terra |
| mac_change_enabled | bool | (Optional) Enables MAC Changes on the MAC Discovery Profile that will be created | true |
mac_profile — Output of the MAC Discovery Profile that was created