Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

dbalcomb/terraform-azurerm-dns

Repository files navigation

terraform-azurerm-dns

Azure DNS Terraform Module.

Usage

module "dns" {
  source = "github.com/dbalcomb/terraform-azurerm-dns"

  name   = "example"
  region = "uksouth"
  domain = "example.com"
}

Inputs

Name Type Default Description
name string The DNS name
region string The DNS region
domain string The DNS domain

Outputs

Name Type Description
name string The DNS name
region string The DNS region
domain string The DNS domain
zone object The zone configuration

Modules

About

Azure DNS Terraform Module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages