# Instalacja modułu Aby zainstalować moduł należy: 1. Zainicjalizować moduł: ```shell cd terraform/dataproc_cluster terraform init ``` 2. Wykonać i zweryfikować plan: ```shell terraform plan ``` 3. Zastosować: ```shell terraform apply ```