You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
0.11.10
Affected Resource(s)
aws_autoscaling_group
Terraform Configuration Files
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorpresource"aws_autoscaling_group""xxxxxx_auto_scale_nrt" {
launch_configuration="${aws_launch_configuration.xxxxxx_lc.id}"vpc_zone_identifier=["${var.private_subnet_a_id}", "${var.private_subnet_b_id}"]
min_size=2max_size=4desired_capacity=2target_group_arns=["${aws_lb_target_group.xxxxxx_alb_tr_gp.arn}"]
health_check_grace_period=2000health_check_type="ELB"depends_on=["aws_db_instance.xxxxxx_rds"]
tags=[
{
key ="application-id"
value ="${var.application-id}"
propagate_at_launch =true
},
{
key ="owner"
value ="${var.owner}"
propagate_at_launch =true
},
{
key ="group1"
value ="${var.group}"
propagate_at_launch =true
},
{
key ="primary"
value ="false"
propagate_at_launch =true
}
]
}
Debug Output
Panic Output
Expected Behavior
Terraform will create autoscale group successfully
Actual Behavior
Terraform throw unexpected EOF error
Steps to Reproduce
terraform plan
Workaround
This issue occurred about 4 days ago, we found terraform-provider-aws v2.64.0 released on that time, so we update main.tf to set provider version to 2.63.0 and then re-run terraform plan, the issue is gone. We think the upgrade of terraform-provider-aws could caused this issue.
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version
0.11.10
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Terraform will create autoscale group successfully
Actual Behavior
Terraform throw unexpected EOF error
Steps to Reproduce
terraform plan
Workaround
This issue occurred about 4 days ago, we found terraform-provider-aws v2.64.0 released on that time, so we update main.tf to set provider version to 2.63.0 and then re-run terraform plan, the issue is gone. We think the upgrade of terraform-provider-aws could caused this issue.
Important Factoids
References
The text was updated successfully, but these errors were encountered: