Name | Version |
---|---|
terraform | >= 0.12.23 |
aws | >= 2.54 |
Name | Version |
---|---|
aws | >= 2.54 |
random | n/a |
No modules.
Name | Type |
---|---|
aws_cloudwatch_event_rule.rds_start | resource |
aws_cloudwatch_event_rule.rds_stop | resource |
aws_cloudwatch_event_target.rds_start | resource |
aws_cloudwatch_event_target.rds_stop | resource |
aws_iam_role.event | resource |
aws_iam_role.ssm_automation | resource |
aws_iam_role_policy.event | resource |
aws_iam_role_policy.ssm_automation | resource |
aws_iam_role_policy_attachment.ssm_automation | resource |
random_string.iam_suffix | resource |
aws_iam_policy_document.event | data source |
aws_iam_policy_document.event_trust | data source |
aws_iam_policy_document.ssm_automation_trust | data source |
aws_region.current | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cron_start | Cron expression to define when to trigger a start of the DB | any |
n/a | yes |
cron_stop | Cron expression to define when to trigger a stop of the DB | any |
n/a | yes |
enable | n/a | bool |
true |
no |
identifier | RDS instances identifier for schedule list | list(string) |
n/a | yes |
No outputs.