Is it possible to use github actions and terraform without supplying a cloud token?
The terraform documentation and github repository contradict in that supplying the token is optional, but when i run a github action job it fails saying that i need a token for terraform cloud.
In short, I dont want or need to use terraform cloud
AFAIK you could do this with TF CE (caveat have not tested this). If you did opt to use TF CE you would have to use/build your own self-hosted runner with TF CE installed and use something for state management. Since you have to manage state elsewhere, why not TFC?