terraform-plan-cost-estimator
ActiveTool of Utility Matrix
declared in 1.1.0
Use when a user asks to estimate monthly cost of a Terraform plan.
Parameters schema
{
"type": "object",
"required": [
"resource_type",
"count"
],
"properties": {
"count": {
"type": "number",
"minimum": 1
},
"instance_size": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}Parent server
Utility Matrix
1/7 registries