Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netrisai/terraform-provider-netris
Terraform Netris provider
https://github.com/netrisai/terraform-provider-netris
infrastructure infrastructure-as-code netops netris networking terraform terraform-provider
Last synced: 3 months ago
JSON representation
Terraform Netris provider
- Host: GitHub
- URL: https://github.com/netrisai/terraform-provider-netris
- Owner: netrisai
- License: apache-2.0
- Created: 2021-09-10T10:01:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:02:57.000Z (3 months ago)
- Last Synced: 2024-11-02T07:23:08.927Z (3 months ago)
- Topics: infrastructure, infrastructure-as-code, netops, netris, networking, terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 12 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Provider for Netris
[![GitHub release](https://img.shields.io/github/tag/netrisai/terraform-provider-netris.svg?label=release)](https://github.com/netrisai/terraform-provider-netris/releases/latest)
[![Actions Status](https://github.com/netrisai/terraform-provider-netris/workflows/release/badge.svg)](https://github.com/netrisai/terraform-provider-netris/actions)
- Website: https://www.terraform.io
- Documentation: https://registry.terraform.io/providers/netrisai/netris/latestRequirements
------------- [Terraform](https://www.terraform.io/downloads.html) 0.13.x +
- [Go](https://golang.org/doc/install) 1.20.x (to build the provider plugin)Using the provider
----------------------See the [Netris Provider documentation](https://registry.terraform.io/providers/netrisai/netris/latest/docs) to get started using the Netris provider.
Compatibility with Netris-Controller
------------------------------------
| Provider version | Controller version |
| -----------------| -------------------|
| `v1.X` | `v3.0` |
| `v2.X` | `v3.1+` |
| `v3.X` | `v4.0+` |
| `v3.3` | `v4.3+` |Manual Build and Install
------------
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.20+ is *required*).To compile the provider, make sure that `OS_ARCH` in the Makefile is correct and run `make install`. This will build the provider and put the provider binary in the `~/.terraform.d/plugins/` directory.
```sh
make install
```