8 lines
96 B
Makefile
8 lines
96 B
Makefile
init:
|
|
@terraform init
|
|
|
|
plan:
|
|
@terraform plan -out tfplan
|
|
|
|
apply:plan
|
|
@terraform apply tfplan
|