Skip to content

Commit

Permalink
Tribunals: Update containerPath in tribunal_ftp module to remove docu…
Browse files Browse the repository at this point in the history
…ments_location variable (#9055)
  • Loading branch information
matthewsearle01 authored Dec 12, 2024
1 parent a0a6e2c commit 5710148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ locals {
mountPoints : [
{
sourceVolume : "tribunals",
containerPath : "C:/inetpub/wwwroot/${local.documents_location}"
containerPath : "C:/inetpub/wwwroot"
}
]
}])
Expand Down

0 comments on commit 5710148

Please sign in to comment.