Skip to content

kalpitabirhade28/terraform-provider-netdata

 
 

Repository files navigation

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

  • Terraform v1.1.0 or later
  • Go v1.20 or later (to build the provider plugin)

Getting Started

  • from terraform registry

  • from source code

    $ cat ~/.terraformrc
    provider_installation {
        dev_overrides {
        "netdata/netdata" = "<your GOBIN directory>"
        }
        direct {}
    }
    • build the provider
    $ make local-build

About

Netdata Cloud provider for Terraform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Makefile 0.3%