Skip to content

Commit b93e5d2

Browse files
committed
assign name only
1 parent b9cb6bd commit b93e5d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azd-hooks/scripts/hooks/preprovision/run_preconfig.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,8 @@ terraform {
144144
Write-Host "Checking if RS_CONTAINER_NAME environment variable exists..."
145145
# Check if RS_CONTAINER_NAME azd environment variable exists
146146
try {
147-
Write-Host $env:RS_CONTAINER_NAME
148147
Write-Host $RS_CONTAINER_NAME
149-
$rsContainerName = $env:RS_CONTAINER_NAME
148+
$rsContainerName = $RS_CONTAINER_NAME
150149
if ($LASTEXITCODE -eq 0 -and $rsContainerName) {
151150
Write-Host "✓ RS_CONTAINER_NAME environment variable exists with value: $rsContainerName"
152151

0 commit comments

Comments
 (0)