Skip to content

Commit

Permalink
modified example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisvandermeulen committed Nov 4, 2024
1 parent 7081c5f commit 0bfb653
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
terraform {
required_version = ">= 1.7"

required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 4"
}
}
}

provider "azurerm" {
subscription_id = "00000000-0000-0000-0000-000000000000"
features {}
}

module "private_dns_zones" {
Expand Down

0 comments on commit 0bfb653

Please sign in to comment.