We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1fbcb commit 68fed20Copy full SHA for 68fed20
README.md
@@ -92,6 +92,7 @@ module "mysql" {
92
iam_role_arn_backup = module.aws.iam_role_arn_backup
93
mysqldb_backup_enabled = true
94
mysqldb_backup_config = {
95
+ mysql_database_name = ""
96
bucket_uri = "s3://bucket_name"
97
s3_bucket_region = ""
98
cron_for_full_backup = "*/5 * * * *"
0 commit comments