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
@@ -290,6 +290,7 @@ Users have the ability to:
290
290
| <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 |
291
291
| <aname="input_monitoring_role_description"></a> [monitoring\_role\_description](#input\_monitoring\_role\_description)| Description of the monitoring IAM role |`string`|`null`| no |
292
292
| <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 |
293
+
| <aname="input_monitoring_role_permissions_boundary"></a> [monitoring\_role\_permissions\_boundary](#input\_monitoring\_role\_permissions\_boundary)| ARN of the policy that is used to set the permissions boundary for the monitoring IAM role |`string`|`null`| no |
293
294
| <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 |
294
295
| <aname="input_multi_az"></a> [multi\_az](#input\_multi\_az)| Specifies if the RDS instance is multi-AZ |`bool`|`false`| no |
295
296
| <aname="input_network_type"></a> [network\_type](#input\_network\_type)| The type of network stack to use |`string`|`null`| no |
description="ARN of the policy that is used to set the permissions boundary for the monitoring IAM role"
222
+
type=string
223
+
default=null
224
+
}
225
+
220
226
variable"allow_major_version_upgrade" {
221
227
description="Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible"
0 commit comments