Skip to content

Commit

Permalink
Merge pull request #141 from slalombuild/renovate/cloudposse-ec2-auto…
Browse files Browse the repository at this point in the history
…scale-group-aws-0.x

Update Terraform cloudposse/ec2-autoscale-group/aws to v0.39.0
  • Loading branch information
davenicoll authored Jan 18, 2024
2 parents 8df3306 + 69aaa5f commit a4a1bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/aws/asg/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "autoscale_group" {
source = "cloudposse/ec2-autoscale-group/aws"
version = "0.35.1"
version = "0.39.0"

image_id = local.image_id
instance_type = var.instance_type
Expand Down

0 comments on commit a4a1bd6

Please sign in to comment.