{"id":20324580,"url":"https://github.com/netascode/terraform-nxos-features","last_synced_at":"2026-06-01T06:31:44.256Z","repository":{"id":38211289,"uuid":"484325630","full_name":"netascode/terraform-nxos-features","owner":"netascode","description":"Terraform Cisco NX-OS Features Module","archived":false,"fork":false,"pushed_at":"2025-11-21T00:04:57.000Z","size":34,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-30T13:36:06.761Z","etag":null,"topics":["cisco","nx-os","nxos","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/netascode/features/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-22T06:46:00.000Z","updated_at":"2022-04-27T10:07:57.000Z","dependencies_parsed_at":"2023-01-21T14:04:52.474Z","dependency_job_id":"92429cd5-8c8d-4078-8718-5937a68be261","html_url":"https://github.com/netascode/terraform-nxos-features","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/netascode/terraform-nxos-features","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-features","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-features/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-features/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-features/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-nxos-features/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-features/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33763648,"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-01T02:00:06.963Z","response_time":115,"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:34.730Z","updated_at":"2026-06-01T06:31:44.230Z","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-features/actions/workflows/test.yml/badge.svg)](https://github.com/netascode/terraform-nxos-features/actions/workflows/test.yml)\n\n# Terraform NX-OS Features Module\n\nManages NX-OS Features\n\n## Examples\n\n```hcl\nmodule \"nxos_features\" {\n  source  = \"netascode/features/nxos\"\n  version = \"\u003e= 0.0.1\"\n\n  bfd               = true\n  bgp               = true\n  dhcp              = true\n  evpn              = true\n  fabric_forwarding = true\n  hsrp              = true\n  interface_vlan    = true\n  isis              = true\n  lacp              = true\n  lldp              = true\n  nv_overlay        = true\n  ospf              = true\n  ospfv3            = true\n  pim               = true\n  ptp               = true\n  pvlan             = true\n  ssh               = true\n  tacacs            = true\n  telnet            = true\n  udld              = true\n  vn_segment        = true\n  vpc               = true\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_bfd\"\u003e\u003c/a\u003e [bfd](#input\\_bfd) | Enable or disable command `feature bfd`. | `bool` | `null` | no |\n| \u003ca name=\"input_bgp\"\u003e\u003c/a\u003e [bgp](#input\\_bgp) | Enable or disable command `feature bgp`. | `bool` | `null` | no |\n| \u003ca name=\"input_dhcp\"\u003e\u003c/a\u003e [dhcp](#input\\_dhcp) | Enable or disable command `feature dhcp`. | `bool` | `null` | no |\n| \u003ca name=\"input_evpn\"\u003e\u003c/a\u003e [evpn](#input\\_evpn) | Enable or disable command `nv overlay evpn`. | `bool` | `null` | no |\n| \u003ca name=\"input_fabric_forwarding\"\u003e\u003c/a\u003e [fabric\\_forwarding](#input\\_fabric\\_forwarding) | Enable or disable command `feature fabric forwarding`. | `bool` | `null` | no |\n| \u003ca name=\"input_hsrp\"\u003e\u003c/a\u003e [hsrp](#input\\_hsrp) | Enable or disable command `feature hsrp`. | `bool` | `null` | no |\n| \u003ca name=\"input_interface_vlan\"\u003e\u003c/a\u003e [interface\\_vlan](#input\\_interface\\_vlan) | Enable or disable command `feature interface-vlan`. | `bool` | `null` | no |\n| \u003ca name=\"input_isis\"\u003e\u003c/a\u003e [isis](#input\\_isis) | Enable or disable command `feature isis`. | `bool` | `null` | no |\n| \u003ca name=\"input_lacp\"\u003e\u003c/a\u003e [lacp](#input\\_lacp) | Enable or disable command `feature lacp`. | `bool` | `null` | no |\n| \u003ca name=\"input_lldp\"\u003e\u003c/a\u003e [lldp](#input\\_lldp) | Enable or disable command `feature lldp`. | `bool` | `null` | no |\n| \u003ca name=\"input_macsec\"\u003e\u003c/a\u003e [macsec](#input\\_macsec) | Enable or disable command `feature macsec`. | `bool` | `null` | no |\n| \u003ca name=\"input_netflow\"\u003e\u003c/a\u003e [netflow](#input\\_netflow) | Enable or disable command `feature netflow`. | `bool` | `null` | no |\n| \u003ca name=\"input_nv_overlay\"\u003e\u003c/a\u003e [nv\\_overlay](#input\\_nv\\_overlay) | Enable or disable command `feature nv overlay`. | `bool` | `null` | no |\n| \u003ca name=\"input_ospf\"\u003e\u003c/a\u003e [ospf](#input\\_ospf) | Enable or disable command `feature ospf`. | `bool` | `null` | no |\n| \u003ca name=\"input_ospfv3\"\u003e\u003c/a\u003e [ospfv3](#input\\_ospfv3) | Enable or disable command `feature ospfv3`. | `bool` | `null` | no |\n| \u003ca name=\"input_pim\"\u003e\u003c/a\u003e [pim](#input\\_pim) | Enable or disable command `feature pim`. | `bool` | `null` | no |\n| \u003ca name=\"input_ptp\"\u003e\u003c/a\u003e [ptp](#input\\_ptp) | Enable or disable command `feature ptp`. | `bool` | `null` | no |\n| \u003ca name=\"input_pvlan\"\u003e\u003c/a\u003e [pvlan](#input\\_pvlan) | Enable or disable command `feature pvlan`. | `bool` | `null` | no |\n| \u003ca name=\"input_ssh\"\u003e\u003c/a\u003e [ssh](#input\\_ssh) | Enable or disable command `feature ssh`. | `bool` | `null` | no |\n| \u003ca name=\"input_tacacs\"\u003e\u003c/a\u003e [tacacs](#input\\_tacacs) | Enable or disable command `feature tacacs`. | `bool` | `null` | no |\n| \u003ca name=\"input_telnet\"\u003e\u003c/a\u003e [telnet](#input\\_telnet) | Enable or disable command `feature telnet`. | `bool` | `null` | no |\n| \u003ca name=\"input_udld\"\u003e\u003c/a\u003e [udld](#input\\_udld) | Enable or disable command `feature udld`. | `bool` | `null` | no |\n| \u003ca name=\"input_vn_segment\"\u003e\u003c/a\u003e [vn\\_segment](#input\\_vn\\_segment) | Enable or disable command `feature vn segment`. | `bool` | `null` | no |\n| \u003ca name=\"input_vpc\"\u003e\u003c/a\u003e [vpc](#input\\_vpc) | Enable or disable command `feature vpc`. | `bool` | `null` | no |\n\n## Outputs\n\nNo outputs.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [nxos_feature_bfd.fmBfd](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_bfd) | resource |\n| [nxos_feature_bgp.fmBgp](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_bgp) | resource |\n| [nxos_feature_dhcp.fmDhcp](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_dhcp) | resource |\n| [nxos_feature_evpn.fmEvpn](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_evpn) | resource |\n| [nxos_feature_hmm.fmHmm](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_hmm) | resource |\n| [nxos_feature_hsrp.fmHsrp](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_hsrp) | resource |\n| [nxos_feature_interface_vlan.fmInterfaceVlan](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_interface_vlan) | resource |\n| [nxos_feature_isis.fmIsis](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_isis) | resource |\n| [nxos_feature_lacp.fmLacp](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_lacp) | resource |\n| [nxos_feature_lldp.fmLldp](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_lldp) | resource |\n| [nxos_feature_macsec.fmMacsec](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_macsec) | resource |\n| [nxos_feature_netflow.fmNetflow](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_netflow) | resource |\n| [nxos_feature_nv_overlay.fmNvo](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_nv_overlay) | resource |\n| [nxos_feature_ospf.fmOspf](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_ospf) | resource |\n| [nxos_feature_ospfv3.fmOspfv3](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_ospfv3) | resource |\n| [nxos_feature_pim.fmPim](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_pim) | resource |\n| [nxos_feature_ptp.fmPtp](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_ptp) | resource |\n| [nxos_feature_pvlan.fmPvlan](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_pvlan) | resource |\n| [nxos_feature_ssh.fmSsh](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_ssh) | resource |\n| [nxos_feature_tacacs.fmTacacsplus](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_tacacs) | resource |\n| [nxos_feature_telnet.fmTelnet](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_telnet) | resource |\n| [nxos_feature_udld.fmUdld](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_udld) | resource |\n| [nxos_feature_vn_segment.fmVnSegment](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_vn_segment) | resource |\n| [nxos_feature_vpc.fmVpc](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/feature_vpc) | resource |\n| [nxos_ospf.ospfEntity](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/ospf) | resource |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-features","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-nxos-features","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-features/lists"}