Skip to content

Commit 90d839a

Browse files
committed
Add azurerm provider block to terraform.tf for enhanced configuration
1 parent 4eecf2c commit 90d839a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main/terraform.tf

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ terraform {
88
version = "~> 3.74.0"
99
}
1010
}
11+
12+
provider "azurerm" {
13+
features {}
14+
}
1115
backend "azurerm" {
1216
key = "app.terraform.tfstate"
1317
}

0 commit comments

Comments
 (0)