Skip to content

Commit 9c66ff9

Browse files
committed
fix
1 parent 373593e commit 9c66ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/localdns_config/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
terraform {
2+
required_version = ">= 1.3"
23
required_providers {
34
azapi = {
45
source = "Azure/azapi"
@@ -13,7 +14,6 @@ terraform {
1314
version = "~>3.0"
1415
}
1516
}
16-
required_version = ">= 1.3"
1717
}
1818

1919
provider "azurerm" {

0 commit comments

Comments
 (0)