Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gillianstravers committed Nov 29, 2024
1 parent dd8684b commit 5a9fb1e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
terraform {


required_version = ">= 1.8"
required_version = ">= 1.8"

required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 4.5, < 5.0"
}
}
}

required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 4.5, < 5.0"
}
}
}


module "pdns_resolver" {
source = "../../"

Expand Down

0 comments on commit 5a9fb1e

Please sign in to comment.