7 lines
60 B
Bash
Executable file
7 lines
60 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cd terraform/
|
|
|
|
terraform plan
|