Skip to content

Commit df52d2b

Browse files
committed
Add missing closing brace for azurerm provider block in terraform.tf
1 parent a5eb494 commit df52d2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/terraform.tf

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ terraform {
1212

1313
provider "azurerm" {
1414
features {}
15+
}
16+
17+
terraform {
1518
backend "azurerm" {
1619
key = "app.terraform.tfstate"
1720
}

0 commit comments

Comments
 (0)