about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-12-07 15:21:00 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-12-08 12:47:35 +1000
commitf63903a90faf6cce169eb2bcc93fb45c457b1d31 (patch)
treecf98d17a7b4094c458530e54163229d1c7b3639c /.github
parent97830cbb025ce92d58921b12d528afbaa42000c4 (diff)
.github/workflows/update-terraform-providers.yml: use opentofu instead of terraform
terraform is unfree and can't be built on ofborg
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-terraform-providers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-terraform-providers.yml b/.github/workflows/update-terraform-providers.yml
index 8d1ee75300377..a67070fe6abe6 100644
--- a/.github/workflows/update-terraform-providers.yml
+++ b/.github/workflows/update-terraform-providers.yml
@@ -60,7 +60,7 @@ jobs:
 
             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.
           branch: terraform-providers-update