hadoop_sorted/terraform/README.md

18 lines
250 B
Markdown
Raw Permalink Normal View History

2024-04-05 17:14:07 +02:00
# 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
```