Skip to content

Commit 64928e8

Browse files
committed
Make it a valid json
1 parent a8259c5 commit 64928e8

File tree

1 file changed

+2
-2
lines changed
  • terraform/dotnet/ec2/windows

1 file changed

+2
-2
lines changed

terraform/dotnet/ec2/windows/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ resource "aws_ssm_document" "main_service_setup" {
165165
"schemaVersion": "2.2",
166166
"description": "Setup main service instance",
167167
"inputs": {
168-
"cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run",
168+
"cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run"
169169
},
170170
"mainSteps": [
171171
{
@@ -195,7 +195,7 @@ resource "aws_ssm_document" "remote_service_setup" {
195195
"schemaVersion": "2.2",
196196
"description": "Setup remote service instance",
197197
"inputs": {
198-
"cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run",
198+
"cloudWatchLogGroupName": "pulse-dotnet-windows-e2e-run"
199199
},
200200
"mainSteps": [
201201
{

0 commit comments

Comments
 (0)