Skip to content

Commit

Permalink
chore: Bump version to v2 for examples code in README (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored Dec 6, 2023
1 parent ce5c115 commit ff4bd19
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 ff4bd19

Please sign in to comment.