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_allocated_storage"></a> [allocated\_storage](#input\_allocated\_storage)| The allocated storage in GBs. Required unless a `snapshot_identifier` or `replicate_source_db` is provided. |`number`|`null`| no |
210
211
| <aname="input_allow_major_version_upgrade"></a> [allow\_major\_version\_upgrade](#input\_allow\_major\_version\_upgrade)| Allow major version upgrade |`bool`|`false`| no |
211
212
| <aname="input_allowed_cidr_blocks"></a> [allowed\_cidr\_blocks](#input\_allowed\_cidr\_blocks)| The whitelisted CIDRs which to allow `ingress` traffic to the DB instance |`list(string)`|`[]`| no |
213
+
| <aname="input_allowed_prefix_list_ids"></a> [allowed\_prefix\_list\_ids](#input\_allowed\_prefix\_list\_ids)| The list of prefix list IDs from which to allow `ingress` traffic to the DB instance |`list(string)`|`[]`| no |
212
214
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether any database modifications are applied immediately, or during the next maintenance window |`bool`|`false`| no |
213
215
| <aname="input_associate_security_group_ids"></a> [associate\_security\_group\_ids](#input\_associate\_security\_group\_ids)| The IDs of the existing security groups to associate with the DB instance |`list(string)`|`[]`| no |
214
216
| <aname="input_attributes"></a> [attributes](#input\_attributes)| ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br/>in the order they appear in the list. New attributes are appended to the<br/>end of the list. The elements of the list are joined by the `delimiter`<br/>and treated as a single ID element. |`list(string)`|`[]`| no |
0 commit comments