You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/db_instance/variables.tf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,11 @@ variable "kms_key_id" {
21
21
default=""
22
22
}
23
23
24
+
variable"replicate_source_db" {
25
+
description="Specifies that this resource is a Replicate database, and to use this value as the source database. This correlates to the identifier of another Amazon RDS Database to replicate."
26
+
default=""
27
+
}
28
+
24
29
variable"license_model" {
25
30
description="License model information for this DB instance. Optional, but required for some DB engines, i.e. Oracle SE1"
Copy file name to clipboardExpand all lines: variables.tf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,11 @@ variable "kms_key_id" {
21
21
default=""
22
22
}
23
23
24
+
variable"replicate_source_db" {
25
+
description="Specifies that this resource is a Replicate database, and to use this value as the source database. This correlates to the identifier of another Amazon RDS Database to replicate."
26
+
default=""
27
+
}
28
+
24
29
variable"license_model" {
25
30
description="License model information for this DB instance. Optional, but required for some DB engines, i.e. Oracle SE1"
0 commit comments