yasenn / terraform-dataproc-yandex

Terraform for Yandex Data Proc managed cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform DataProc for Yandex Cloud

Terraform for Yandex Data Proc managed cluster.

Features

  • v2 by default
  • 3 roles:
    • MASTERNODE
    • COMPUTENODE
    • DATANODE
  • environments:
    • HDFS
    • YARN
    • SPARK
    • TEZ
    • MAPREDUCE
    • HIVE

Backends

There is only local backend. You may use Yandex Object Storage as a no-locking backend.

Resource Graph

Resource Graph

Installation

  terraform init

Deployment

To deploy this project run

  terraform verify && \
  terraform plan && \
  terraform apply

Related

Examples of cloud-agnostic infrastructure as code tools include Yandex Cloud, Terraform and Ansible: patsevanton/infrastructure-as-a-code-example by @patsevanton

Contributing

Contributions are always welcome!

About

Terraform for Yandex Data Proc managed cluster.

License:MIT License


Languages

Language:HCL 100.0%