From 3436426c46d49357275dc9e02116acc2d4e2d55d Mon Sep 17 00:00:00 2001 From: Jelle den Burger Date: Thu, 13 Aug 2026 13:31:31 +0200 Subject: [PATCH] fix: add stackit metering object * this ensures TURP generation happens if resource usage reports are pushed --- modules/stackit/meshstack_integration.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/stackit/meshstack_integration.tf b/modules/stackit/meshstack_integration.tf index 742417a3..ce9a0f5e 100644 --- a/modules/stackit/meshstack_integration.tf +++ b/modules/stackit/meshstack_integration.tf @@ -186,6 +186,12 @@ resource "meshstack_platform" "stackit" { config = { custom = { platform_type_ref = { name = "STACKIT" } + metering = { + processing = { + compact_timelines_after_days = 30 + delete_raw_data_after_days = 65 + } + } } } }