https://github.com/ankasoftco/provider-nsxt
This provider equips Terraform to work with VMware NSX, particularly NSX Manager and NSX Edge. It can be used to manage various components of an NSX environment, including logical switches, routers, firewalls, load balancers, and more.
https://github.com/ankasoftco/provider-nsxt
ankasoft crossplane-provider kubernetes network nsx vcenter vmware
Last synced: 5 months ago
JSON representation
This provider equips Terraform to work with VMware NSX, particularly NSX Manager and NSX Edge. It can be used to manage various components of an NSX environment, including logical switches, routers, firewalls, load balancers, and more.
- Host: GitHub
- URL: https://github.com/ankasoftco/provider-nsxt
- Owner: ankasoftco
- License: apache-2.0
- Created: 2023-10-19T12:09:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T08:03:03.000Z (almost 2 years ago)
- Last Synced: 2024-07-18T09:50:09.283Z (almost 2 years ago)
- Topics: ankasoft, crossplane-provider, kubernetes, network, nsx, vcenter, vmware
- Language: Go
- Homepage: https://ankasoft.co
- Size: 646 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Provider NSXT
`provider-nsxt` is a [Crossplane](https://crossplane.io/) provider that
is built using [Upjet](https://github.com/upbound/upjet) code
generation tools and exposes XRM-conformant managed resources for the
NSXT API.
## Getting Started
Install the provider by using the following command after changing the image tag
to the [latest release](https://marketplace.upbound.io/providers/ankasoftco/provider-nsxt):
```
up ctp provider install ankasoftco/provider-nsxt:v0.1.0
```
Alternatively, you can use declarative installation:
```
cat <