Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikmorley authored Jul 6, 2023
1 parent 6741c9d commit 720b75a
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 @@ -8,7 +8,7 @@ Custom terraform module to deploy scheduled EC2 AMI backup automation.

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

```terraform
module "ami_scheduled_backup" {
source = "git::https://github.com/mikmorley/aws-terraform-scheduled-ec2-ami-backup-automation.git?ref=v1.0.0"
source = "git::https://github.com/mikmorley/aws-terraform-scheduled-ec2-ami-backup-automation.git?ref=v1.1.0"
name = "ami-backups-az-a"
environment = "Production"
Expand Down

0 comments on commit 720b75a

Please sign in to comment.