Skip to content

Commit

Permalink
remove extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry committed Jun 17, 2020
1 parent 5c0b05e commit f0a3fd6
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -307,9 +307,9 @@ resource "azurerm_storage_share_directory" "child" {
}
resource "azurerm_storage_share_directory" "child_two" {
name = "${azurerm_storage_share_directory.parent.name}/child-two"
share_name = azurerm_storage_share.test.name
storage_account_name = azurerm_storage_account.test.name
name = "${azurerm_storage_share_directory.parent.name}/child-two"
share_name = azurerm_storage_share.test.name
storage_account_name = azurerm_storage_account.test.name
}
`, template)
}
Expand Down

0 comments on commit f0a3fd6

Please sign in to comment.