File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
183183module "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", ])
You can’t perform that action at this time.
0 commit comments