2021-08-24 11:09:06 +02:00

9 lines
188 B
HCL

module "dashboard" {
source = "../"
prefix = var.prefix
api_key = var.api_key
app_key = var.app_key
space_aggregation = var.space_aggregation
scope = var.scope
}