Open kangaechu opened 3 years ago
@daisaru11 Could you check this PR and #4, please?
@kangaechu
I have forked this repository and created tfupdate Github Actions by masutaka and merged this PR commit to https://github.com/masutaka/tfupdate-github-actions/pull/1 of v2.0.0.
Thanks!
Hi, I'm using this GitHub Actions.
In my Terraform repository, I put .terraform-version file in project root directory to force using same Terraform version. But In this GitHub Actions, .terraform-version in project root directory doesn't update. So in this PR, I added to update .terraform-version in root directory.