mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:34:33 +07:00
Add platform makefile
This commit is contained in:
parent
bfa7fa26a8
commit
fffa1dbaf5
12
platform/Makefile
Normal file
12
platform/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
.POSIX:
|
||||
|
||||
default: init apply
|
||||
|
||||
init:
|
||||
terraform init
|
||||
|
||||
plan:
|
||||
terraform plan
|
||||
|
||||
apply:
|
||||
terraform apply
|
Loading…
Reference in New Issue
Block a user