Terraform for Yandex Data Proc managed cluster.
- v2 by default
- 3 roles:
MASTERNODE
COMPUTENODE
DATANODE
- environments:
- HDFS
- YARN
- SPARK
- TEZ
- MAPREDUCE
- HIVE
There is only local backend. You may use Yandex Object Storage as a no-locking backend.
terraform init
To deploy this project run
terraform verify && \
terraform plan && \
terraform apply
Examples of cloud-agnostic infrastructure as code tools include Yandex Cloud, Terraform and Ansible: patsevanton/infrastructure-as-a-code-example by @patsevanton
Contributions are always welcome!