We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a973628 commit 527c7bdCopy full SHA for 527c7bd
terraform/dotnet/ec2/windows/main.tf
@@ -218,7 +218,7 @@ resource "aws_ssm_document" "main_service_setup" {
218
"Expand-Archive -Path .\\nodejs.zip -DestinationPath .\\nodejs -Force",
219
"$currentdir = Get-Location",
220
"Write-Host $currentdir",
221
- "$env:Path += ';$currentdir\\nodejs\\node-v20.16.0-win-x64'",
+ "$env:Path += ';C:\\Windows\\system32\\asp_frontend_service\\nodejs\\node-v20.16.0-win-x64'",
222
223
"# Bring in the traffic generator files to EC2 Instance",
224
"aws s3 cp 's3://aws-appsignals-sample-app-prod-${var.aws_region}/traffic-generator.zip' './traffic-generator.zip'",
0 commit comments