This is a Terraform provider for managing ENF resources on the Xaptum Edge Network Fabric (ENF), a secure overlay network for IoT.
-
Download the latest compiled binary from GitHub releases.
-
Unzip/untar the archive.
-
Move it into
$HOME/.terraform.d/plugins
:$ mkdir -p $HOME/.terraform.d/plugins $ mv terraform-provider-enf $HOME/.terraform.d/plugins/terraform-provider-enf
-
Create your Terraform configurations as normal, and run
terraform init
:$ terraform init
This will find the plugin locally.
-
Install the plugin to the Terraform plugins directory:
$ make install
-
Build the plugin from source:
$ make build
-
Create your Terraform configurations as normal, and run
terraform init
:$ terraform init
-
Repeat steps 2 and 3 after making any changes to the provider code.
Copyright 2019 Xaptum, Inc.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.