File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ Terraform module to provision a database and optionally a user in RDS instance i
1111
1212Terraform 0.12. Pin module version to ` ~> 1.0 ` . Submit pull-requests to ` master ` branch.
1313
14- ### TODOs
15-
16- - Support SSL connections to RDS
17- - Switch to Circle CI for CI/CD pipelines
18- - Pack source code to a ZIP file (?)
19-
2014
2115---
2216
@@ -55,6 +49,11 @@ don't need a new user) will be granted all permissions to created database.
5549 security groups and/or subnets.
5650 More context: (Corresponding issue on github)[ https://github.com/terraform-providers/terraform-provider-aws/issues/10329 ]
5751
52+ ** TODOs** :
53+ - Support SSL connections to RDS
54+ - Switch to Circle CI for CI/CD pipelines
55+ - Pack source code to a ZIP file (?)
56+
5857This module is backed by best of breed terraform modules maintained by [ Cloudposse] ( https://github.com/cloudposse ) .
5958
6059## Usage
Original file line number Diff line number Diff line change @@ -42,12 +42,6 @@ description: |-
4242
4343 Terraform 0.12. Pin module version to `~> 1.0`. Submit pull-requests to `master` branch.
4444
45- ### TODOs
46-
47- - Support SSL connections to RDS
48- - Switch to Circle CI for CI/CD pipelines
49- - Pack source code to a ZIP file (?)
50-
5145introduction : |-
5246 This module provisions a AWS lambda function which creates a new database and optionally a new user in RDS instances
5347 in a VPC. Supported engines are `postgres` and `mysql`. A newly created user, or a master user (in case when you
@@ -71,6 +65,11 @@ introduction: |-
7165 security groups and/or subnets.
7266 More context: (Corresponding issue on github)[https://github.com/terraform-providers/terraform-provider-aws/issues/10329]
7367
68+ **TODOs**:
69+ - Support SSL connections to RDS
70+ - Switch to Circle CI for CI/CD pipelines
71+ - Pack source code to a ZIP file (?)
72+
7473 This module is backed by best of breed terraform modules maintained by [Cloudposse](https://github.com/cloudposse).
7574
7675# How to use this project
You can’t perform that action at this time.
0 commit comments