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 \