Skip to content

Commit 80a78c1

Browse files
author
Marc Portabella
committed
feat: updated readme for conditional nameprefix
1 parent c184307 commit 80a78c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ No provider.
201201
| timeouts | (Optional) Updated Terraform resource management timeouts. Applies to `aws_db_instance` in particular to permit resource management times | `map(string)` | <pre>{<br> "create": "40m",<br> "delete": "40m",<br> "update": "80m"<br>}</pre> | no |
202202
| timezone | (Optional) Time zone of the DB instance. timezone is currently only supported by Microsoft SQL Server. The timezone can only be set on creation. See MSSQL User Guide for more information. | `string` | `""` | no |
203203
| use\_parameter\_group\_name\_prefix | Whether to use the parameter group name prefix or not | `bool` | `true` | no |
204+
| use\_option\_group\_name\_prefix | Whether to use the option group name prefix or not | `bool` | `true` | no |
205+
| use\_subnet\_group\_name\_prefix | Whether to use the subnet group name prefix or not | `bool` | `true` | no |
204206
| username | Username for the master DB user | `string` | n/a | yes |
205207
| vpc\_security\_group\_ids | List of VPC security groups to associate | `list(string)` | `[]` | no |
206208

0 commit comments

Comments
 (0)