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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,6 +286,7 @@ Users have the ability to:
286
286
| <aname="input_monitoring_role_arn"></a> [monitoring\_role\_arn](#input\_monitoring\_role\_arn)| The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. Must be specified if monitoring\_interval is non-zero |`string`|`null`| no |
287
287
| <aname="input_monitoring_role_description"></a> [monitoring\_role\_description](#input\_monitoring\_role\_description)| Description of the monitoring IAM role |`string`|`null`| no |
288
288
| <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 |
289
+
| <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 |
289
290
| <aname="input_multi_az"></a> [multi\_az](#input\_multi\_az)| Specifies if the RDS instance is multi-AZ |`bool`|`false`| no |
290
291
| <aname="input_option_group_description"></a> [option\_group\_description](#input\_option\_group\_description)| The description of the option group |`string`|`null`| no |
291
292
| <aname="input_option_group_name"></a> [option\_group\_name](#input\_option\_group\_name)| Name of the option group |`string`|`null`| 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
@@ -73,6 +73,7 @@ No modules.
73
73
| <aname="input_monitoring_role_arn"></a> [monitoring\_role\_arn](#input\_monitoring\_role\_arn)| The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. Must be specified if monitoring\_interval is non-zero. |`string`|`null`| no |
74
74
| <aname="input_monitoring_role_description"></a> [monitoring\_role\_description](#input\_monitoring\_role\_description)| Description of the monitoring IAM role |`string`|`null`| no |
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
+
| <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 |
76
77
| <aname="input_multi_az"></a> [multi\_az](#input\_multi\_az)| Specifies if the RDS instance is multi-AZ |`bool`|`false`| no |
77
78
| <aname="input_option_group_name"></a> [option\_group\_name](#input\_option\_group\_name)| Name of the DB option group to associate. |`string`|`null`| no |
78
79
| <aname="input_parameter_group_name"></a> [parameter\_group\_name](#input\_parameter\_group\_name)| Name of the DB parameter group to associate |`string`|`null`| no |
description="Determines whether to use `monitoring_role_name` as is or create a unique identifier beginning with `monitoring_role_name` as the specified prefix"
206
+
type=bool
207
+
default=false
208
+
}
209
+
204
210
variable"monitoring_role_description" {
205
211
description="Description of the monitoring IAM role"
description="Determines whether to use `monitoring_role_name` as is or create a unique identifier beginning with `monitoring_role_name` as the specified prefix"
188
+
type=bool
189
+
default=false
190
+
}
191
+
186
192
variable"monitoring_role_description" {
187
193
description="Description of the monitoring IAM role"
0 commit comments