From 40ba55f70745cbca0b71b07e0ad94159b95ca9d4 Mon Sep 17 00:00:00 2001 From: Tatsuro Shibamura Date: Tue, 27 Aug 2024 15:20:20 +0900 Subject: [PATCH] Remove set `enable_https_traffic_only` property --- main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tf b/main.tf index bf7e0fa..457040d 100644 --- a/main.tf +++ b/main.tf @@ -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"