.github/workflows/update-terraform-providers.yml: use opentofu instead of terraform

terraform is unfree and can't be built on ofborg
This commit is contained in:
zowoq 2023-12-07 15:21:00 +10:00
parent 97830cbb02
commit f63903a90f

View File

@ -60,7 +60,7 @@ jobs:
Check that all providers build with: Check that all providers build with:
``` ```
@ofborg build terraform.full @ofborg build opentofu.full
``` ```
If there is more than ten commits in the PR `ofborg` won't build it automatically and you will need to use the above command. If there is more than ten commits in the PR `ofborg` won't build it automatically and you will need to use the above command.
branch: terraform-providers-update branch: terraform-providers-update