{"id":20324569,"url":"https://github.com/netascode/terraform-nxos-interface-loopback","last_synced_at":"2025-10-18T09:20:03.015Z","repository":{"id":38197518,"uuid":"485761624","full_name":"netascode/terraform-nxos-interface-loopback","owner":"netascode","description":"Terraform NX-OS Loopback Interface Module","archived":false,"fork":false,"pushed_at":"2024-02-10T12:06:08.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T14:14:06.719Z","etag":null,"topics":["cisco","nx-os","nxos","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/netascode/interface-loopback/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-26T11:44:51.000Z","updated_at":"2022-04-29T15:07:14.000Z","dependencies_parsed_at":"2024-01-12T16:18:01.163Z","dependency_job_id":"0c199a4c-798e-42bd-a71a-3c94e32f1c4d","html_url":"https://github.com/netascode/terraform-nxos-interface-loopback","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-loopback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-loopback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-loopback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-interface-loopback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-nxos-interface-loopback/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241827464,"owners_count":20026693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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:32.271Z","updated_at":"2025-10-18T09:19:57.959Z","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-loopback/actions/workflows/test.yml/badge.svg)](https://github.com/netascode/terraform-nxos-interface-loopback/actions/workflows/test.yml)\n\n# Terraform NX-OS Loopback Interface Module\n\nManages NX-OS Loopback 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-a-loopback-interface)\n\n## Examples\n\n```hcl\nmodule \"nxos_interface_loopback\" {\n  source  = \"netascode/interface-loopback/nxos\"\n  version = \"\u003e= 0.1.1\"\n\n  id           = 10\n  admin_state  = true\n  vrf          = \"VRF1\"\n  ipv4_address = \"2.1.1.1/24\"\n  ipv4_secondary_addresses = [\n    \"2.1.2.1/24\",\n    \"2.1.3.1/24\"\n  ]\n  description = \"Terraform was here\"\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`. | `number` | n/a | yes |\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_description\"\u003e\u003c/a\u003e [description](#input\\_description) | Interface description. | `string` | `\"\"` | no |\n| \u003ca name=\"input_vrf\"\u003e\u003c/a\u003e [vrf](#input\\_vrf) | VRF Name. | `string` | `\"default\"` | no |\n| \u003ca name=\"input_ipv4_address\"\u003e\u003c/a\u003e [ipv4\\_address](#input\\_ipv4\\_address) | Interface IPv4 address. Allowed format: `192.168.0.1/24`. | `string` | `null` | no |\n| \u003ca name=\"input_ipv4_secondary_addresses\"\u003e\u003c/a\u003e [ipv4\\_secondary\\_addresses](#input\\_ipv4\\_secondary\\_addresses) | List of Interface IPv4 secondary addresses. Allowed format: `192.168.0.1/24`. | `list(string)` | `[]` | 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| \u003ca name=\"output_device\"\u003e\u003c/a\u003e [device](#output\\_device) | A device name from the provider configuration. |\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | Interface ID. |\n| \u003ca name=\"output_ipv4_address\"\u003e\u003c/a\u003e [ipv4\\_address](#output\\_ipv4\\_address) | Interface IPv4 address. |\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_ipv4_interface_address.secondary_ipv4Addr](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/ipv4_interface_address) | resource |\n| [nxos_loopback_interface.l3LbRtdIf](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/loopback_interface) | resource |\n| [nxos_loopback_interface_vrf.nwRtVrfMbr](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/loopback_interface_vrf) | resource |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-interface-loopback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-nxos-interface-loopback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-interface-loopback/lists"}