Hello there,
I am looking to automate some Terraform code and I’m using github as the VCS. I have mostly followed this tutorial (I realise it’s not official Hashicorp documentation). It seems to suggest that if the steps followed, when a PR is made it will automatically trigger a Run in TF CLoud, however this doesn’t seem to be happening in my case.
I have connected the VCS is TF cloud and everything seems to be talking to each other OK. I have successfully done a Remote Plan and everything looks OK there.
The changes that I’m using to test with do not trigger any infrastructure changes, so that may be the issue, but according to the above tutorial, I would expect a PR alone to do this, perhaps I’m wrong.
I have also found this official Hashicorp documentation, which appears to suggest that Github Actions must be set up to achieve these automated actions in TF Cloud. Is there any official guidance on this? Should PR creation automatically trigger anything in TF Cloud without Github Actions being set up?
Thanks in advance
Jerry