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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,8 @@ To attach access management tags to resources in this module, you need the follo
121
121
| <aname="input_kms_key_crn"></a> [kms\_key\_crn](#input\_kms\_key\_crn)| The root key CRN of a Key Management Services like Key Protect or Hyper Protect Crypto Services (HPCS) that you want to use for disk encryption. Only used if var.kms\_encryption\_enabled is set to true. |`string`|`null`| no |
122
122
| <aname="input_member_cpu_count"></a> [member\_cpu\_count](#input\_member\_cpu\_count)| Allocated dedicated CPU per member. For shared CPU, set to 0. For more information, see https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling|`number`|`0`| no |
123
123
| <aname="input_member_disk_mb"></a> [member\_disk\_mb](#input\_member\_disk\_mb)| Allocated disk per member. For more information, see https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling|`number`|`10240`| no |
124
-
| <aname="input_member_memory_mb"></a> [member\_memory\_mb](#input\_member\_memory\_mb)| Allocated memory per-member. See the following doc for supported values: https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling|`number`|`1024`| no |
124
+
| <aname="input_member_host_flavor"></a> [member\_host\_flavor](#input\_member\_host\_flavor)| Allocated host flavor per member. [Learn more](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/database#host_flavor). |`string`|`null`| no |
125
+
| <aname="input_member_memory_mb"></a> [member\_memory\_mb](#input\_member\_memory\_mb)| Allocated memory per-member. See the following doc for supported values: https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling|`number`|`4096`| no |
125
126
| <aname="input_members"></a> [members](#input\_members)| Allocated number of members. Members can be scaled up but not down. |`number`|`3`| no |
126
127
| <aname="input_mysql_version"></a> [mysql\_version](#input\_mysql\_version)| Version of the MySQL instance to provision. If no value is passed, the current preferred version of IBM Cloud Databases is used. |`string`|`null`| no |
127
128
| <aname="input_name"></a> [name](#input\_name)| The name to give the MySQL instance. |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: modules/fscloud/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ No resources.
41
41
| <aname="input_kms_key_crn"></a> [kms\_key\_crn](#input\_kms\_key\_crn)| The root key CRN of the Hyper Protect Crypto Service (HPCS) to use for disk encryption. |`string`| n/a | yes |
42
42
| <aname="input_member_cpu_count"></a> [member\_cpu\_count](#input\_member\_cpu\_count)| Allocated dedicated CPU per member. For shared CPU, set to 0. For more information, see https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling|`number`|`3`| no |
43
43
| <aname="input_member_disk_mb"></a> [member\_disk\_mb](#input\_member\_disk\_mb)| Allocated disk per member. For more information, see https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling|`number`|`10240`| no |
44
-
| <aname="input_member_memory_mb"></a> [member\_memory\_mb](#input\_member\_memory\_mb)| Allocated memory per-member. See the following doc for supported values: https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling|`number`|`1024`| no |
44
+
| <aname="input_member_host_flavor"></a> [member\_host\_flavor](#input\_member\_host\_flavor)| Allocated host flavor per member. [Learn more](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/database#host_flavor). |`string`|`null`| no |
45
+
| <aname="input_member_memory_mb"></a> [member\_memory\_mb](#input\_member\_memory\_mb)| Allocated memory per-member. See the following doc for supported values: https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling|`number`|`4096`| no |
45
46
| <aname="input_members"></a> [members](#input\_members)| Allocated number of members. Members can be scaled up but not down. |`number`|`3`| no |
46
47
| <aname="input_mysql_version"></a> [mysql\_version](#input\_mysql\_version)| Version of the MySQL instance. If no value is passed, the current preferred version of IBM Cloud Databases is used. |`string`|`null`| no |
47
48
| <aname="input_name"></a> [name](#input\_name)| The name to give the MySQL instance. |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: modules/fscloud/variables.tf
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ variable "region" {
32
32
variable"member_memory_mb" {
33
33
type=number
34
34
description="Allocated memory per-member. See the following doc for supported values: https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling"
35
-
default=1024
35
+
default=4096
36
36
# Validation is done in the Terraform plan phase by the IBM provider, so no need to add extra validation here.
37
37
}
38
38
@@ -50,6 +50,12 @@ variable "member_cpu_count" {
50
50
# Validation is done in the Terraform plan phase by the IBM provider, so no need to add extra validation here.
51
51
}
52
52
53
+
variable"member_host_flavor" {
54
+
type=string
55
+
description="Allocated host flavor per member. [Learn more](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/database#host_flavor)."
56
+
default=null
57
+
}
58
+
53
59
variable"admin_pass" {
54
60
type=string
55
61
description="The password for the database administrator. If the admin password is null then the admin user ID cannot be accessed. More users can be specified in a user block."
Copy file name to clipboardExpand all lines: variables.tf
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ variable "region" {
40
40
variable"member_memory_mb" {
41
41
type=number
42
42
description="Allocated memory per-member. See the following doc for supported values: https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-resources-scaling"
43
-
default=1024
43
+
default=4096
44
44
# Validation is done in the Terraform plan phase by the IBM provider, so no need to add extra validation here.
45
45
}
46
46
@@ -58,6 +58,13 @@ variable "member_cpu_count" {
58
58
# Validation is done in the Terraform plan phase by the IBM provider, so no need to add extra validation here.
59
59
}
60
60
61
+
variable"member_host_flavor" {
62
+
type=string
63
+
description="Allocated host flavor per member. [Learn more](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/database#host_flavor)."
64
+
default=null
65
+
# Validation is done in the Terraform plan phase by the IBM provider, so no need to add extra validation here.
66
+
}
67
+
61
68
variable"service_credential_names" {
62
69
description="Map of name, role for service credentials that you want to create for the database"
0 commit comments