From 20c4b2247fc41c5bfc1b6fdd76ea3ea37e798778 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 26 Dec 2024 19:40:25 +0200
Subject: [PATCH] GitLab CI: Replace Terraform with OpenTofu.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8fe660..afa7e7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ include:
 default:
   before_script:
     - apt-get update
-    - apt-get install -y terraform
+    - apt-get install -y tofu
 
 AWS Terraform plan:
   extends: .tf_plan
-- 
GitLab