{"id":20324589,"url":"https://github.com/netascode/terraform-nxos-interface-ethernet","last_synced_at":"2026-06-08T10:32:05.787Z","repository":{"id":38212173,"uuid":"485719428","full_name":"netascode/terraform-nxos-interface-ethernet","owner":"netascode","description":"Terraform NX-OS Ethernet Interface Module","archived":false,"fork":false,"pushed_at":"2025-11-20T23:04:05.000Z","size":31,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-30T12:55:59.735Z","etag":null,"topics":["cisco","nx-os","nxos","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/netascode/interface-ethernet/nxos","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netascode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-26T09:30:54.000Z","updated_at":"2022-04-29T15:07:11.000Z","dependencies_parsed_at":"2023-10-11T10:53:39.707Z","dependency_job_id":"9f493792-4f33-4ef5-abe0-bf71812704a4","html_url":"https://github.com/netascode/terraform-nxos-interface-ethernet","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/netascode/terraform-nxos-interface-ethernet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-ethernet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-ethernet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-ethernet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-ethernet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-nxos-interface-ethernet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-ethernet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cisco","nx-os","nxos","terraform","terraform-module"],"created_at":"2024-11-14T19:34:36.640Z","updated_at":"2026-06-08T10:32:05.773Z","avatar_url":"https://github.com/netascode.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n[![Tests](https://github.com/netascode/terraform-nxos-interface-ethernet/actions/workflows/test.yml/badge.svg)](https://github.com/netascode/terraform-nxos-interface-ethernet/actions/workflows/test.yml)\n\n# Terraform NX-OS Ethernet Interface Module\n\nManages NX-OS Ethernet Interface\n\nModel Documentation: [Link](https://developer.cisco.com/docs/cisco-nexus-3000-and-9000-series-nx-api-rest-sdk-user-guide-and-api-reference-release-9-3x/#!configuring-an-ethernet-interface)\n\n## Examples\n\n```hcl\nmodule \"nxos_interface_ethernet\" {\n  source  = \"netascode/interface-ethernet/nxos\"\n  version = \"\u003e= 0.1.0\"\n\n  id                 = \"1/23\"\n  description        = \"Terraform was here\"\n  layer3             = true\n  link_debounce_down = 0\n  mtu                = 9000\n  ipv4_address       = \"1.1.1.1/24\"\n  vrf                = \"VRF1\"\n  urpf               = \"loose\"\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.0.0 |\n| \u003ca name=\"requirement_nxos\"\u003e\u003c/a\u003e [nxos](#requirement\\_nxos) | \u003e= 0.5.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_nxos\"\u003e\u003c/a\u003e [nxos](#provider\\_nxos) | \u003e= 0.5.0 |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_device\"\u003e\u003c/a\u003e [device](#input\\_device) | A device name from the provider configuration. | `string` | `null` | no |\n| \u003ca name=\"input_id\"\u003e\u003c/a\u003e [id](#input\\_id) | Interface ID. Allowed format: `1/1`. | `string` | n/a | yes |\n| \u003ca name=\"input_access_vlan\"\u003e\u003c/a\u003e [access\\_vlan](#input\\_access\\_vlan) | Native VLAN. Minimum value: 1. Maximum value: 3967. | `number` | `1` | no |\n| \u003ca name=\"input_admin_state\"\u003e\u003c/a\u003e [admin\\_state](#input\\_admin\\_state) | Administrative port state. Set `true` for `up` or `false` for `down`. | `bool` | `true` | no |\n| \u003ca name=\"input_auto_negotiation\"\u003e\u003c/a\u003e [auto\\_negotiation](#input\\_auto\\_negotiation) | Administrative port auto-negotiation. Choices: `on`, `off`, `25G`. | `string` | `\"on\"` | no |\n| \u003ca name=\"input_bandwidth\"\u003e\u003c/a\u003e [bandwidth](#input\\_bandwidth) | Interface bandwidth. Minimum value: 0. Maximum value: 100000000. | `number` | `0` | no |\n| \u003ca name=\"input_delay\"\u003e\u003c/a\u003e [delay](#input\\_delay) | The administrative port delay time. Minimum value: 1. Maximum value: 16777215. | `number` | `1` | no |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | Interface description. | `string` | `\"\"` | no |\n| \u003ca name=\"input_duplex\"\u003e\u003c/a\u003e [duplex](#input\\_duplex) | Interface mode. Choices: `auto`, `full`, `half`. | `string` | `\"auto\"` | no |\n| \u003ca name=\"input_fec_mode\"\u003e\u003c/a\u003e [fec\\_mode](#input\\_fec\\_mode) | FEC mode. Choices: `fc-fec`, `rs-fec`, `fec-off`, `auto`, `rs-ieee`, `rs-cons16`, `kp-fec`. | `string` | `\"auto\"` | no |\n| \u003ca name=\"input_layer3\"\u003e\u003c/a\u003e [layer3](#input\\_layer3) | Administrative port layer. | `bool` | `false` | no |\n| \u003ca name=\"input_link_debounce_down\"\u003e\u003c/a\u003e [link\\_debounce\\_down](#input\\_link\\_debounce\\_down) | Link debounce time. Minimum value: 0. Maximum value: 20000. | `number` | `100` | no |\n| \u003ca name=\"input_link_debounce_up\"\u003e\u003c/a\u003e [link\\_debounce\\_up](#input\\_link\\_debounce\\_up) | Link debounce time - link-up event. Minimum value: 0. Maximum value: 20000. | `number` | `0` | no |\n| \u003ca name=\"input_link_logging\"\u003e\u003c/a\u003e [link\\_logging](#input\\_link\\_logging) | FEC mode. Choices: `default`, `enable`, `disable`. | `string` | `\"default\"` | no |\n| \u003ca name=\"input_medium\"\u003e\u003c/a\u003e [medium](#input\\_medium) | Administrative port medium type. | `string` | `\"broadcast\"` | no |\n| \u003ca name=\"input_mode\"\u003e\u003c/a\u003e [mode](#input\\_mode) | Interface mode. Choices: `access`, `trunk`, `fex-fabric`, `dot1q-tunnel`, `promiscuous`, `host`, `trunk_secondary`, `trunk_promiscuous`, `vntag`. | `string` | `\"access\"` | no |\n| \u003ca name=\"input_mtu\"\u003e\u003c/a\u003e [mtu](#input\\_mtu) | Administrative port MTU. Minimum value: 576. Maximum value: 9216. | `number` | `1500` | no |\n| \u003ca name=\"input_native_vlan\"\u003e\u003c/a\u003e [native\\_vlan](#input\\_native\\_vlan) | Native VLAN. Possible values are `unknown`, `vlan-XX` or `vxlan-XX`. | `number` | `1` | no |\n| \u003ca name=\"input_speed\"\u003e\u003c/a\u003e [speed](#input\\_speed) | Administrative port speed. Choices: `unknown`, `100M`, `1G`, `10G`, `40G`, `auto`, `auto 100M`, `auto 100M 1G`, `100G`, `25G`, `10M`, `50G`, `200G`, `400G`, `2.5G`, `5G`, `auto 2.5G 5G 10G`, `auto 100M 1G 2.5G 5G`. | `string` | `\"auto\"` | no |\n| \u003ca name=\"input_speed_group\"\u003e\u003c/a\u003e [speed\\_group](#input\\_speed\\_group) | Speed group. Choices: `unknown`, `1000`, `10000`, `40000`, `auto`, `25000`. | `string` | `\"auto\"` | no |\n| \u003ca name=\"input_trunk_vlans\"\u003e\u003c/a\u003e [trunk\\_vlans](#input\\_trunk\\_vlans) | List of trunk VLANs. Allowed format: `1-2,4-5,100`. | `string` | `\"1-4094\"` | no |\n| \u003ca name=\"input_uni_directional_ethernet\"\u003e\u003c/a\u003e [uni\\_directional\\_ethernet](#input\\_uni\\_directional\\_ethernet) | UDE (Uni-Directional Ethernet). Choices: `disable`, `send-only`, `receive-only`. | `string` | `\"disable\"` | no |\n| \u003ca name=\"input_vrf\"\u003e\u003c/a\u003e [vrf](#input\\_vrf) | VRF Name. | `string` | `\"default\"` | no |\n| \u003ca name=\"input_ip_unnumbered\"\u003e\u003c/a\u003e [ip\\_unnumbered](#input\\_ip\\_unnumbered) | IP unnumbered. Reference to interface must match first field in the output of show intf brief. Example: `lo1`. | `string` | `\"unspecified\"` | no |\n| \u003ca name=\"input_urpf\"\u003e\u003c/a\u003e [urpf](#input\\_urpf) | URPF (unicast Reverse Path Forwarding). Choices: `disabled`, `strict`, `loose`, `loose-allow-default`, `strict-allow-vni-hosts`. | `string` | `\"disabled\"` | no |\n| \u003ca name=\"input_ipv4_address\"\u003e\u003c/a\u003e [ipv4\\_address](#input\\_ipv4\\_address) | Interface IPv4 address. | `string` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_dn\"\u003e\u003c/a\u003e [dn](#output\\_dn) | Distinguished name of the object. |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [nxos_ipv4_interface.ipv4If](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/ipv4_interface) | resource |\n| [nxos_ipv4_interface_address.ipv4Addr](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/ipv4_interface_address) | resource |\n| [nxos_physical_interface.l1PhysIf](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/physical_interface) | resource |\n| [nxos_physical_interface_vrf.nwRtVrfMbr](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/physical_interface_vrf) | resource |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-interface-ethernet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-nxos-interface-ethernet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-interface-ethernet/lists"}