Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated README.md
added .fistbumprc.json
added .terraform-version for use with tfenv
  • Loading branch information
jamesbrink committed Sep 15, 2020
1 parent e5b13d7 commit 40251d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .fistbumprc.json
@@ -0,0 +1,6 @@
{
"current_version": "1.0.0",
"files": [],
"search": "{current_version}",
"replace": "{new_version}"
}
1 change: 1 addition & 0 deletions .terraform-version
@@ -0,0 +1 @@
0.12.29
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# AWS DMS Replication

This module provides DMS replication from and external source (on premise) to RDS. It is early stages and only tested with `sqlserver-web`
This module provides DMS replication from and external source (on premise) to RDS. It is early stages and only tested with `sqlserver-web`. It will provision a DMS replication instance as well as an RDS instance.


## About
Expand All @@ -10,7 +10,7 @@ This module provisions an AWS DMS Replication instance

| Name | Version |
|------|---------|
| terraform | ~> 0.12.6 |
| terraform | ~> 0.12.29 |
| aws | ~> 2.53 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.12.6"
required_version = "~> 0.12.29"
required_providers {
aws = "~> 2.53"
}
Expand Down

0 comments on commit 40251d4

Please sign in to comment.