Categorygithub.com/netrisai/terraform-provider-netris
modulepackage
3.5.3+incompatible
Repository: https://github.com/netrisai/terraform-provider-netris.git
Documentation: pkg.go.dev

# README

Terraform logo

Terraform Provider for Netris

GitHub release Actions Status

Requirements

  • Terraform 0.13.x +
  • Go 1.20.x (to build the provider plugin)

Using the provider

See the Netris Provider documentation to get started using the Netris provider.

Compatibility with Netris-Controller

Provider versionController version
v1.Xv3.0
v2.Xv3.1+
v3.Xv4.0+
v3.3v4.3+

Manual Build and Install

If you wish to work on the provider, you'll first need Go 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.

make install

# Packages

No description provided by the author