Installing the Micetro provider for Terraform
Download compiled binaries
Precompiled binaries for Windows and Linux are available on the Men&Mice download server.
Manual Build and Install
Mac or Linux
make install
Windows
Build and install the provider:
go build -o terraform-provider-menandmice.exe
Copy the
terraform-provider-menandmice.exe
to:
for Terraform 0.12:
%APPDATA%\terraform.d\plugins\windows_amd64\
for Terraform 0.14:
%APPDATA%\terraform.d\plugins\registry.terraform.io\local\menandmice\0.2.0\windows_amd64\
Initialize:
terraform.exe init
Run acceptation test
Define the Micetro server:
dnsserver: micetro.example.net. micetro.example.com.
dhcpserver: micetro.example.net.
ipam-properties: location
Set provider settings that are not set in main.tf
:
export MENANDMICE_ENDPOINT=<api-endpoint>
export MENANDMICE_USERNAME=<your username>
export MENANDMICE_PASSWORD=<your password>
And make a test account:
make testacc
For using the Micetro provider, see Using the Micetro provider with Terraform.