1.5 KiB
1.5 KiB
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.