Infracost shows hourly and monthly cost estimates for a Terraform project. This helps developers, DevOps et al. quickly see the cost breakdown and compare different deployment options upfront.
Infracost shows hourly and monthly cost estimates for a Terraform project. This helps developers, DevOps et al. quickly see the cost breakdown and compare different deployment options upfront.
To install infracost, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install infracost
To see what files were installed by infracost, run:
port contents infracost
To later upgrade infracost, run:
sudo port selfupdate && sudo port upgrade infracost
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.