Skip to content

Commit 76c2002

Browse files
committed
adding support to terraform v0.13
1 parent f2860eb commit 76c2002

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ terraform {
1313
}
1414
required_version = ">= 0.13"
1515
}
16+
17+
provider "azurerm" {
18+
features {}
19+
}

0 commit comments

Comments
 (0)