Terraform reference for Yandex Cloud Functions
Written by
Updated at November 14, 2024
With Terraform
If you change the configuration files, Terraform automatically detects which part of your configuration is already deployed, and what should be added or removed.
For more information about Terraform, see the documentation.
Resources
The following Terraform provider resources are supported for Cloud Functions:
Terraform resource | Yandex Cloud resource |
---|---|
yandex_function |
Function |
yandex_function_iam_binding |
Assigning access permissions for a function |
yandex_function_scaling_policy |
Function scaling settings |
yandex_function_trigger |
Trigger |
Data sources
Cloud Functions supports the following Terraform provider data sources:
Terraform data source | Description |
---|---|
yandex_function |
Information about a function |
yandex_function_scaling_policy |
Information about function scaling settings |
yandex_function_trigger |
Information about a trigger |