mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Change infra make targets
This commit is contained in:
parent
2c6c2149cb
commit
12b405cfa0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user