Skip to content

Commit

Permalink
limit prefix length
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-adams committed Oct 16, 2024
1 parent b578676 commit 8cc26fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/gost_api/grant_activity_digest.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "grant_activity_digest_scheduled_task" {
source = "../scheduled_ecs_task"
enabled = var.enabled && var.enable_grant_activity_digest_scheduled_task

name_prefix = "${var.namespace}-grant-activity-digest-task"
name_prefix = "${var.namespace}-grant-activ-digest-task"
description = "Executes an ECS task that sends grants activity digest emails at 8am ET"

# Schedule
Expand Down

0 comments on commit 8cc26fc

Please sign in to comment.