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: variables.tf
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ variable database_version {
33
33
default="MYSQL_5_6"
34
34
}
35
35
36
+
variablemaster_instance_name {
37
+
description="The name of the master instance to replicate"
38
+
default=""
39
+
}
40
+
36
41
variabletier {
37
42
description="The machine tier (First Generation) or type (Second Generation). See this page for supported tiers and pricing: https://cloud.google.com/sql/pricing"
38
43
default="db-f1-micro"
@@ -104,6 +109,11 @@ variable replication_type {
104
109
default="SYNCHRONOUS"
105
110
}
106
111
112
+
variabledatabase_flags {
113
+
description="List of Cloud SQL flags that are applied to the database server"
114
+
default=[]
115
+
}
116
+
107
117
variablebackup_configuration {
108
118
description="The backup_configuration settings subblock for the database setings"
0 commit comments