Skip to content

Commit 2c00505

Browse files
authored
fix: added azurerm provider version
1 parent 42c0006 commit 2c00505

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
@@ -2,6 +2,10 @@ terraform {
22
required_version = ">=1.0.0"
33

44
required_providers {
5+
azurerm = {
6+
source = "hashicorp/azurerm"
7+
version = ">= 3.23.0"
8+
}
59
databricks = {
610
source = "databricks/databricks"
711
version = "=1.4.0"

0 commit comments

Comments
 (0)