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