Please follow the instruction on the official website https://www.terraform.io/downloads.html
- Prerequisite : an installed docker (https://docs.docker.com/install/)
- Checkout the config.tf file
- use shell and place it on the config path
cd [config.tf path]$ terraform plan -out config.tfplan$ terraform apply$ terraform showwe can check the existing container using
$ docker container ls