Skip to content

Commit

Permalink
set's min TLS version for azure storage account to TLS 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Jun 18, 2024
1 parent 8e189a8 commit a7b039e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resource "azurerm_storage_account" "terraform-state-storage-account" {
account_tier = "Standard"
account_replication_type = "GRS"
tags = var.tags
min_tls_version = "TLS1_2"

identity {
type = "SystemAssigned"
Expand Down

0 comments on commit a7b039e

Please sign in to comment.