From 31300b114cb1f1562c63b99bc772b96dc13b4c16 Mon Sep 17 00:00:00 2001 From: Kresimir Sutalo Date: Wed, 18 Sep 2024 12:56:51 +0200 Subject: [PATCH] fix: workspace variable --- .github/workflows/terraform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 9fce5e2c..f375abfd 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -56,9 +56,9 @@ jobs: terraform init --backend-config=config.azurerm.tfbackend terraform workspace list - terraform workspace new ${{github.event.inputs.directory}} - terraform workspace select ${{github.event.inputs.directory}} - terrafor workspace show + terraform workspace new ${{github.event.inputs.workspace}} + terraform workspace select ${{github.event.inputs.workspace}} + terraform workspace show - name: 'Terraform Plan' run: |