File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/ALZ/Private/Deploy-Accelerator-Helpers Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,12 @@ function New-Bootstrap {
6969 $bootstrapModulePath = Join-Path - Path $bootstrapPath - ChildPath $bootstrapDetails.Value.location
7070 if ($cleanBootstrapFolder.IsPresent ) {
7171 Write-Verbose " Cleaning bootstrap folder of Terraform meta files as requested..."
72- Remove-TerraformMetaFileSet - path $bootstrapModulePath - writeVerboseLogs:$writeVerboseLogs.IsPresent
72+ Remove-TerraformMetaFileSet - path $bootstrapModulePath - writeVerboseLogs:$writeVerboseLogs.IsPresent - terraformFilesOrFoldersToRemove @ (
73+ " terraform.tfstate.backup" ,
74+ " .terraform" ,
75+ " terraform.tfvars" ,
76+ " .terraform.lock.hcl"
77+ )
7378 }
7479
7580 Write-Verbose " Bootstrap Module Path: $bootstrapModulePath "
You can’t perform that action at this time.
0 commit comments