This is the Terraform provider for the Netdata Cloud.
This provider allows you to install and manage Netdata Cloud resources using Terraform.
-
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