terraform-provider-nextdns

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2024 License: MIT Imports: 2 Imported by: 0

README

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"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL