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 ef3b140 commit 9a18945Copy full SHA for 9a18945
examples/complete/main.tf
@@ -26,7 +26,7 @@ module "mysql" {
26
}
27
mysqldb_restore_enabled = true
28
mysqldb_restore_config = {
29
- s3_bucket_uri = "s3://mysqldumprestore/20-ratings.sql"
+ s3_bucket_uri = "s3://mysqldumprestore/10-dump.sql"
30
s3_bucket_region = "us-east-2"
31
32
variables.tf
@@ -73,7 +73,7 @@ variable "create_namespace" {
73
74
variable "mysqldb_restore_enabled" {
75
type = bool
76
- default = true
+ default = false
77
description = "Set true to enable mysql restore"
78
79
0 commit comments