Skip to content

Commit

Permalink
disable Twitter (RIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Nov 23, 2024
1 parent 18b7b01 commit 20c539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blue/twitter/send-post/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource "aws_cloudwatch_event_rule" "events" {
description = "Capture approved reddit posts to tweet"
event_bus_name = data.aws_cloudwatch_event_bus.bus.name
name = local.name
state = "ENABLED"
state = "DISABLED"
tags = local.tags

event_pattern = jsonencode({
Expand Down

0 comments on commit 20c539d

Please sign in to comment.