Skip to content

Commit 5d51b0a

Browse files
authored
Removing redundant comments
1 parent ea93819 commit 5d51b0a

File tree

1 file changed

+2
-2
lines changed
  • aws/cloudwatchmetrics/examples

1 file changed

+2
-2
lines changed

aws/cloudwatchmetrics/examples/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module "cloudwatch_metrics" {
33

44
create_collector = true
55
sumologic_organization_id = var.sumologic_organization_id
6-
wait_for_seconds = 180 # tried increasing this from the default of 180 with no luck
6+
wait_for_seconds = 180
77
source_details = {
88
"collector_id": module.cloudwatch_metrics.sumologic_collector.collector.id ,
99
"description": "This source is created using Sumo Logic terraform AWS CloudWatch Metrics module to collect AWS Cloudwatch metrics.",
@@ -20,4 +20,4 @@ module "cloudwatch_metrics" {
2020
"source_name": "CloudWatch Metrics Source",
2121
"sumo_account_id": 926226587429
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)