8 lines
47 B
Makefile
8 lines
47 B
Makefile
|
|
|
|
|
|
default:
|
|
terraform init
|
|
terraform apply
|
|
|
|
|