Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3339876
D13444.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
937 B
Referenced Files
None
Subscribers
None
D13444.diff
View Options
diff --git a/services/terraform/remote/aws_cloudwatch_alarms.tf b/services/terraform/remote/aws_cloudwatch_alarms.tf
--- a/services/terraform/remote/aws_cloudwatch_alarms.tf
+++ b/services/terraform/remote/aws_cloudwatch_alarms.tf
@@ -135,7 +135,6 @@
}
resource "aws_cloudwatch_event_target" "ecs_task_stop" {
-
rule = aws_cloudwatch_event_rule.ecs_task_stop.name
arn = aws_cloudwatch_log_group.ecs_task_stop.arn
}
diff --git a/services/terraform/remote/task_blob_cleanup.tf b/services/terraform/remote/task_blob_cleanup.tf
--- a/services/terraform/remote/task_blob_cleanup.tf
+++ b/services/terraform/remote/task_blob_cleanup.tf
@@ -20,6 +20,10 @@
{
name = "BLOB_S3_BUCKET_NAME",
value = local.blob_service_s3_bucket
+ },
+ {
+ name = "COMM_SERVICES_USE_JSON_LOGS",
+ value = local.comm_services_use_json_logs
}
]
logConfiguration = {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 9:00 PM (17 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2564878
Default Alt Text
D13444.diff (937 B)
Attached To
Mode
D13444: [terraform] Use JSON logs in Blob Cleanup task
Attached
Detach File
Event Timeline
Log In to Comment