Skip to content

Commit a8259c5

Browse files
committed
force output log to cwl
1 parent fa21f36 commit a8259c5

File tree

1 file changed

+6
-0
lines changed
  • terraform/dotnet/ec2/windows

1 file changed

+6
-0
lines changed

terraform/dotnet/ec2/windows/main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ resource "aws_ssm_document" "main_service_setup" {
164164
{
165165
"schemaVersion": "2.2",
166166
"description": "Setup main service instance",
167+
"inputs": {
168+
"cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run",
169+
},
167170
"mainSteps": [
168171
{
169172
"action": "aws:runPowerShellScript",
@@ -191,6 +194,9 @@ resource "aws_ssm_document" "remote_service_setup" {
191194
{
192195
"schemaVersion": "2.2",
193196
"description": "Setup remote service instance",
197+
"inputs": {
198+
"cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run",
199+
},
194200
"mainSteps": [
195201
{
196202
"action": "aws:runPowerShellScript",

0 commit comments

Comments
 (0)