Skip to content

NetApp/terraform-provider-netapp-ontap

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9738d4 · Feb 23, 2024
Feb 14, 2024
Feb 20, 2024
Feb 23, 2024
Feb 23, 2024
Feb 20, 2024
Nov 6, 2023
Feb 5, 2024
Nov 17, 2023
Feb 20, 2024
Nov 7, 2023
Nov 6, 2023
Nov 6, 2023
Nov 6, 2023
Nov 7, 2023
Jan 19, 2024
Jan 19, 2024
Nov 6, 2023
Nov 6, 2023

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.19+ (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.