From 6f816abd874eee6fef62854648ba9485d8abaa78 Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Tue, 30 Jan 2024 07:23:44 +0000 Subject: [PATCH] test local instance --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 55a60b0..52fddb5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -18,7 +18,7 @@ jobs: - name: Terraform Init run: terraform init - - name: Create .tfvars file + - name: Create a tfvars file run: | echo "cf_email=${{ secrets.CF_EMAIL }}" > my_variables.tfvars echo "cf_api=${{ secrets.CF_API }}" >> my_variables.tfvars