Skip to content

Commit 9a18945

Browse files
updated with restore
1 parent ef3b140 commit 9a18945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module "mysql" {
2626
}
2727
mysqldb_restore_enabled = true
2828
mysqldb_restore_config = {
29-
s3_bucket_uri = "s3://mysqldumprestore/20-ratings.sql"
29+
s3_bucket_uri = "s3://mysqldumprestore/10-dump.sql"
3030
s3_bucket_region = "us-east-2"
3131

3232
}

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ variable "create_namespace" {
7373

7474
variable "mysqldb_restore_enabled" {
7575
type = bool
76-
default = true
76+
default = false
7777
description = "Set true to enable mysql restore"
7878
}
7979

0 commit comments

Comments
 (0)