mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update terraform configuration
This commit is contained in:
parent
c85bed39e2
commit
6de21b0c5a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ resource "azurerm_resource_group" "k8s" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "azurerm_storage_account" "test" {
|
resource "azurerm_storage_account" "test" {
|
||||||
name = "tfstoragesfejsf"
|
name = "tfstoragesfejs"
|
||||||
resource_group_name = azurerm_resource_group.k8s.name
|
resource_group_name = azurerm_resource_group.k8s.name
|
||||||
location = azurerm_resource_group.k8s.location
|
location = azurerm_resource_group.k8s.location
|
||||||
account_replication_type = "LRS"
|
account_replication_type = "LRS"
|
||||||
|
|
Loading…
Reference in a new issue