Added quotes around placeholders

This commit is contained in:
Tom Archer 2022-03-04 14:39:52 -08:00
parent 613ac38924
commit e7300d5f62

View File

@ -9,8 +9,8 @@ terraform {
}
}
backend "azurerm" {
resource_group_name = <storage_account_resource_group>
storage_account_name = <storage_account_name>
resource_group_name = "<storage_account_resource_group>"
storage_account_name = "<storage_account_name>"
container_name = "tfstate"
key = "codelab.microsoft.tfstate"
}