amalucelli / terraform-provider-nextdns

NextDNS Terraform Provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-provider-nextdns

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  = "amalucelli/nextdns"
      version = "0.1.0"
    }
  }
}

provider "nextdns" {
  api_key = "NEXTDNS_API_KEY"
}

About

NextDNS Terraform Provider

License:MIT License


Languages

Language:Go 98.6%Language:Makefile 1.4%