6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#1/bin/bash
|
|
cd infrastructure
|
|
terraform init
|
|
terraform plan
|
|
terraform apply -auto-approve
|
|
cd ..
|