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 b9cb6bd commit b93e5d2Copy full SHA for b93e5d2
azd-hooks/scripts/hooks/preprovision/run_preconfig.ps1
@@ -144,9 +144,8 @@ terraform {
144
Write-Host "Checking if RS_CONTAINER_NAME environment variable exists..."
145
# Check if RS_CONTAINER_NAME azd environment variable exists
146
try {
147
- Write-Host $env:RS_CONTAINER_NAME
148
Write-Host $RS_CONTAINER_NAME
149
- $rsContainerName = $env:RS_CONTAINER_NAME
+ $rsContainerName = $RS_CONTAINER_NAME
150
if ($LASTEXITCODE -eq 0 -and $rsContainerName) {
151
Write-Host "✓ RS_CONTAINER_NAME environment variable exists with value: $rsContainerName"
152
0 commit comments