errors.fyi community error code reference
invalid_count_argument
terraform

Invalid count argument

The value supplied to the count meta-argument is not a whole number, is negative, or cannot be determined until apply time (a value that depends on a resource attribute). Use a known, non-negative integer or move the count dependency to a data source.

References

← all namespaces