Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash report #4633

Closed
WillAbides opened this issue Jan 11, 2016 · 5 comments
Closed

crash report #4633

WillAbides opened this issue Jan 11, 2016 · 5 comments

Comments

@WillAbides
Copy link

The configuration below intermittently crashes on terraform apply.

crash.log

variable "app_hosts_count" {
  default = 6
}

variable "cluster_name" {
  default = "foo"
}

resource "template_file" "app_instance_names" {
  count = "${var.app_hosts_count}"
  template = "${var.cluster_name}-app-${count.index}"
}

output "foo" {
  value = "${join(",", template_file.app_instance_names.*.rendered)}"
}
@phinze
Copy link
Contributor

phinze commented Jan 13, 2016

Hi @WillAbides, thanks for the report - we'll get this looked at.

@phinze
Copy link
Contributor

phinze commented Jan 15, 2016

Hi @WillAbides - I believe this PR should fix the underlying issue here: #4694

@WillAbides
Copy link
Author

Thanks. I don't have time to check it today, but this looks like exactly the same issue.

@phinze
Copy link
Contributor

phinze commented Jan 18, 2016

Sounds good - I'm fairly certain the issue should be solved with that PR, so I'm going to close this, feel free to follow up if not and we can swing back around. 👍

@phinze phinze closed this as completed Jan 18, 2016
@ghost
Copy link

ghost commented Apr 28, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants