Change infra make targets

This commit is contained in:
Khue Doan 2021-05-21 11:21:14 +07:00
parent 2c6c2149cb
commit 12b405cfa0

View File

@ -1,6 +1,6 @@
.POSIX:
default: init apply
default: init plan apply
init:
terraform init
@ -9,4 +9,7 @@ plan:
terraform plan
apply:
terraform apply
terraform apply --auto-approve
destroy:
terraform destroy