Skip to content

Commit e0c8439

Browse files
Merge branch 'ISSUE-23/rds_versioning' of github.com:datarootsio/terraform-aws-ecs-airflow into ISSUE-23/rds_versioning
2 parents 6c2e564 + 5b225cc commit e0c8439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For now the only authentication option is 'RBAC'. When enabling this, this modul
122122
| rds\_skip\_final\_snapshot | Whether or not to skip the final snapshot before deleting (mainly for tests) | `bool` | `false` | no |
123123
| rds\_storage\_type | One of `"standard"` (magnetic), `"gp2"` (general purpose SSD), or `"io1"` (provisioned IOPS SSD) | `string` | `"standard"` | no |
124124
| 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 |
126126
| region | The region to deploy your solution to | `string` | `"eu-west-1"` | no |
127127
| resource\_prefix | A prefix for the create resources, example your company name (be aware of the resource name length) | `string` | n/a | yes |
128128
| 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

Comments
 (0)