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 a8259c5 commit 64928e8Copy full SHA for 64928e8
terraform/dotnet/ec2/windows/main.tf
@@ -165,7 +165,7 @@ resource "aws_ssm_document" "main_service_setup" {
165
"schemaVersion": "2.2",
166
"description": "Setup main service instance",
167
"inputs": {
168
- "cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run",
+ "cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run"
169
},
170
"mainSteps": [
171
{
@@ -195,7 +195,7 @@ resource "aws_ssm_document" "remote_service_setup" {
195
196
"description": "Setup remote service instance",
197
198
199
200
201
0 commit comments