Skip to content

Commit 720b75a

Browse files
authored
Update README.md
1 parent 6741c9d commit 720b75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Custom terraform module to deploy scheduled EC2 AMI backup automation.
88

99
```terraform
1010
module "ami_scheduled_backup" {
11-
source = "git::https://github.com/mikmorley/aws-terraform-scheduled-ec2-ami-backup-automation.git?ref=v1.0.0"
11+
source = "git::https://github.com/mikmorley/aws-terraform-scheduled-ec2-ami-backup-automation.git?ref=v1.1.0"
1212
1313
name = var.name
1414
environment = var.environment
@@ -26,7 +26,7 @@ Once deployed, add the value specified as `backup_tag` to the EC2 resources to b
2626

2727
```terraform
2828
module "ami_scheduled_backup" {
29-
source = "git::https://github.com/mikmorley/aws-terraform-scheduled-ec2-ami-backup-automation.git?ref=v1.0.0"
29+
source = "git::https://github.com/mikmorley/aws-terraform-scheduled-ec2-ami-backup-automation.git?ref=v1.1.0"
3030
3131
name = "ami-backups-az-a"
3232
environment = "Production"

0 commit comments

Comments
 (0)