SA min TLS version (#172)
This commit is contained in:
Родитель
edcafe9bd8
Коммит
6083ac7ae3
|
@ -4,6 +4,7 @@ resource "azurerm_storage_account" "pc" {
|
|||
location = azurerm_resource_group.pc.location
|
||||
account_tier = "Standard"
|
||||
account_replication_type = "LRS"
|
||||
min_tls_version = "TLS1_2"
|
||||
}
|
||||
|
||||
# Tables
|
||||
|
|
Загрузка…
Ссылка в новой задаче