Hi Folks. I’m facing an issue with the cloudposse/eks-iam-role
module. The error is this ol chestnut
The "for_each" value depends on resource attributes that cannot be determined until apply
My configuration is identical to the example, with the exception being that my policy document is templated (i.e. contains various var.x
values). If I mock the values for the sake of testing it works. I can’t provide static values in this instance.
Anyone got a suggestion for a workaround?