Skip to content

Commit 527c7bd

Browse files
committed
adjust nodejs dir
1 parent a973628 commit 527c7bd

File tree

1 file changed

+1
-1
lines changed
  • terraform/dotnet/ec2/windows

1 file changed

+1
-1
lines changed

terraform/dotnet/ec2/windows/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ resource "aws_ssm_document" "main_service_setup" {
218218
"Expand-Archive -Path .\\nodejs.zip -DestinationPath .\\nodejs -Force",
219219
"$currentdir = Get-Location",
220220
"Write-Host $currentdir",
221-
"$env:Path += ';$currentdir\\nodejs\\node-v20.16.0-win-x64'",
221+
"$env:Path += ';C:\\Windows\\system32\\asp_frontend_service\\nodejs\\node-v20.16.0-win-x64'",
222222
223223
"# Bring in the traffic generator files to EC2 Instance",
224224
"aws s3 cp 's3://aws-appsignals-sample-app-prod-${var.aws_region}/traffic-generator.zip' './traffic-generator.zip'",

0 commit comments

Comments
 (0)