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:
Julio Castillo
2021-12-21 09:22:10 +01:00
committed by GitHub
parent b63114849b
commit 0c21fecff8
4 changed files with 15 additions and 0 deletions

View File

@@ -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