Terraform module which creates Yandex Cloud Logging 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_logging_group.logging_group | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
description | A description for the Yandex Cloud Logging group | string |
null |
no |
folder_id | ID of the folder that the Yandex Cloud Logging group belongs to | string |
null |
no |
labels | A set of key/value label pairs to assign to the Yandex Cloud Logging group | map(string) |
{} |
no |
name | Name for the Yandex Cloud Logging group | string |
null |
no |
retention_period | Log entries retention period for the Yandex Cloud Logging group | string |
null |
no |
Name | Description |
---|---|
cloud_id | ID of the cloud that the Yandex Cloud Logging group belongs to |
created_at | Creation timestamp of the Yandex Cloud Logging group |
description | Description of the Yandex Cloud Logging group |
folder_id | ID of the folder that the Yandex Cloud Logging group belongs to |
id | ID of the Yandex Cloud Logging group |
labels | A set of key/value label pairs assigned to the Yandex Cloud Logging group |
name | Name of the Yandex Cloud Logging group |
retention_period | Log entries retention period for the Yandex Cloud Logging group |
Apache-2.0 Licensed. See LICENSE.