cloud-foundation-fabric/modules/logging-sinks
Luca Prete f2c80e17f1
[#138] Update copyright headers to 2020 (#139)
Co-authored-by: Luca Prete <lucaprete@google.com>
2020-09-23 11:07:03 +02:00
..
README.md Merge development branch (#44) 2020-04-03 14:06:48 +02:00
main.tf [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
outputs.tf [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
variables.tf [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
versions.tf [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00

README.md

Terraform Logging Sinks Module

This module allows easy creation of one or more logging sinks.

Example

module "sinks" {
}

Variables

name description type required default
destinations Map of destinations by sink name. map(string)
parent Resource where the sink will be created, eg 'organizations/nnnnnnnn'. string
sinks Map of sink name / sink filter. map(string)
default_options Default options used for sinks where no specific options are set. object({...}) ...
sink_options Optional map of sink name / sink options. If no options are specified for a sink defaults will be used. map(object({...})) {}

Outputs

name description sensitive
names Log sink names.
sinks Log sink resources.
writer_identities Log sink writer identities.