Skip to content

Commit b9cb6bd

Browse files
committed
test value
1 parent 160d998 commit b9cb6bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +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-
147+
Write-Host $env:RS_CONTAINER_NAME
148+
Write-Host $RS_CONTAINER_NAME
148149
$rsContainerName = $env:RS_CONTAINER_NAME
149150
if ($LASTEXITCODE -eq 0 -and $rsContainerName) {
150151
Write-Host "✓ RS_CONTAINER_NAME environment variable exists with value: $rsContainerName"

0 commit comments

Comments
 (0)