infracost_upload
Upload cost estimation data to Infracost Cloud for centralized tracking and reporting of infrastructure expenses.
Instructions
Upload Infracost JSON output to Infracost Cloud for centralized cost tracking and reporting. Requires infracost CLI to be installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to Infracost JSON file to upload |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to Infracost JSON file to upload",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}