From dac11a92996b1a6951299fc0cfd0b1eb9395d6d8 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Wed, 23 Oct 2024 19:46:31 +0100 Subject: [PATCH] formatting --- .../actions/terraform/templates/workflows/cd-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alz/github/actions/terraform/templates/workflows/cd-template.yaml b/alz/github/actions/terraform/templates/workflows/cd-template.yaml index 053a27e..4d9f1b8 100644 --- a/alz/github/actions/terraform/templates/workflows/cd-template.yaml +++ b/alz/github/actions/terraform/templates/workflows/cd-template.yaml @@ -66,7 +66,7 @@ jobs: Copy-Item -Path "./*" -Exclude @(".git", ".terraform", ".github", $stagingDirectory) -Recurse -Destination "./$stagingDirectory" $rootModuleFolderTerraformFolder = Join-Path -Path "./$stagingDirectory" -ChildPath $rootModuleFolder -AdditionalChildPath ".terraform" - if(Test-Path -Path $rootModuleFolderTerraformFolder){ + if(Test-Path -Path $rootModuleFolderTerraformFolder) { Remove-Item -Path $rootModuleFolderTerraformFolder -Recurse -Force }