From 433ee59d8541d291990e46d3c8133099ff7aa1d2 Mon Sep 17 00:00:00 2001 From: "hlem@ca.ibm.com" Date: Wed, 3 Apr 2024 15:21:03 -0400 Subject: [PATCH] reduce defaults for kms and sm to minimums --- infracost-usage-example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infracost-usage-example.yml b/infracost-usage-example.yml index 1d909531aee..3bdcf4762dd 100644 --- a/infracost-usage-example.yml +++ b/infracost-usage-example.yml @@ -1275,8 +1275,8 @@ resource_usage: monthly_instance_hours: 730 # Monthly number of instance hours ibm_resource_instance.resource_instance_kms: - kms_key_versions: 300 # Number of key versions managed per month - secretsmanager_active_secrets: 400 # Number of active secrets + kms_key_versions: 6 # Number of key versions managed per month + secretsmanager_active_secrets: 1 # Number of active secrets secretsmanager_instance: 1 # Number of instances of secrets manager appid_advanced_authentications: 20000 # Number of advanced authentications in a month appid_authentications: 15000 # Number of simple authentications in a month