{"id":26232536,"url":"https://github.com/netascode/terraform-hyperfabric-nac-hyperfabric","last_synced_at":"2026-05-28T19:02:59.922Z","repository":{"id":281984832,"uuid":"935668135","full_name":"netascode/terraform-hyperfabric-nac-hyperfabric","owner":"netascode","description":"Terraform Cisco Hyperfabric Network-as-Code Module","archived":false,"fork":false,"pushed_at":"2025-03-12T06:37:27.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-26T19:06:01.780Z","etag":null,"topics":["cisco","hyperfabric","iac","nac","network-as-code","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/netascode/nac-hyperfabric/hyperfabric","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}},"created_at":"2025-02-19T20:23:47.000Z","updated_at":"2025-03-16T19:14:31.000Z","dependencies_parsed_at":"2025-03-12T07:38:31.104Z","dependency_job_id":null,"html_url":"https://github.com/netascode/terraform-hyperfabric-nac-hyperfabric","commit_stats":null,"previous_names":["netascode/terraform-hyperfabric-nac-hyperfabric"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netascode/terraform-hyperfabric-nac-hyperfabric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-hyperfabric-nac-hyperfabric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-hyperfabric-nac-hyperfabric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-hyperfabric-nac-hyperfabric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-hyperfabric-nac-hyperfabric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-hyperfabric-nac-hyperfabric/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-hyperfabric-nac-hyperfabric/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28006375,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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","hyperfabric","iac","nac","network-as-code","terraform","terraform-module"],"created_at":"2025-03-13T00:29:57.528Z","updated_at":"2025-12-24T19:05:09.627Z","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 Hyperfabric Module\n\nA Terraform module to configure Cisco Hyperfabric.\n\n## Usage\n\nThis module supports an inventory driven approach, where a complete Hyperfabric configuration or parts of it are either modeled in one or more YAML files or natively using Terraform variables.\n\n## Examples\n\nConfiguring a Fabric using YAML:\n\n#### `fabric.yaml`\n\n```yaml\n---\nhyperfabric:\n  fabrics:\n    - name: My Fabric 01\n      description: My first HyperFabric\n      address: 170 West Tasman Dr.\n      city: San Jose\n      country: USA\n      location: sj01-1-101-AAA01\n```\n\n#### `main.tf`\n\n```hcl\nmodule \"hyperfabric\" {\n  source  = \"netascode/nac-hyperfabric/hyperfabric\"\n  version = \"\u003e= 0.1.0\"\n\n  yaml_files = [\"fabric.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_hyperfabric\"\u003e\u003c/a\u003e [hyperfabric](#requirement\\_hyperfabric) | \u003e= 0.1.0 |\n| \u003ca name=\"requirement_local\"\u003e\u003c/a\u003e [local](#requirement\\_local) | \u003e= 2.3.0 |\n| \u003ca name=\"requirement_utils\"\u003e\u003c/a\u003e [utils](#requirement\\_utils) | \u003e= 0.2.5 |\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\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_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| [hyperfabric_connection.connection](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/connection) | resource |\n| [hyperfabric_fabric.fabric](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/fabric) | resource |\n| [hyperfabric_node.node](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/node) | resource |\n| [hyperfabric_node_loopback.node_loopback](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/node_loopback) | resource |\n| [hyperfabric_node_management_port.node_management_port](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/node_management_port) | resource |\n| [hyperfabric_node_port.node_port](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/node_port) | resource |\n| [hyperfabric_node_sub_interface.node_sub_interface](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/node_sub_interface) | resource |\n| [hyperfabric_user.user](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/user) | resource |\n| [hyperfabric_vni.vni](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/vni) | resource |\n| [hyperfabric_vrf.vrf](https://registry.terraform.io/providers/CiscoDevNet/hyperfabric/latest/docs/resources/vrf) | resource |\n| [local_sensitive_file.defaults](https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/sensitive_file) | resource |\n| [terraform_data.validation](https://registry.terraform.io/providers/hashicorp/terraform/latest/docs/resources/data) | resource |\n## Modules\n\nNo modules.\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-hyperfabric-nac-hyperfabric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-hyperfabric-nac-hyperfabric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-hyperfabric-nac-hyperfabric/lists"}