Skip to content

scalair/terraform-azure-public-dns-zone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Azure Public DNS Zone

This module allows to:

  • Create a public DNS zone in Azure without records

More info here.

Usage example

source, name and resource_group_name are required:

module "private_dns_zone" {
  source = "github.com/scalair/terraform-azure-public-dns-zone"

  name                = "public.zone.com" // must be a valid domain name
  resource_group_name = "rg_name"

  tags = {}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages