Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 978 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 978 Bytes

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