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
Our terraform code is getting crashed after getting the Unexpected EOF error while running terraform apply. But the syntax in the terraform file looks good and don't see any syntactical errors. Please address this issue and find the attached crash.log file for more info.
Hi @srujan70! The nil interface issue was coming about when empty strings were provided in lists in the config. A change was made in #666 to check the values when working with lists, and the fix was released in v1.9.1. Please update your provider version and give it another try.
This issue was originally opened by @srujan70 as hashicorp/terraform#20021. It was migrated here as a result of the provider split. The original body of the issue is below.
Hi,
Our terraform code is getting crashed after getting the Unexpected EOF error while running terraform apply. But the syntax in the terraform file looks good and don't see any syntactical errors. Please address this issue and find the attached crash.log file for more info.
Thanks,
Srujan.
crash.log
The text was updated successfully, but these errors were encountered: