You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the output doesn't get format, so attributes don't get aligned and so on. We should programatically run terraform fmt so that the tfk8s output doesn't need to be formatted.
The text was updated successfully, but these errors were encountered:
terraform fmt does however support reading from STDIN, so we could use terraform-exec which supports the fmt feature. This requires tfk8s to find or download the terraform binary which kind of sucks, though.
Right now the output doesn't get format, so attributes don't get aligned and so on. We should programatically run
terraform fmt
so that the tfk8s output doesn't need to be formatted.The text was updated successfully, but these errors were encountered: