command
module
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Feb 11, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.