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 ea93819 commit 5d51b0aCopy full SHA for 5d51b0a
aws/cloudwatchmetrics/examples/main.tf
@@ -3,7 +3,7 @@ module "cloudwatch_metrics" {
3
4
create_collector = true
5
sumologic_organization_id = var.sumologic_organization_id
6
- wait_for_seconds = 180 # tried increasing this from the default of 180 with no luck
+ wait_for_seconds = 180
7
source_details = {
8
"collector_id": module.cloudwatch_metrics.sumologic_collector.collector.id ,
9
"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" {
20
"source_name": "CloudWatch Metrics Source",
21
"sumo_account_id": 926226587429
22
}
23
-}
+}
0 commit comments