Update README.md

This commit is contained in:
Chris Long
2021-07-29 21:09:21 -07:00
committed by GitHub
parent a5b4ca8be9
commit e158925607

View File

@@ -3,7 +3,7 @@
## Cost
```
terraform state pull | curl -s -X POST -H "Content-Type: application/json" -d @- https://cost.modules.tf/
{"hourly": 0.17, "monthly": 123.26}
{"hourly": 0.26, "monthly": 186.62}
```
---