File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ variable "ami_family" {
5050 otconfig_destination = " C:\\ ot-default.yml"
5151 download_command_pattern = " powershell -command \" Invoke-WebRequest -Uri %s -OutFile C:\\ aws-otel-collector.msi\" "
5252 install_command = " msiexec /i C:\\ aws-otel-collector.msi"
53- start_command = " powershell -command \" &{ $url = \\\" $([System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String('CONFIGURATION_URI_PLACEHOLDER')))\\\" ; . 'C:\\ Program Files\\ Amazon\\ AwsOtelCollector\\ aws-otel-collector-ctl.ps1' -ConfigLocation \\\" $url\\\" -FeatureGates FEATUREGATE_PLACEHOLDER -Action start}\" "
53+ start_command = " powershell -command \" &{ $url = \\\" $([System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String('CONFIGURATION_URI_PLACEHOLDER')))\\\" ; . 'C:\\ Program Files\\ Amazon\\ AwsOtelCollector\\ aws-otel-collector-ctl.ps1' -ConfigLocation \\\" $url\\\" -FeatureGates \\\" FEATUREGATE_PLACEHOLDER\\\" -Action start}\" "
5454 status_command = " powershell \" & 'C:\\ Program Files\\ Amazon\\ AwsOtelCollector\\ aws-otel-collector-ctl.ps1' -Action status\" "
5555 ssm_validate = " powershell \" & 'C:\\ Program Files\\ Amazon\\ AwsOtelCollector\\ aws-otel-collector-ctl.ps1' -Action status\" | findstr running"
5656 connection_type = " winrm"
You can’t perform that action at this time.
0 commit comments