8000 GitHub - shescloud/terraform-start-stop-rds
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shescloud/terraform-start-stop-rds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

71FD
Name Version
terraform >= 0.12.23
aws >= 2.54

Providers

Name Version
aws >= 2.54
random n/a

Modules

No modules.

Resources

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

Inputs

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

Outputs

No outputs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0