{"id":51410875,"url":"https://github.com/launchbynttdata/tf-aws-module_primitive-scheduler_schedule","last_synced_at":"2026-07-04T14:32:34.490Z","repository":{"id":348771907,"uuid":"1184309945","full_name":"launchbynttdata/tf-aws-module_primitive-scheduler_schedule","owner":"launchbynttdata","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-02T18:55:30.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T06:17:54.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchbynttdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-17T13:15:48.000Z","updated_at":"2026-04-02T18:55:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/launchbynttdata/tf-aws-module_primitive-scheduler_schedule","commit_stats":null,"previous_names":["launchbynttdata/tf-aws-module_primitive-scheduler_schedule"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/launchbynttdata/tf-aws-module_primitive-scheduler_schedule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-scheduler_schedule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-scheduler_schedule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-scheduler_schedule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-scheduler_schedule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchbynttdata","download_url":"https://codeload.github.com/launchbynttdata/tf-aws-module_primitive-scheduler_schedule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-scheduler_schedule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35125718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-04T14:32:32.935Z","updated_at":"2026-07-04T14:32:34.474Z","avatar_url":"https://github.com/launchbynttdata.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Module - EventBridge Scheduler Schedule\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## Overview\n\nThis Terraform module creates an [AWS EventBridge Scheduler Schedule](https://docs.aws.amazon.com/scheduler/latest/UserGuide/what-is-scheduler.html) resource. EventBridge Scheduler allows you to create schedules that invoke targets such as SQS queues, Lambda functions, ECS tasks, and more on a recurring or one-time basis.\n\n## Usage\n\n```hcl\nmodule \"scheduler_schedule\" {\n  source = \"terraform.registry.launch.nttdata.com/module_primitive/scheduler_schedule/aws\"\n  version = \"~\u003e 1.0\"\n\n  name       = \"my-schedule\"\n  group_name = \"default\"\n\n  schedule_expression = \"rate(1 hour)\"\n\n  flexible_time_window = {\n    mode = \"OFF\"\n  }\n\n  schedule_target = {\n    arn      = aws_sqs_queue.example.arn\n    role_arn = aws_iam_role.scheduler.arn\n  }\n}\n```\n\n## Examples\n\nSee the [examples/complete](./examples/complete) directory for a full working example that creates an SQS queue, IAM role, and scheduler schedule.\n\n## Documentation\n\n- [AWS EventBridge Scheduler User Guide](https://docs.aws.amazon.com/scheduler/latest/UserGuide/what-is-scheduler.html)\n- [Terraform aws_scheduler_schedule resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule)\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | ~\u003e 1.5 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 5.14 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | 5.100.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_scheduler_schedule.schedule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Name of the schedule. If omitted, Terraform will assign a random, unique name. Conflicts with name\\_prefix. | `string` | `null` | no |\n| \u003ca name=\"input_name_prefix\"\u003e\u003c/a\u003e [name\\_prefix](#input\\_name\\_prefix) | Creates a unique name beginning with the specified prefix. Conflicts with name. | `string` | `null` | no |\n| \u003ca name=\"input_group_name\"\u003e\u003c/a\u003e [group\\_name](#input\\_group\\_name) | Name of the schedule group to associate with this schedule. When omitted, the default schedule group is used. | `string` | `\"default\"` | no |\n| \u003ca name=\"input_schedule_expression\"\u003e\u003c/a\u003e [schedule\\_expression](#input\\_schedule\\_expression) | Defines when the schedule runs. See Schedule types on EventBridge Scheduler. | `string` | n/a | yes |\n| \u003ca name=\"input_schedule_expression_timezone\"\u003e\u003c/a\u003e [schedule\\_expression\\_timezone](#input\\_schedule\\_expression\\_timezone) | Timezone in which the scheduling expression is evaluated. Defaults to UTC. | `string` | `\"UTC\"` | no |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | Brief description of the schedule. | `string` | `null` | no |\n| \u003ca name=\"input_state\"\u003e\u003c/a\u003e [state](#input\\_state) | Specifies whether the schedule is enabled or disabled. One of: ENABLED (default), DISABLED. | `string` | `\"ENABLED\"` | no |\n| \u003ca name=\"input_start_date\"\u003e\u003c/a\u003e [start\\_date](#input\\_start\\_date) | The date, in UTC, after which the schedule can begin invoking its target. Example: 2030-01-01T01:00:00Z. | `string` | `null` | no |\n| \u003ca name=\"input_end_date\"\u003e\u003c/a\u003e [end\\_date](#input\\_end\\_date) | The date, in UTC, before which the schedule can invoke its target. Example: 2030-01-01T01:00:00Z. | `string` | `null` | no |\n| \u003ca name=\"input_kms_key_arn\"\u003e\u003c/a\u003e [kms\\_key\\_arn](#input\\_kms\\_key\\_arn) | ARN for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data. | `string` | `null` | no |\n| \u003ca name=\"input_flexible_time_window\"\u003e\u003c/a\u003e [flexible\\_time\\_window](#input\\_flexible\\_time\\_window) | Configures a time window during which EventBridge Scheduler invokes the schedule.\u003cbr/\u003e- mode: OFF or FLEXIBLE (required)\u003cbr/\u003e- maximum\\_window\\_in\\_minutes: 1 to 1440 (optional, for FLEXIBLE mode) | \u003cpre\u003eobject({\u003cbr/\u003e    mode                      = string\u003cbr/\u003e    maximum_window_in_minutes = optional(number)\u003cbr/\u003e  })\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_schedule_target\"\u003e\u003c/a\u003e [schedule\\_target](#input\\_schedule\\_target) | Configures the target of the schedule.\u003cbr/\u003eRequired: arn, role\\_arn\u003cbr/\u003eOptional: input, dead\\_letter\\_config, retry\\_policy, ecs\\_parameters, eventbridge\\_parameters, kinesis\\_parameters, sagemaker\\_pipeline\\_parameters, sqs\\_parameters | \u003cpre\u003eobject({\u003cbr/\u003e    arn      = string\u003cbr/\u003e    role_arn = string\u003cbr/\u003e    input    = optional(string)\u003cbr/\u003e\u003cbr/\u003e    dead_letter_config = optional(object({\u003cbr/\u003e      arn = string\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    retry_policy = optional(object({\u003cbr/\u003e      maximum_event_age_in_seconds = optional(number)\u003cbr/\u003e      maximum_retry_attempts       = optional(number)\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    ecs_parameters = optional(object({\u003cbr/\u003e      task_definition_arn     = string\u003cbr/\u003e      group                   = optional(string)\u003cbr/\u003e      launch_type             = optional(string)\u003cbr/\u003e      platform_version        = optional(string)\u003cbr/\u003e      propagate_tags          = optional(string)\u003cbr/\u003e      reference_id            = optional(string)\u003cbr/\u003e      task_count              = optional(number)\u003cbr/\u003e      enable_ecs_managed_tags = optional(bool)\u003cbr/\u003e      enable_execute_command  = optional(bool)\u003cbr/\u003e\u003cbr/\u003e      capacity_provider_strategy = optional(list(object({\u003cbr/\u003e        base              = optional(number)\u003cbr/\u003e        capacity_provider = string\u003cbr/\u003e        weight            = optional(number)\u003cbr/\u003e      })))\u003cbr/\u003e\u003cbr/\u003e      network_configuration = optional(object({\u003cbr/\u003e        assign_public_ip = optional(bool)\u003cbr/\u003e        security_groups  = optional(list(string))\u003cbr/\u003e        subnets          = optional(list(string))\u003cbr/\u003e      }))\u003cbr/\u003e\u003cbr/\u003e      placement_constraints = optional(list(object({\u003cbr/\u003e        expression = optional(string)\u003cbr/\u003e        type       = string\u003cbr/\u003e      })))\u003cbr/\u003e\u003cbr/\u003e      placement_strategy = optional(list(object({\u003cbr/\u003e        field = optional(string)\u003cbr/\u003e        type  = string\u003cbr/\u003e      })))\u003cbr/\u003e\u003cbr/\u003e      tags = optional(map(string))\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    eventbridge_parameters = optional(object({\u003cbr/\u003e      detail_type = string\u003cbr/\u003e      source      = string\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    kinesis_parameters = optional(object({\u003cbr/\u003e      partition_key = string\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    sagemaker_pipeline_parameters = optional(object({\u003cbr/\u003e      pipeline_parameter = optional(list(object({\u003cbr/\u003e        name  = string\u003cbr/\u003e        value = string\u003cbr/\u003e      })))\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    sqs_parameters = optional(object({\u003cbr/\u003e      message_group_id = optional(string)\u003cbr/\u003e    }))\u003cbr/\u003e  })\u003c/pre\u003e | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | The ID of the schedule (group\\_name/name format). |\n| \u003ca name=\"output_arn\"\u003e\u003c/a\u003e [arn](#output\\_arn) | The ARN of the schedule. |\n| \u003ca name=\"output_name\"\u003e\u003c/a\u003e [name](#output\\_name) | The name of the schedule. |\n| \u003ca name=\"output_group_name\"\u003e\u003c/a\u003e [group\\_name](#output\\_group\\_name) | The schedule group name. |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-scheduler_schedule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-scheduler_schedule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-scheduler_schedule/lists"}