From ab4a73a10d0ca364d55208f4c6a1ed31b7fdb2f7 Mon Sep 17 00:00:00 2001 From: Mostafa Kamal Date: Mon, 1 Jul 2024 00:41:40 +0600 Subject: [PATCH] action --- .github/workflows/terraform-terragrunt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-terragrunt.yml b/.github/workflows/terraform-terragrunt.yml index 4b041f5..14737c9 100644 --- a/.github/workflows/terraform-terragrunt.yml +++ b/.github/workflows/terraform-terragrunt.yml @@ -38,7 +38,7 @@ jobs: chmod 777 credentials.tfrc.json echo "{\"credentials\": {\"app.terraform.io\": {\"token\": \"${{ secrets.TF_API_TOKEN }}\"}}}" > credentials.tfrc.json sudo cat credentials.tfrc.json - ls -la /home/runner + tree $HOME/.terraform.d echo "✅ Terraform CLI config directory created!"