Skip to content

Commit c736eb3

Browse files
Removed commas from json document (#10)
1 parent 402d464 commit c736eb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/templates/ethereum_ec2.amazon-cloudwatch-agent.json.tftpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@
112112
},
113113
{
114114
"file_path": "/var/log/amazon/ssm/amazon-ssm-agent.log",
115-
"log_group_name": "${ssm_agent_log_group_name}",
115+
"log_group_name": "${ssm_agent_log_group_name}"
116116
},
117117
{
118118
"file_path": "/var/log/amazon/ssm/error.log",
119-
"log_group_name": "${ssm_agent_log_group_name_error}",
119+
"log_group_name": "${ssm_agent_log_group_name_error}"
120120
}
121121
]
122122
}

0 commit comments

Comments
 (0)