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
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 77020c0 commit 3db7815
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 @@ -164,7 +164,7 @@ data "aws_iam_instance_profile" "default" {

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

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

0 comments on commit 3db7815

Please sign in to comment.