9 lines
96 B
Makefile
9 lines
96 B
Makefile
![]() |
init:
|
||
|
@terraform init
|
||
|
|
||
|
plan:
|
||
|
@terraform plan -out tfplan
|
||
|
|
||
|
apply:plan
|
||
|
@terraform apply tfplan
|