6 lines
84 B
Bash
6 lines
84 B
Bash
#!/bin/bash
|
|
./terraform init
|
|
./terraform plan
|
|
./terraform apply
|
|
./terraform destroy
|