{"id":20324600,"url":"https://github.com/netascode/terraform-nxos-acl-example","last_synced_at":"2025-10-12T13:10:27.033Z","repository":{"id":41138269,"uuid":"507410210","full_name":"netascode/terraform-nxos-acl-example","owner":"netascode","description":"Managing Cisco Nexus 9000 ACLs using Terraform","archived":false,"fork":false,"pushed_at":"2022-06-29T15:43:17.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-31T07:07:32.787Z","etag":null,"topics":["cisco","iac","nexus","nx-os","nxos","terraform"],"latest_commit_sha":null,"homepage":"","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":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-25T20:24:50.000Z","updated_at":"2025-05-21T12:59:03.000Z","dependencies_parsed_at":"2022-09-08T05:40:08.107Z","dependency_job_id":null,"html_url":"https://github.com/netascode/terraform-nxos-acl-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netascode/terraform-nxos-acl-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-acl-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-acl-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-acl-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-acl-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-nxos-acl-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-acl-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265237704,"owners_count":23732514,"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","iac","nexus","nx-os","nxos","terraform"],"created_at":"2024-11-14T19:34:39.962Z","updated_at":"2025-10-12T13:10:26.922Z","avatar_url":"https://github.com/netascode.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco Nexus 9000 ACL Terraform Example\n\nThis example demonstrates how the [NX-OS Terraform Provider](https://registry.terraform.io/providers/netascode/nxos/latest/docs) can be used to maintain ACLs on one or more Nexus 9000 switches.\n\nThe configuration is derived from a set of yaml files in the `data` [directory](https://github.com/netascode/terraform-nxos-acl-example/tree/main/data).\n\nTo point this to your own Nexus 9000 switches, update the `data/inventory.yaml` file accordingly.\n\n```yaml\n---\nswitches:\n  - name: SWITCH-1\n    url: https://10.1.1.1\n  - name: SWITCH-2\n    url: https://10.1.1.2\n```\n\nCredentials can either be provided via environment variables:\n\n```shell\nexport NXOS_USERNAME=admin\nexport NXOS_PASSWORD=Cisco123\n```\n\nOr by updating the provider configuration in `main.tf`:\n\n```terraform\nprovider \"nxos\" {\n  username = admin\n  password = Cisco123\n  devices  = local.devices\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-acl-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-nxos-acl-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-acl-example/lists"}