Categorygithub.com/jogam/terraform-provider-netapp
modulepackage
0.0.1-rc1
Repository: https://github.com/jogam/terraform-provider-netapp.git
Documentation: pkg.go.dev

# README

Terraform Provider

  • Under Construction
  • Current Status: key/value storage from GO to python with proper start/stop etc

Maintainers

This provider plugin is being developped by jogam.

Requirements

  • Terraform 0.11.9+ (0.11.9 used for dev/testing)
  • Go 1.10.? (1.8 to build the provider plugin, 1.10.1 used for dev/testing)

Usage

TBA

Building The Provider

Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-template

$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers
$ git clone [email protected]:terraform-providers/terraform-provider-template

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-template
$ make build

Using the provider

Fill in for each provider

TBA,

  • need python/virtualenv
  • supported NetApp device for access to NetApp Manageability SDK download

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.8+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.

To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.

$ make bin
...
$ $GOPATH/bin/terraform-provider-template
...

In order to test the provider, you can simply run make test.

$ make test

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

$ make testacc

# Packages

No description provided by the author