Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattfry committed Feb 7, 2025
1 parent 86786e5 commit 195e25c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1361,8 +1361,8 @@ resource "azurerm_container_app" "test" {
}
volume_mounts {
name = azurerm_container_app_environment_storage.test.name
path = "/tmp/testdata"
name = azurerm_container_app_environment_storage.test.name
path = "/tmp/testdata"
sub_path = "subdirectory"
}
}
Expand Down

0 comments on commit 195e25c

Please sign in to comment.