From bc8e89c35975135f5e81829eb42a8433982e1fa0 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Fri, 20 Nov 2020 22:58:07 -0800 Subject: [PATCH] Adding cost estimation --- AWS/Terraform/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AWS/Terraform/README.md b/AWS/Terraform/README.md index 4627d0d..e6efbdb 100644 --- a/AWS/Terraform/README.md +++ b/AWS/Terraform/README.md @@ -1,5 +1,12 @@ # DetectionLab Terraform +## Cost +``` +terraform state pull | curl -s -X POST -H "Content-Type: application/json" -d @- https://cost.modules.tf/ +{"hourly": 0.17, "monthly": 123.26} +``` +--- + ### Method 1 - Pre-built AMIs #### Estimated time to build: 30 minutes