From 7348aa8f71f8ad803bff67ac6d1d4f59ced491e6 Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Thu, 19 Sep 2024 18:49:28 +0530 Subject: [PATCH] fix: switch to tofu in makefile --- examples/gcp/Makefile | 2 +- examples/gcp/bin/prep-inception.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gcp/Makefile b/examples/gcp/Makefile index 8b215074..09ecb193 100644 --- a/examples/gcp/Makefile +++ b/examples/gcp/Makefile @@ -1,4 +1,4 @@ -TF:=terraform +TF:=tofu bootstrap: cd bootstrap \ diff --git a/examples/gcp/bin/prep-inception.sh b/examples/gcp/bin/prep-inception.sh index 283ecad8..314cc3a3 100755 --- a/examples/gcp/bin/prep-inception.sh +++ b/examples/gcp/bin/prep-inception.sh @@ -31,7 +31,7 @@ EOF # Wait for the service account key to propagate sleep 5 -terraform init +tofu init tofu state show module.inception.google_project_iam_custom_role.inception_destroy || \ tofu apply \