- Notifications
You must be signed in to change notification settings - Fork1
Terraform Module that returns the latest StatusCake IP Whitelist:https://www.statuscake.com/kb/knowledge-base/what-are-your-ips/
License
vaibhavkhurana2018/terraform-http-statuscake-whitelist
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Terraform Module that returns the latest StatusCake IP Whitelist:https://www.statuscake.com/kb/knowledge-base/what-are-your-ips/
This module scrapes the IP's used by Status Cake from their website and exposes it as a list to be consumed for whitelisting. The status cake website points to the following files for IP's to use:
They have also mentioned the following 3 IP's that they use for SSL:
- 162.243.141.135
- 107.170.235.240
- 104.236.163.90
Note: This currently does not support IP's that are used for page speed by statuscake as they do not provide txt format for those IP's.
module"statuscake-whitelist" {source="github.com/vaibhavkhurana2018/terraform-http-statuscake-whitelist"}resource"aws_security_group_rule""allow_all_from_statuscake" {type="ingress"from_port=0to_port=443protocol="tcp"cidr_blocks=["${module.statuscake-whitelist.ips}"]security_group_id="sg-123456"}
ips = "List of ip's used by status cake."
Licensed under MIT. Seevaibhavkhurana2018.mit-license.org for complete text.
Would like to thank Nemo for module reference.
About
Terraform Module that returns the latest StatusCake IP Whitelist:https://www.statuscake.com/kb/knowledge-base/what-are-your-ips/
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.