Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v…
Browse files Browse the repository at this point in the history
…0.40.0 (#123)
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 5838d70 commit 236ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ data "aws_iam_instance_profile" "default" {

module "autoscale_group" {
source = "cloudposse/ec2-autoscale-group/aws"
version = "0.39.0"
version = "0.40.0"

enabled = local.enabled
tags = merge(local.tags, var.autoscaling_group_tags)
Expand Down

0 comments on commit 236ab1a

Please sign in to comment.