Closed keithmattix closed 2 years ago
cc @displague
Thanks, @keithmattix. This makes sense and I've been finding more need to keep providers out of the module via Implicit Provider Inheritence.
Could you update https://github.com/equinix/terraform-metal-multiarch-k8s/blob/main/examples with the coordinating change? I believe this is why the tests are failing.
@displague Looks like the issue was with Terraform 0.14. I bumped the CI version to 0.15 and the validation passes
Having a
provider
block in a TF module prevents users from using depends_on, count, or for_each directives when calling the moduleSigned-off-by: Keith Mattix II keithmattix2@gmail.com