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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ For now the only authentication option is 'RBAC'. When enabling this, this modul
122
122
| rds\_skip\_final\_snapshot | Whether or not to skip the final snapshot before deleting (mainly for tests) |`bool`|`false`| no |
123
123
| rds\_storage\_type | One of `"standard"` (magnetic), `"gp2"` (general purpose SSD), or `"io1"` (provisioned IOPS SSD) |`string`|`"standard"`| no |
124
124
| rds\_username | Username of rds |`string`|`"airflow"`| no |
125
-
| rds\_version | The DB version to use for the RDS instance |`string`|`"11.8"`| no |
125
+
| rds\_version | The DB version to use for the RDS instance |`string`|`"13.3"`| no |
126
126
| region | The region to deploy your solution to |`string`|`"eu-west-1"`| no |
127
127
| resource\_prefix | A prefix for the create resources, example your company name (be aware of the resource name length) |`string`| n/a | yes |
128
128
| resource\_suffix | A suffix for the created resources, example the environment for airflow to run in (be aware of the resource name length) |`string`| n/a | yes |
0 commit comments