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
| <aname="input_monitoring_role_name"></a> [monitoring\_role\_name](#input\_monitoring\_role\_name)| Name of the IAM role which will be created when create\_monitoring\_role is enabled |`string`|`"rds-monitoring-role"`| no |
290
290
| <aname="input_monitoring_role_use_name_prefix"></a> [monitoring\_role\_use\_name\_prefix](#input\_monitoring\_role\_use\_name\_prefix)| Determines whether to use `monitoring_role_name` as is or create a unique identifier beginning with `monitoring_role_name` as the specified prefix |`bool`|`false`| no |
291
291
| <aname="input_multi_az"></a> [multi\_az](#input\_multi\_az)| Specifies if the RDS instance is multi-AZ |`bool`|`false`| no |
292
+
| <aname="input_network_type"></a> [network\_type](#input\_network\_type)| The type of network stack to use |`string`|`null`| no |
292
293
| <aname="input_option_group_description"></a> [option\_group\_description](#input\_option\_group\_description)| The description of the option group |`string`|`null`| no |
293
294
| <aname="input_option_group_name"></a> [option\_group\_name](#input\_option\_group\_name)| Name of the option group |`string`|`null`| no |
294
295
| <aname="input_option_group_timeouts"></a> [option\_group\_timeouts](#input\_option\_group\_timeouts)| Define maximum timeout for deletion of `aws_db_option_group` resource |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: modules/db_instance/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ No modules.
75
75
| <aname="input_monitoring_role_name"></a> [monitoring\_role\_name](#input\_monitoring\_role\_name)| Name of the IAM role which will be created when create\_monitoring\_role is enabled. |`string`|`"rds-monitoring-role"`| no |
76
76
| <aname="input_monitoring_role_use_name_prefix"></a> [monitoring\_role\_use\_name\_prefix](#input\_monitoring\_role\_use\_name\_prefix)| Determines whether to use `monitoring_role_name` as is or create a unique identifier beginning with `monitoring_role_name` as the specified prefix |`bool`|`false`| no |
77
77
| <aname="input_multi_az"></a> [multi\_az](#input\_multi\_az)| Specifies if the RDS instance is multi-AZ |`bool`|`false`| no |
78
+
| <aname="input_network_type"></a> [network\_type](#input\_network\_type)| The type of network stack |`string`|`null`| no |
78
79
| <aname="input_option_group_name"></a> [option\_group\_name](#input\_option\_group\_name)| Name of the DB option group to associate. |`string`|`null`| no |
79
80
| <aname="input_parameter_group_name"></a> [parameter\_group\_name](#input\_parameter\_group\_name)| Name of the DB parameter group to associate |`string`|`null`| no |
80
81
| <aname="input_password"></a> [password](#input\_password)| Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file |`string`|`null`| no |
0 commit comments