You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"google_monitoring_istio_canonical_service" {
source="./modules/google-beta/d/google_monitoring_istio_canonical_service"# canonical_service - (required) is a type of stringcanonical_service=null# canonical_service_namespace - (required) is a type of stringcanonical_service_namespace=null# mesh_uid - (required) is a type of stringmesh_uid=null# project - (optional) is a type of stringproject=null
}
variable"canonical_service" {
description="(required) - The name of the canonical service underlying this service.. \n Corresponds to the destination_service_name metric label in Istio metrics."type=string
}
variable"canonical_service_namespace" {
description="(required) - The namespace of the canonical service underlying this service.\n Corresponds to the destination_service_namespace metric label in Istio metrics."type=string
}
variable"mesh_uid" {
description="(required) - Identifier for the Istio mesh in which this canonical service is defined.\n Corresponds to the meshUid metric label in Istio metrics."type=string
}
variable"project" {
description="(optional)"type=stringdefault=null
}
data"google_monitoring_istio_canonical_service""this" {
# canonical_service - (required) is a type of stringcanonical_service=var.canonical_service# canonical_service_namespace - (required) is a type of stringcanonical_service_namespace=var.canonical_service_namespace# mesh_uid - (required) is a type of stringmesh_uid=var.mesh_uid# project - (optional) is a type of stringproject=var.project
}