Skip to content

terraform-yacloud-modules/terraform-yandex-logging-group

Repository files navigation

Yandex Cloud Logging Terraform module

Terraform module which creates Yandex Cloud Logging resources.

Examples

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!

Requirements

Name Version
terraform >= 1.3
yandex >= 0.72.0

Providers

Name Version
yandex >= 0.72.0

Modules

No modules.

Resources

Name Type
yandex_logging_group.logging_group resource

Inputs

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

Outputs

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

License

Apache-2.0 Licensed. See LICENSE.

About

Terraform module to manage Cloud Logging resources within the Yandex.Cloud.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages