Terraform module which creates Yandex Cloud resources.
Examples codified under
the examples
are intended
to give users references for how to use the module(s) as well as testing/validating changes to the source code of the
module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow
maintainers to test your changes and to keep the examples up to date for users. Thank you!
Name | Version |
---|---|
terraform | >= 1.3 |
yandex | >= 0.72.0 |
Name | Version |
---|---|
yandex | >= 0.72.0 |
No modules.
Name | Type |
---|---|
yandex_dataproc_cluster.dataproc_cluster | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cluster_version | Version of Data Proc image | string |
"2.0" |
no |
deletion_protection | Inhibits deletion of the cluster | bool |
false |
no |
description | Description of the Data Proc cluster | string |
"Dataproc Cluster created by Terraform" |
no |
hadoop_properties | A set of key/value pairs that are used to configure cluster services | map(string) |
{} |
no |
hadoop_services | List of services to run on Data Proc cluster | list(string) |
[ |
no |
initialization_actions | List of initialization scripts | list(object({ |
[] |
no |
labels | A set of key/value label pairs to assign to the Data Proc cluster | map(string) |
{} |
no |
name | Name of the Data Proc cluster | string |
n/a | yes |
security_group_ids | A list of security group IDs that the cluster belongs to | list(string) |
[] |
no |
service_account_id | Service account ID to be used by the Data Proc agent | string |
n/a | yes |
ssh_public_keys | List of SSH public keys to put to the hosts of the cluster | list(string) |
[] |
no |
subcluster_specs | Configuration of the Data Proc subcluster | list(object({ |
[] |
no |
ui_proxy | Whether to enable UI Proxy feature | bool |
false |
no |
zone_id | ID of the availability zone to create cluster in | string |
"ru-central1-b" |
no |
Name | Description |
---|---|
created_at | Creation timestamp of the Data Proc cluster. |
id | ID of the Data Proc cluster. |
name | Name of the Data Proc cluster. |
service_account_id | Service account ID used by the Data Proc cluster. |
zone_id | Zone ID of the Data Proc cluster. |
Apache-2.0 Licensed. See LICENSE.