File tree 2 files changed +10
-12
lines changed
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
11
11
12
12
Terraform 0.12. Pin module version to ` ~> 1.0 ` . Submit pull-requests to ` master ` branch.
13
13
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
-
20
14
21
15
---
22
16
@@ -55,6 +49,11 @@ don't need a new user) will be granted all permissions to created database.
55
49
security groups and/or subnets.
56
50
More context: (Corresponding issue on github)[ https://github.com/terraform-providers/terraform-provider-aws/issues/10329 ]
57
51
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
+
58
57
This module is backed by best of breed terraform modules maintained by [ Cloudposse] ( https://github.com/cloudposse ) .
59
58
60
59
## Usage
Original file line number Diff line number Diff line change @@ -42,12 +42,6 @@ description: |-
42
42
43
43
Terraform 0.12. Pin module version to `~> 1.0`. Submit pull-requests to `master` branch.
44
44
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
-
51
45
introduction : |-
52
46
This module provisions a AWS lambda function which creates a new database and optionally a new user in RDS instances
53
47
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: |-
71
65
security groups and/or subnets.
72
66
More context: (Corresponding issue on github)[https://github.com/terraform-providers/terraform-provider-aws/issues/10329]
73
67
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
+
74
73
This module is backed by best of breed terraform modules maintained by [Cloudposse](https://github.com/cloudposse).
75
74
76
75
# How to use this project
You can’t perform that action at this time.
0 commit comments