We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2e69e commit 20c8cbcCopy full SHA for 20c8cbc
main.tf
@@ -34,7 +34,7 @@ data "aws_partition" "current" {}
34
35
module "node" {
36
source = "cloudposse/ec2-autoscale-group/aws"
37
- version = "0.41.0"
+ version = "0.41.1"
38
39
image_id = module.this.enabled ? data.aws_ssm_parameter.linux_ami[0].value : ""
40
instance_type = "t3.nano"
0 commit comments