Add metric scopes support (#397)
* Add metric scopes support * Fix typo * new tfdoc block in README Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
@@ -100,6 +100,12 @@ variable "logging_sinks" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "metric_scopes" {
|
||||
description = "List of projects that will act as metric scopes for this project."
|
||||
type = list(string)
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "name" {
|
||||
description = "Project name and id suffix."
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user