diff --git a/README.md b/README.md index 45ce7676..f04705c0 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ make - [CI/CD - Continuous Integration / Continuous Delivery](https://github.com/HariSekhon/DevOps-Bash-tools#cicd---continuous-integration--continuous-deployment) - API scripts & build pipeline configs for most major CI systems: - Jenkins, Concourse, GoCD, TeamCity - one-touch boot & build - Azure DevOps Pipelines, GitHub Actions Workflows, GitLab CI, BitBucket Pipelines, AppVeyor, BuildKite, Travis CI, Circle CI, Codefresh, CodeShip, Drone.io, Semaphore CI, Shippable, Wercker ... -- [Internet Services](https://github.com/HariSekhon/DevOps-Bash-tools#internet-services) - Cloudflare, Pingdom +- [Internet Services](https://github.com/HariSekhon/DevOps-Bash-tools#internet-services) - Cloudflare, Pingdom, Terraform Cloud - [Perl](https://github.com/HariSekhon/DevOps-Bash-tools#perl) - Perl utilities & library management - [Python](https://github.com/HariSekhon/DevOps-Bash-tools#python) - Python utilities & library management - [Golang](https://github.com/HariSekhon/DevOps-Bash-tools#golang) - Golang utilities @@ -773,6 +773,8 @@ etc. - `pingdom_checks_average_response_times.sh` - shows the average response times for all Pingdom checks for the last week - `pingdom_check_latency_by_hour.sh` / `pingdom_checks_latency_by_hour.sh` - shows the average latency for one or all Pingdom checks broken down by hour of the day, over the last week - `pingdom_sms_credits.sh` - gets the remaining number of Pingdom SMS credits +- `terraform_*.sh` - [Terraform Cloud](https://www.terraform.io/cloud) scripts: + - `terraform_cloud_ip_ranges.sh` - returns the list of IP ranges for Terraform Cloud via the API, or optionally one or more of the ranges used by different functions #### Perl