Skip to content

Commit 20c8cbc

Browse files
committed
fix: bump module to remove deperated property
1 parent ba2e69e commit 20c8cbc

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
@@ -34,7 +34,7 @@ data "aws_partition" "current" {}
3434

3535
module "node" {
3636
source = "cloudposse/ec2-autoscale-group/aws"
37-
version = "0.41.0"
37+
version = "0.41.1"
3838

3939
image_id = module.this.enabled ? data.aws_ssm_parameter.linux_ami[0].value : ""
4040
instance_type = "t3.nano"

0 commit comments

Comments
 (0)