Skip to content

Commit

Permalink
chore: bump version to v2 for example module `database_migration_serv…
Browse files Browse the repository at this point in the history
…ice`

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 6, 2023
1 parent ce5c115 commit 3ba25fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-dms/tree
```hcl
module "database_migration_service" {
source = "terraform-aws-modules/dms/aws"
version = "~> 1.0"
version = "~> 2.0"
# Subnet group
repl_subnet_group_name = "example"
Expand Down Expand Up @@ -144,7 +144,7 @@ Given the following example (not complete, only showing the relevant attributes)
```hcl
module "database_migration_service" {
source = "terraform-aws-modules/dms/aws"
version = "~> 1.0"
version = "~> 2.0"
# This value is used when subscribing to instance event notifications
repl_instance_id = "readme-example"
Expand Down

0 comments on commit 3ba25fe

Please sign in to comment.