# README
Terraform Provider for Netdata Cloud
This is the Terraform provider for the Netdata Cloud.
This provider allows you to install and manage Netdata Cloud resources using Terraform.
Contents
Requirements
Getting Started
-
from terraform registry
-
from source code
- setup your CLI configuration
$ cat ~/.terraformrc provider_installation { dev_overrides { "netdata/netdata" = "<your GOBIN directory>" } direct {} }
- build the provider
$ make local-build