Skip to content

Commit

Permalink
add opsgenie sync
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Dec 19, 2023
1 parent 75345d2 commit 3dea17f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/controlplane/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@ resource "aws_ecs_task_definition" "control_plane_task" {
name = "CF_SYNC_PAGERDUTY_CRON_SCHEDULE",
value = "0 */5 * * * *"
},
{
name = "CF_SYNC_OPSGENIE_ENABLED",
value = "true"
},
{
name = "CF_SYNC_OPSGENIE_CRON_SCHEDULE",
value = "0 */5 * * * *"
},
{
name = "CF_SYNC_GCP_ENABLED",
value = "true"
Expand Down

0 comments on commit 3dea17f

Please sign in to comment.