Skip to content

Commit 1a1c9b9

Browse files
committed
update README.md
1 parent 16f1fa4 commit 1a1c9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ module "flexible-mysql" {
169169
| replication\_role | The replication role. Possible value is None. | `string` | `null` | no |
170170
| repository | Terraform current module repo | `string` | `""` | no |
171171
| resource\_group\_name | A container that holds related resources for an Azure solution | `string` | `""` | no |
172-
| server\_configuration\_name | Specifies the name of the MySQL Flexible Server Configuration, which needs to be a valid MySQL configuration name. Changing this forces a new resource to be created. | `string` | `""` | no |
172+
| server\_configuration\_names | Specifies the name of the MySQL Flexible Server Configuration, which needs to be a valid MySQL configuration name. Changing this forces a new resource to be created. | `list(string)` | `[]` | no |
173173
| size\_gb | The max storage allowed for the MySQL Flexible Server. Possible values are between 20 and 16384. | `string` | `"20"` | no |
174174
| sku\_name | The SKU Name for the MySQL Flexible Server. | `string` | `"GP_Standard_D8ds_v4"` | no |
175175
| source\_server\_id | The resource ID of the source MySQL Flexible Server to be restored. Required when create\_mode is PointInTimeRestore, GeoRestore, and Replica. Changing this forces a new MySQL Flexible Server to be created. | `string` | `null` | no |
176176
| start\_ip\_address | n/a | `string` | `""` | no |
177-
| value | Specifies the value of the MySQL Flexible Server Configuration. See the MySQL documentation for valid values. Changing this forces a new resource to be created. | `string` | `"600"` | no |
177+
| values | Specifies the value of the MySQL Flexible Server Configuration. See the MySQL documentation for valid values. Changing this forces a new resource to be created. | `list(string)` | `[]` | no |
178178
| virtual\_network\_id | The name of the virtual network | `string` | `""` | no |
179179
| zone | Specifies the Availability Zone in which this MySQL Flexible Server should be located. Possible values are 1, 2 and 3. | `number` | `null` | no |
180180

0 commit comments

Comments
 (0)