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
@@ -395,6 +395,7 @@ Available targets:
395
395
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional tags for appending to tags\_as\_list\_of\_maps. Not added to `tags`. |`map(string)`|`{}`| no |
396
396
| <aname="input_admin_password"></a> [admin\_password](#input\_admin\_password)| (Required unless a snapshot\_identifier is provided) Password for the master DB user |`string`|`""`| no |
397
397
| <aname="input_admin_user"></a> [admin\_user](#input\_admin\_user)| (Required unless a snapshot\_identifier is provided) Username for the master DB user |`string`|`"admin"`| no |
398
+
| <aname="input_allow_major_version_upgrade"></a> [allow\_major\_version\_upgrade](#input\_allow\_major\_version\_upgrade)| Enable to allow major engine version upgrades when changing engine versions. Defaults to false. |`bool`|`false`| no |
398
399
| <aname="input_allowed_cidr_blocks"></a> [allowed\_cidr\_blocks](#input\_allowed\_cidr\_blocks)| List of CIDR blocks allowed to access the cluster |`list(string)`|`[]`| no |
399
400
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether any cluster modifications are applied immediately, or during the next maintenance window |`bool`|`true`| no |
400
401
| <aname="input_attributes"></a> [attributes](#input\_attributes)| Additional attributes (e.g. `1`) |`list(string)`|`[]`| no |
Copy file name to clipboardExpand all lines: docs/terraform.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
@@ -49,6 +49,7 @@
49
49
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional tags for appending to tags\_as\_list\_of\_maps. Not added to `tags`. |`map(string)`|`{}`| no |
50
50
| <aname="input_admin_password"></a> [admin\_password](#input\_admin\_password)| (Required unless a snapshot\_identifier is provided) Password for the master DB user |`string`|`""`| no |
51
51
| <aname="input_admin_user"></a> [admin\_user](#input\_admin\_user)| (Required unless a snapshot\_identifier is provided) Username for the master DB user |`string`|`"admin"`| no |
52
+
| <aname="input_allow_major_version_upgrade"></a> [allow\_major\_version\_upgrade](#input\_allow\_major\_version\_upgrade)| Enable to allow major engine version upgrades when changing engine versions. Defaults to false. |`bool`|`false`| no |
52
53
| <aname="input_allowed_cidr_blocks"></a> [allowed\_cidr\_blocks](#input\_allowed\_cidr\_blocks)| List of CIDR blocks allowed to access the cluster |`list(string)`|`[]`| no |
53
54
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether any cluster modifications are applied immediately, or during the next maintenance window |`bool`|`true`| no |
54
55
| <aname="input_attributes"></a> [attributes](#input\_attributes)| Additional attributes (e.g. `1`) |`list(string)`|`[]`| no |
0 commit comments