init option to build script

This commit is contained in:
shockrah 2024-12-08 13:40:56 -08:00
parent 68acbe2842
commit 6ab49d1b28

View File

@ -15,6 +15,10 @@ deploy_plan() {
terraform apply $plan terraform apply $plan
} }
init() {
terraform init
}
help_prompt() { help_prompt() {
cat <<- EOF cat <<- EOF
Options: plan deploy help Options: plan deploy help