hadoop_zaliczenie/terraform/README.md

18 lines
250 B
Markdown
Raw Normal View History

2024-03-27 13:49:30 +01: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
```