Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-fofanov committed May 19, 2020
1 parent e4c2552 commit 49924bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ Terraform module to provision a database and optionally a user in RDS instance i

Terraform 0.12. Pin module version to `~> 1.0`. Submit pull-requests to `master` branch.

### TODOs

- Support SSL connections to RDS
- Switch to Circle CI for CI/CD pipelines
- Pack source code to a ZIP file (?)


---

Expand Down Expand Up @@ -55,6 +49,11 @@ don't need a new user) will be granted all permissions to created database.
security groups and/or subnets.
More context: (Corresponding issue on github)[https://github.com/terraform-providers/terraform-provider-aws/issues/10329]

**TODOs**:
- Support SSL connections to RDS
- Switch to Circle CI for CI/CD pipelines
- Pack source code to a ZIP file (?)

This module is backed by best of breed terraform modules maintained by [Cloudposse](https://github.com/cloudposse).

## Usage
Expand Down
11 changes: 5 additions & 6 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ description: |-
Terraform 0.12. Pin module version to `~> 1.0`. Submit pull-requests to `master` branch.
### TODOs
- Support SSL connections to RDS
- Switch to Circle CI for CI/CD pipelines
- Pack source code to a ZIP file (?)
introduction: |-
This module provisions a AWS lambda function which creates a new database and optionally a new user in RDS instances
in a VPC. Supported engines are `postgres` and `mysql`. A newly created user, or a master user (in case when you
Expand All @@ -71,6 +65,11 @@ introduction: |-
security groups and/or subnets.
More context: (Corresponding issue on github)[https://github.com/terraform-providers/terraform-provider-aws/issues/10329]
**TODOs**:
- Support SSL connections to RDS
- Switch to Circle CI for CI/CD pipelines
- Pack source code to a ZIP file (?)
This module is backed by best of breed terraform modules maintained by [Cloudposse](https://github.com/cloudposse).
# How to use this project
Expand Down

0 comments on commit 49924bb

Please sign in to comment.