Formatted code via 'terraform fmt'

This commit is contained in:
Tom Archer 2022-03-05 14:16:56 -08:00
parent e4a7a6e1f3
commit 744613923a
5 changed files with 164 additions and 164 deletions

View File

@ -14,8 +14,8 @@ terraform {
container_name = "tfstate"
key = "codelab.microsoft.tfstate"
}
}
}
provider "azurerm" {
provider "azurerm" {
features {}
}