Added quotes around placeholders
This commit is contained in:
parent
613ac38924
commit
e7300d5f62
@ -9,8 +9,8 @@ terraform {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
backend "azurerm" {
|
backend "azurerm" {
|
||||||
resource_group_name = <storage_account_resource_group>
|
resource_group_name = "<storage_account_resource_group>"
|
||||||
storage_account_name = <storage_account_name>
|
storage_account_name = "<storage_account_name>"
|
||||||
container_name = "tfstate"
|
container_name = "tfstate"
|
||||||
key = "codelab.microsoft.tfstate"
|
key = "codelab.microsoft.tfstate"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user