14 lines
674 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. Разобрана зависимость между модулями. Выполнена задача:
Создай два модуля: db и app
В db подними LXC с PostgreSQL и выведи его IP через output
В app подключи модуль и передай IP как переменную db_host
Выведи значение db_host в output app
2. Добавлено условное включение модуля monitoring.
Командой terraform apply -var="enable_monitoring=true" модуль включается, через false terraform будет пропускать отработку данного модуля.