Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
asparksEG committed May 5, 2021
1 parent 227e5cf commit e62d585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In your Terrafom `main.tf` call the module with the required variables.
```
module "ebs_bckup" {
// It is recommended that you lock "ref" to a specific release version
source = "git::https://github.com/evergage/ebs_bckup.git?ref=v1.3"
source = "git::https://github.com/evergage/ebs_bckup.git?ref=v1.4"
EC2_INSTANCE_TAG_NAME = "environment"
EC2_INSTANCE_TAG_VALUE = "prod"
RETENTION_DAYS = 10
Expand Down

0 comments on commit e62d585

Please sign in to comment.