GithubHelp home page GithubHelp logo

terraform-azure-dns-zones's Introduction

Terraform Azure DNS Zones Module

A terraform module for managing Private and Public DNS zones on Azure## Requirements

Usage

module "dns_zone" {
  source                      = "../modules/dns_zone"
  resource_group_name         = azurerm_resource_group.resource_group.name
  dns_zone_names              = [var.dns_zone_name]
  private_dns_zone_name       = var.private_dns_zone_name
  private_dns_zone_vnet_links = [var.vnet_id]
}

Contributing

Report issues/questions/feature requests on in the issues section.

Full contributing guidelines are covered here.

Requirements

Name Version
terraform >= 0.12
azurerm ~> 2.0

Providers

Name Version
azurerm ~> 2.0
random n/a

Inputs

Name Description Type Default Required
dns_zone_names The public dns zone to be created for internal vnet resolution list(string) null no
private_dns_zone_name The private dns zone to be created for internal vnet resolution string null no
private_dns_zone_vnet_links Virtual networks to create Private DNS virtual network links. This enables DNS resolution and registration using Azure Private DNS list(string) [] no
private_registration_enabled Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled? bool true no
resource_group_name The name of the resource group where the Azure DNS resides string n/a yes
tags Tags to be passed to created instances map(string) null no

Outputs

Name Description
name_servers n/a
private_dns_zone_name n/a

terraform-azure-dns-zones's People

Contributors

olaniyiodeleye avatar mensaah avatar ce0la avatar z11mm avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.