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
description="Specify the configuration settings for MySQL, including the name, environment, storage options, replication settings, and custom YAML values."
15
+
}
16
+
17
+
variable"recovery_window_aws_secret" {
18
+
type=number
19
+
default=0
20
+
description="Number of days that AWS Secrets Manager will wait before deleting a secret. This value can be set to 0 to force immediate deletion, or to a value between 7 and 30 days to allow for recovery."
21
+
}
22
+
23
+
variable"cluster_name" {
24
+
type=string
25
+
default=""
26
+
description="Specifies the name of the EKS cluster to deploy the MySQL application on."
27
+
}
28
+
29
+
variable"root_password" {
30
+
description="Root user password for MySQL"
31
+
type=string
32
+
}
33
+
34
+
variable"custom_user_password" {
35
+
description="Password for the custom MySQL user"
36
+
type=string
37
+
}
38
+
39
+
variable"replication_password" {
40
+
description="Password for the replication user"
41
+
type=string
42
+
}
43
+
44
+
variable"exporter_password" {
45
+
description="Password for the mysqld_exporter user"
0 commit comments