Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce defaults for kms and sm to minimums #159

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infracost-usage-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading