Regarding the post on unit testing: <https://www.p...
# general
b
Regarding the post on unit testing: https://www.pulumi.com/blog/testing-your-infrastructure-as-code-with-pulumi/ Is there any way to test all resources within state instead of just the exported ones? We have about 9 EKS clusters with various helm charts within them that we want to perform validation on, for now we want to enforce version locking for any
kubeernetes.helm.v2.Chart
and exporting all of them would be tedious.
w