Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisvandermeulen committed Oct 28, 2024
1 parent 2948914 commit 346948f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- BEGIN_TF_DOCS -->

Terraform Module to create all Microsoft Privatelink DNS Zones as well as any supplied additional DNS Zones

## Requirements

| Name | Version |
Expand Down
6 changes: 6 additions & 0 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ terraform {
required_version = ">= 1.7"
}

module "private_dns_zones" {
source = "../.."

location = "West Europe"
shortlocation = "weu"
}

0 comments on commit 346948f

Please sign in to comment.