Skip to content

carbans/terraform-provider-nextdns

 
 

Repository files navigation

NextDNS Terraform Provider

This repo is a fork of amalucelli/terraform-provider-nextdns, I decide to fork it because the original repo is not responding to PR. Thanks to amalucelli for the original work.

NextDNS provider for Terraform.

This provider lets you declaratively define the configuration for your NextDNS profiles.

Requirements

An API Key is required to interact with the NextDNS API. You can find your API Key in the NextDNS account page.

Getting Started

terraform {
  required_providers {
    nextdns = {
      source  = "carbans/nextdns"
      version = "0.2.2"
    }
  }
}

provider "nextdns" {
  api_key = "NEXTDNS_API_KEY"
}

About

NextDNS Terraform Provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • Makefile 1.4%