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 67952c5 commit 011ad3fCopy full SHA for 011ad3f
terraform/dotnet/ec2/windows/main.tf
@@ -232,7 +232,7 @@ resource "aws_ssm_document" "main_service_setup" {
232
"$env:REMOTE_ENDPOINT = '${aws_instance.remote_service_instance.private_ip}'",
233
"$env:ID = '${var.test_id}'",
234
235
- "Start-Process -FilePath 'npm' -ArgumentList 'start'",
+ "Start-Process -FilePath 'npm' -ArgumentList 'start'"
236
]
237
}
238
0 commit comments