From 69cc5823193e01931e0c799805c01bbb79ef1d8c Mon Sep 17 00:00:00 2001 From: Ryan <6885827+rtfee@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:41:17 -0400 Subject: [PATCH] Update README.md --- tfc-runs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfc-runs/README.md b/tfc-runs/README.md index dbb3d1e..ebeae53 100644 --- a/tfc-runs/README.md +++ b/tfc-runs/README.md @@ -1,5 +1,5 @@ # TFC Runs -Get the total number of runs executed in TFC +Get the total number of runs ever executed in a Terraform Cloud account. As far as we know, the TFC API does not provider a date filter to break the run count down by month or year, but the goal of this is to give you a starting point to help with Scalr run estimation. ## Requirements: * `python3` and `pip3`