Skip to content

Commit 0f919f2

Browse files
authored
Update network_watcher_flow_log.html.markdown to https_traffic_only_enabled for storage accounts (#29480)
1 parent 7f35f60 commit 0f919f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

website/docs/r/network_watcher_flow_log.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ resource "azurerm_storage_account" "test" {
3838
resource_group_name = azurerm_resource_group.example.name
3939
location = azurerm_resource_group.example.location
4040
41-
account_tier = "Standard"
42-
account_kind = "StorageV2"
43-
account_replication_type = "LRS"
44-
enable_https_traffic_only = true
41+
account_tier = "Standard"
42+
account_kind = "StorageV2"
43+
account_replication_type = "LRS"
44+
https_traffic_only_enabled = true
4545
}
4646
4747
resource "azurerm_log_analytics_workspace" "test" {

0 commit comments

Comments
 (0)