This lab will use VSCode as the integrated development environment (IDE) to develop Terraform configurations and run the git command, VSCode has been installed on your laptop.
VSCode should have been opened on your labtop. If it is not open, please ask your instructor.
    
       cd /home/cisco/CiscoLive/DEVWKS-3320
    
You should be already in the local stage branch, if not, use the command shown below to checkout and reset to the stage branch:
    
    git checkout -B stage
    
    
    Switched to and reset branch 'stage'
    
    
    git branch --show-current
    
    
    stage