We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f35f60 commit 0f919f2Copy full SHA for 0f919f2
1 file changed
website/docs/r/network_watcher_flow_log.html.markdown
@@ -38,10 +38,10 @@ resource "azurerm_storage_account" "test" {
38
resource_group_name = azurerm_resource_group.example.name
39
location = azurerm_resource_group.example.location
40
41
- account_tier = "Standard"
42
- account_kind = "StorageV2"
43
- account_replication_type = "LRS"
44
- enable_https_traffic_only = true
+ account_tier = "Standard"
+ account_kind = "StorageV2"
+ account_replication_type = "LRS"
+ https_traffic_only_enabled = true
45
}
46
47
resource "azurerm_log_analytics_workspace" "test" {
0 commit comments