terraform/modules/cloud-logging/variables.tf (
9
lines of code) (
raw
):
variable "project" { type = string } variable "dataset" { type = string } variable "log_sink_name" { type = string }