bachelor-thesis/infrastructure/init_infrastructure.sh

6 lines
96 B
Bash
Executable file

#1/bin/bash
cd infrastructure
terraform init
terraform plan
terraform apply -auto-approve
cd ..