homework 7.2: remove note about makefile

This commit is contained in:
2022-06-21 11:17:15 +07:00
parent f1bad04e52
commit ac52a84f9d

View File

@@ -65,8 +65,6 @@ cd ./terraform \
&& env $(cat .env) terraform init && env $(cat .env) terraform init
``` ```
Для упрощения вызова команд был создан [Makefile](./Makefile).
Для создания `yandex_compute_image` в [main.tf](./terraform/main.tf) необходимо добавить: Для создания `yandex_compute_image` в [main.tf](./terraform/main.tf) необходимо добавить:
```shell ```shell