Skip to content

Commit

Permalink
Updated install script to take terraform route
Browse files Browse the repository at this point in the history
  • Loading branch information
aniturza authored Mar 18, 2024
1 parent b1022c8 commit c4f68c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Remove-Item $zipFilePath -Force
# Use Terraform to deploy AI Hub
Write-Output "Deploying AI Hub..."
Push-Location $AIHubRoot
Invoke-Expression "terraform init"
Invoke-Expression "terraform apply -auto-approve"
Invoke-Expression "./terraform init"
Invoke-Expression "./terraform apply -auto-approve"
Pop-Location

# Everything is done
Expand Down

0 comments on commit c4f68c9

Please sign in to comment.