https://github.com/netapp/terraform-provider-netapp-ontap
Terrafrom ONTAP provider
https://github.com/netapp/terraform-provider-netapp-ontap
authomation fsx netapp-public ontap terrafrom
Last synced: 3 months ago
JSON representation
Terrafrom ONTAP provider
- Host: GitHub
- URL: https://github.com/netapp/terraform-provider-netapp-ontap
- Owner: NetApp
- License: mpl-2.0
- Created: 2022-11-03T21:04:07.000Z (over 3 years ago)
- Default Branch: integration/main
- Last Pushed: 2025-04-09T19:56:17.000Z (about 1 year ago)
- Last Synced: 2025-04-09T20:43:16.379Z (about 1 year ago)
- Topics: authomation, fsx, netapp-public, ontap, terrafrom
- Language: Go
- Homepage: https://registry.terraform.io/providers/NetApp/netapp-ontap/latest
- Size: 2.85 MB
- Stars: 17
- Watchers: 3
- Forks: 8
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Terraform ONTAP Provider
[](https://discord.gg/NetApp)



The ONTAP Provider allows Terraform to Manage NetApp ONTAP resources.
## Requirements
* [Terraform](https://www.terraform.io/downloads.html) 1.4+
* [Go](https://golang.org/doc/install) 1.21+ (to build the provider plugin)
## Building The Provider
1. Clone the repository
1. Enter the repository directory
1. Build the provider using the Go `install` command:
```shell
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](CONTRIBUTING.md) for details on the process for submitting pull requests to us.