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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,11 +113,14 @@ For now the only authentication option is 'RBAC'. When enabling this, this modul
113
113
| rbac\_admin\_lastname | RBAC Lastname (only when airflow\_authentication = 'rbac') |`string`|`"airflow"`| no |
114
114
| rbac\_admin\_password | RBAC Password (only when airflow\_authentication = 'rbac') |`string`|`"admin"`| no |
115
115
| rbac\_admin\_username | RBAC Username (only when airflow\_authentication = 'rbac') |`string`|`"admin"`| no |
116
+
| rds\_allocated\_storage | The allocated storage for the rds db in gibibytes |`number`|`20`| no |
116
117
| rds\_availability\_zone | Availability zone for the rds instance |`string`|`"eu-west-1a"`| no |
117
118
| rds\_deletion\_protection | Deletion protection for the rds instance |`bool`|`false`| no |
119
+
| rds\_engine | The database engine to use. For supported values, see the Engine parameter in [API action CreateDBInstance](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html)|`string`|`"postgres"`| no |
118
120
| rds\_instance\_class | The class of instance you want to give to your rds db |`string`|`"db.t2.micro"`| no |
119
121
| rds\_password | Password of rds |`string`|`""`| no |
120
122
| rds\_skip\_final\_snapshot | Whether or not to skip the final snapshot before deleting (mainly for tests) |`bool`|`false`| no |
123
+
| rds\_storage\_type | One of `"standard"` (magnetic), `"gp2"` (general purpose SSD), or `"io1"` (provisioned IOPS SSD) |`string`|`"standard"`| no |
121
124
| rds\_username | Username of rds |`string`|`"airflow"`| no |
122
125
| region | The region to deploy your solution to |`string`|`"eu-west-1"`| no |
123
126
| resource\_prefix | A prefix for the create resources, example your company name (be aware of the resource name length) |`string`| n/a | yes |
@@ -165,4 +168,4 @@ Make sure you branch from the 'open-pr-here' branch, and submit a PR back to the
165
168
166
169
## License
167
170
168
-
MIT license. Please see [LICENSE](LICENSE.md) for details.
171
+
MIT license. Please see [LICENSE](LICENSE.md) for details.
0 commit comments