Update terraform configuration

This commit is contained in:
gavinfish 2019-10-31 11:12:01 +08:00
parent c85bed39e2
commit 6de21b0c5a

View file

@ -4,7 +4,7 @@ resource "azurerm_resource_group" "k8s" {
}
resource "azurerm_storage_account" "test" {
name = "tfstoragesfejsf"
name = "tfstoragesfejs"
resource_group_name = azurerm_resource_group.k8s.name
location = azurerm_resource_group.k8s.location
account_replication_type = "LRS"