terraform.aws-baseline-infra/modules/ManagementGovernance/ssm-schedule-run-command
2024-02-24 12:26:18 +08:00
..
main.tf UPD: updated timeout_seconds with a hard-coded 60s 2024-02-24 12:26:18 +08:00
README.md NEW: Module for scheduling run command using ssm 2024-02-24 02:18:31 +08:00
variables.tf UPD: taking a couple inputs as varibales 2024-02-24 12:21:58 +08:00
versions.tf NEW: Module for scheduling run command using ssm 2024-02-24 02:18:31 +08:00

Requirements

Name Version
terraform >= 1.3.0
aws >= 5.0

Providers

Name Version
aws >= 5.0

Modules

No modules.

Resources

Name Type
aws_cloudwatch_log_group.this resource
aws_ssm_maintenance_window.this resource
aws_ssm_maintenance_window_target.this resource
aws_ssm_maintenance_window_task.this resource

Inputs

Name Description Type Default Required
cron-expression Cron expression for SSM maintenance window schedule string n/a yes
description Description of command to run string n/a yes
instance-id Id of Ec2 instance to execute the script string n/a yes
schedule-name Name of maintenance window. e.g. Daily0900UTC8 string n/a yes
shell-script-path Full path to script string n/a yes

Outputs

No outputs.


Authorship

This module was developed by xpk.