We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1161d commit 82d4cbaCopy full SHA for 82d4cba
src/ALZ/Private/Deploy-Accelerator-Helpers/Invoke-Terraform.ps1
@@ -148,7 +148,7 @@ function Invoke-Terraform {
148
149
if($removeSubscriptionId) {
150
Write-Verbose "Removing environment variable ARM_SUBSCRIPTION_ID that was set prior to this run"
151
- Remove-Item $env:ARM_SUBSCRIPTION_ID = $null
+ $env:ARM_SUBSCRIPTION_ID = $null
152
}
153
154
# Stop and display timer
0 commit comments