init option to build script
This commit is contained in:
parent
68acbe2842
commit
6ab49d1b28
@ -15,6 +15,10 @@ deploy_plan() {
|
||||
terraform apply $plan
|
||||
}
|
||||
|
||||
init() {
|
||||
terraform init
|
||||
}
|
||||
|
||||
help_prompt() {
|
||||
cat <<- EOF
|
||||
Options: plan deploy help
|
||||
|
Loading…
Reference in New Issue
Block a user