Skip to content

Commit

Permalink
Remove set enable_https_traffic_only property
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Aug 27, 2024
1 parent 9958e4f commit 40ba55f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ resource "azurerm_storage_account" "storage" {
account_kind = "Storage"
account_tier = "Standard"
account_replication_type = "LRS"
enable_https_traffic_only = true
allow_nested_items_to_be_public = false
min_tls_version = "TLS1_2"

Expand Down

0 comments on commit 40ba55f

Please sign in to comment.