Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Samsul Maarif <[email protected]>
  • Loading branch information
samsulmaarif committed Mar 7, 2023
1 parent 453f331 commit fa7e7cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Preparing VirtualBox LAB with terraform
# Menyiapkan LAB VirtualBox dengan terraform

Bagaimana cara menggunakan repo ini? berikut langkah-langkahnya secara singkat

## Install beberapa dependency berikut

```bash
sudo apt install python3-pip sshpass
sudo apt install python3-pip sshpass -y
# install ansible
sudo pip3 install -r ansible/requirement.txt
# install terraform
Expand All @@ -18,6 +18,7 @@ sudo mv terraform /usr/local/bin/terraform
## eksekusi

```bash
cp variable.tf.example variable.tf
terraform init
terraform plan
terraform apply
Expand Down

0 comments on commit fa7e7cb

Please sign in to comment.