Am using a combination of these tools
My github action steps are as follows
Rephrasing the question: How do I pass resources that were created by terraform to be consumed by something like Kustomize (Which is used by skaffold)
(p.s, I really like the choice of my tools thus far as each one excels at one thing. I realize that terraform can possibly do all of it, but that is a choice that I dont want to make unless there are no easier options)
Here is what I have learnt: I don't think there are any industry standards in terms of how to share this data between the tools across different steps within github actions. That being said here are some of the options
There could be other similar approaches, but none of these tools have a native way of passing/sharing data