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 f45f49e commit e47c39eCopy full SHA for e47c39e
1 file changed
main.tf
@@ -35,7 +35,7 @@ data "aws_partition" "current" {}
35
36
module "proxy" {
37
source = "cloudposse/ec2-autoscale-group/aws"
38
- version = "0.41.0"
+ version = "0.41.1"
39
40
image_id = data.aws_ssm_parameter.linux_ami.value
41
instance_type = "t3.nano"
0 commit comments