Skip to content

Commit 0a859a5

Browse files
committed
ReadMe: Update version ref
1 parent 092300f commit 0a859a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ or an
7878

7979
```terraform
8080
module "stay_stopped_rds" {
81-
source = "git::https://github.com/sqlxpert/step-stay-stopped-aws-rds-aurora.git//terraform?ref=v2.0.0"
81+
source = "git::https://github.com/sqlxpert/step-stay-stopped-aws-rds-aurora.git//terraform?ref=v2.1.0"
8282
# Reference a specific version from github.com/sqlxpert/step-stay-stopped-aws-rds-aurora/releases
8383
}
8484
```
@@ -144,7 +144,7 @@ account) pair. To deploy in multiple regions and/or multiple AWS accounts,
144144
145145
```terraform
146146
module "stay_stopped_rds_stackset" {
147-
source = "git::https://github.com/sqlxpert/step-stay-stopped-aws-rds-aurora.git//terraform-multi?ref=v2.0.0"
147+
source = "git::https://github.com/sqlxpert/step-stay-stopped-aws-rds-aurora.git//terraform-multi?ref=v2.1.0"
148148
# Reference a specific version from github.com/sqlxpert/step-stay-stopped-aws-rds-aurora/releases
149149
150150
stay_stopped_rds_stackset_regions = ["us-east-1", "us-west-2", ]
@@ -181,7 +181,7 @@ resemble:
181181
182182
```terraform
183183
module "stay_stopped_rds" {
184-
source = "git::https://github.com/sqlxpert/step-stay-stopped-aws-rds-aurora.git//terraform?ref=v2.0.0"
184+
source = "git::https://github.com/sqlxpert/step-stay-stopped-aws-rds-aurora.git//terraform?ref=v2.1.0"
185185
# Reference a specific version from github.com/sqlxpert/step-stay-stopped-aws-rds-aurora/releases
186186
187187
for_each = toset(["us-east-1", "us-west-2", ])

0 commit comments

Comments
 (0)