2021-02-08 10:09:32 +07:00
|
|
|
.POSIX:
|
|
|
|
|
|
|
|
default: init apply
|
|
|
|
|
|
|
|
init:
|
2021-04-24 13:45:13 +07:00
|
|
|
terraform init
|
2021-02-08 10:09:32 +07:00
|
|
|
|
|
|
|
plan:
|
2021-04-24 13:45:13 +07:00
|
|
|
terraform plan
|
2021-02-08 10:09:32 +07:00
|
|
|
|
|
|
|
apply:
|
2021-05-21 01:26:03 +07:00
|
|
|
terraform apply
|