#!/bin/bash echo $PWD && cd clilabtf && terraform init && terraform plan -out=.plan && terraform apply .plan && cd $OLDPWD