Skip to content

Commit 676a262

Browse files
committed
terraform-docs: automated action
1 parent f5a62fd commit 676a262

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,14 @@ For now the only authentication option is 'RBAC'. When enabling this, this modul
113113
| rbac\_admin\_lastname | RBAC Lastname (only when airflow\_authentication = 'rbac') | `string` | `"airflow"` | no |
114114
| rbac\_admin\_password | RBAC Password (only when airflow\_authentication = 'rbac') | `string` | `"admin"` | no |
115115
| 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 |
116117
| rds\_availability\_zone | Availability zone for the rds instance | `string` | `"eu-west-1a"` | no |
117118
| 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 |
118120
| rds\_instance\_class | The class of instance you want to give to your rds db | `string` | `"db.t2.micro"` | no |
119121
| rds\_password | Password of rds | `string` | `""` | no |
120122
| 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 |
121124
| rds\_username | Username of rds | `string` | `"airflow"` | no |
122125
| region | The region to deploy your solution to | `string` | `"eu-west-1"` | no |
123126
| resource\_prefix | A prefix for the create resources, example your company name (be aware of the resource name length) | `string` | n/a | yes |

0 commit comments

Comments
 (0)