Skip to content

Sync with CICD

This approach is best suited for local run with specific version of terraform (as used in CICD)

Download virtual box

You can download VirtualBox from the official website: https://www.virtualbox.org/wiki/Downloads

Download Vagrant

You can download Vagrant from the official website: https://developer.hashicorp.com/vagrant/downloads

Setting up Virtual box

Recommended to use VS code and Bash terminal to run all the commands

clone this repo

git clone https://github.com/frankallan07/local-tfbox

Its basically vagrant file which installs terraform and dependent software in a VM.

Check readme file for more instructions