turbot/steampipe-mod-gcp-thrifty

Variables in GCP Thrifty

NameDefaultDescription
compute_disk_max_size_gb100The maximum size (GB) allowed for disks.
sql_db_instance_avg_cpu_utilization_low25The average CPU utilization required for DB instances to be considered infrequently used. This value should be lower than sql_db_instance_avg_cpu_utilization_high.
compute_snapshot_age_max_days90The maximum number of days snapshots can be retained.
compute_disk_avg_read_write_ops_low100The number of average read/write ops required for disks to be considered infrequently used. This value should be lower than compute_disk_avg_read_write_ops_high.
compute_instance_avg_cpu_utilization_low20The average CPU utilization required for instances to be considered infrequently used. This value should be lower than compute_instance_avg_cpu_utilization_high.
bigquery_table_stale_data_max_days90The maximum number of days table data can be unchanged before it is considered stale.
compute_running_instance_age_max_days90The maximum number of days instances are allowed to run.
sql_db_instance_avg_connections2The minimum number of average connections per day required for DB instances to be considered in-use.
compute_disk_avg_read_write_ops_high500The number of average read/write ops required for disks to be considered frequently used. This value should be higher than compute_disk_avg_read_write_ops_low.
logging_bucket_max_retention_days30The maximum number of days allowed for bucket log retention period.
tag_dimensions-A list of tags to add as dimensions to each control.
compute_instance_avg_cpu_utilization_high35The average CPU utilization required for instances to be considered frequently used. This value should be higher than compute_instance_avg_cpu_utilization_low.
sql_db_instance_avg_cpu_utilization_high50The average CPU utilization required for DB instances to be considered frequently used. This value should be higher than sql_db_instance_avg_cpu_utilization_low.
compute_instance_allowed_types
[
"%-micro",
"%-small",
"%-medium",
"%-2",
"%-4",
"%-8",
"%-16",
"%-30",
"%-32",
"%-1g",
"%-2g"
]
A list of allowed instance types. PostgreSQL wildcards are supported.
common_dimensions
[
"location",
"project"
]
A list of common dimensions to add to each control.