Skip to content

Commit 236ab1a

Browse files
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.40.0 (#123)
1 parent 5838d70 commit 236ab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ data "aws_iam_instance_profile" "default" {
165165

166166
module "autoscale_group" {
167167
source = "cloudposse/ec2-autoscale-group/aws"
168-
version = "0.39.0"
168+
version = "0.40.0"
169169

170170
enabled = local.enabled
171171
tags = merge(local.tags, var.autoscaling_group_tags)

0 commit comments

Comments
 (0)