{"id":48344672,"url":"https://github.com/netascode/terraform-nso-nac-nso","last_synced_at":"2026-04-05T06:03:19.266Z","repository":{"id":335955749,"uuid":"1025641718","full_name":"netascode/terraform-nso-nac-nso","owner":"netascode","description":"Terraform Cisco NSO Network-as-Code Module ","archived":false,"fork":false,"pushed_at":"2026-02-24T12:45:53.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-10T17:54:04.417Z","etag":null,"topics":["cisco","iac","nac","netascode","network-as-code","nso","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/netascode/nac-nso/nsoiosxr","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-24T15:08:22.000Z","updated_at":"2026-02-02T01:41:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/netascode/terraform-nso-nac-nso","commit_stats":null,"previous_names":["netascode/terraform-nso-nac-nso"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netascode/terraform-nso-nac-nso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nso-nac-nso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nso-nac-nso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nso-nac-nso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nso-nac-nso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-nso-nac-nso/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nso-nac-nso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31426193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T02:22:46.605Z","status":"ssl_error","status_checked_at":"2026-04-05T02:22:33.263Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","iac","nac","netascode","network-as-code","nso","terraform","terraform-module"],"created_at":"2026-04-05T06:03:18.657Z","updated_at":"2026-04-05T06:03:19.258Z","avatar_url":"https://github.com/netascode.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n# Terraform Network-as-Code Cisco NSO Module\n\nA Terraform module to configure Cisco NSO devices.\n\n## Usage\n\nThis module supports an inventory driven approach, where a complete NSO configuration or parts of it are either modeled in one or more YAML files or natively using Terraform variables.\n\n## Examples\n\nConfiguring an NSO device-group configuration using YAML:\n\n#### `system.nac.yaml`\n\n```yaml\nnso:\n  url: http://1.2.3.4:8080\n  configuration:\n    device_groups:\n      - name: group1\n        device_name:\n          - xrv9k-01\n        ned_id: \"cisco-iosxr-cli-7.6.6:cisco-iosxr-cli-7.6.6\"\n```\n\n#### `main.tf`\n\n```hcl\nmodule \"nso\" {\n  source  = \"netascode/nac-nso/nso\"\n  version = \"\u003e= 0.2.1\"\n\n  yaml_files = [\"system.nac.yaml\"]\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.8.0 |\n| \u003ca name=\"requirement_nso\"\u003e\u003c/a\u003e [nso](#requirement\\_nso) | \u003e= 0.2.1 |\n| \u003ca name=\"requirement_utils\"\u003e\u003c/a\u003e [utils](#requirement\\_utils) | 1.1.0-beta3 |\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_managed_device_groups\"\u003e\u003c/a\u003e [managed\\_device\\_groups](#input\\_managed\\_device\\_groups) | List of device group names to be managed. By default all device groups will be managed. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_managed_devices\"\u003e\u003c/a\u003e [managed\\_devices](#input\\_managed\\_devices) | List of device names to be managed. By default all devices will be managed. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_model\"\u003e\u003c/a\u003e [model](#input\\_model) | As an alternative to YAML files, a native Terraform data structure can be provided as well. | `map(any)` | `{}` | no |\n| \u003ca name=\"input_write_default_values_file\"\u003e\u003c/a\u003e [write\\_default\\_values\\_file](#input\\_write\\_default\\_values\\_file) | Write all default values to a YAML file. Value is a path pointing to the file to be created. | `string` | `\"\"` | no |\n| \u003ca name=\"input_write_model_file\"\u003e\u003c/a\u003e [write\\_model\\_file](#input\\_write\\_model\\_file) | Write the full model including all resolved templates to a single YAML file. Value is a path pointing to the file to be created. | `string` | `\"\"` | no |\n| \u003ca name=\"input_yaml_directories\"\u003e\u003c/a\u003e [yaml\\_directories](#input\\_yaml\\_directories) | List of paths to YAML directories. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_yaml_files\"\u003e\u003c/a\u003e [yaml\\_files](#input\\_yaml\\_files) | List of paths to YAML files. | `list(string)` | `[]` | no |\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_default_values\"\u003e\u003c/a\u003e [default\\_values](#output\\_default\\_values) | All default values. |\n| \u003ca name=\"output_model\"\u003e\u003c/a\u003e [model](#output\\_model) | Full model. |\n## Resources\n\n| Name | Type |\n|------|------|\n| [nso_device.device](https://registry.terraform.io/providers/CiscoDevNet/nso/latest/docs/resources/device) | resource |\n| [nso_device_group.device_group](https://registry.terraform.io/providers/CiscoDevNet/nso/latest/docs/resources/device_group) | resource |\n| [nso_global_settings.global_settings](https://registry.terraform.io/providers/CiscoDevNet/nso/latest/docs/resources/global_settings) | resource |\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_model\"\u003e\u003c/a\u003e [model](#module\\_model) | ./modules/model | n/a |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nso-nac-nso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-nso-nac-nso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nso-nac-nso/lists"}