Maksym Postument
Maksym Postument
## Use case. Why is this important? Hello, i have multiple cloudwatch exporters running in the same eks cluster. But they are scraping metrics from different AWS account. And i...
Hello, i see there is no PR merged for a long time. This project still active?
I have a website built with a Paperwhite mod theme. And I would like to integrate this module with my website. For example, I want a tab gallery to show...
### Configuration ```hcl provider "databricks" { host = module.infra.databricks_workspace_url azure_workspace_resource_id = module.infra.databricks_workspace_id resource "databricks_service_principal" "sp" { application_id = module.infra.user_assigned_identity_client_id display_name = var.name allow_cluster_create = true databricks_sql_access = true workspace_access =...