Skip to content

NetApp/terraform-provider-netapp-ontap

Repository files navigation

NetApp logo

Terraform ONTAP Provider

Discord GitHub last commit (by committer) GitHub release (with filter) GitHub

The ONTAP Provider allows Terraform to Manage NetApp ONTAP resources.

Requirements

  • Terraform 1.4+
  • Go 1.21+ (to build the provider plugin)

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the Go install command:
go install

Bug Reports & Feature Requests

Click on Issues, we have 6 categories for issues:

  1. Report a Bug -- for unexpected error, a crash, or otherwise incorrect behavior.
  2. Report a Documentation Error -- for error in our documentation, including typos, mistakes, or outdated information.
  3. Request an Enhancement -- For new fields to existing Resources or data sources
  4. Request a New Resource, Data Source, or Service
  5. Other -- Any other issue that is not covered by the above categories.
  6. General Questions -- If you have any general question we have a Discord channel for that.

Contributing

Please read the Contributing Guide for details on the process for submitting pull requests to us.