Skip to content

Commit

Permalink
set's min TLS version for azure storage account to TLS 1.2 (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand authored Jun 20, 2024
2 parents 7396df8 + e64a9f9 commit 9baab7e
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 9baab7e

Please sign in to comment.