Closed shmitches closed 4 years ago
I've reproduced this on 0.12.25
Hi @shmitches! Thanks for reporting this.
I think this is the same root cause as #22404, so I'm going to close this only to consolidate the discussion there. Thanks again!
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.
Terraform Version
Terraform Configuration Files
If I manually populate the
cidrsubnets
function with too many values, it will throw an error:If I store the same values in a list, and expand that list using
...
operator, terraform crashes.Crash Output
Expected Behavior
Terraform should throw an error, like manually passing values to the function.
Actual Behavior
Terraform crashes.