Compare commits

..

No commits in common. "master" and "0.0.1" have entirely different histories.

3 changed files with 5 additions and 13 deletions

3
.github/FUNDING.yml vendored
View File

@ -1,3 +0,0 @@
ko_fi: captn3m0
liberapay: captn3m0
github: captn3m0

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Abhay Rana
Copyright (c) 2017 Abhay Rana
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,9 +1,6 @@
# terraform-http-setcronjob-whitelist ![](https://img.shields.io/badge/license-MIT-blue.svg)
# terraform-http-setcronjob-whitelist
This module scrapes the SetCronJob IPs from their website and makes them available as a list. Since this module dynamically generates the list, it won't be updated alongside updates to the SetCronJob list updates. You can follow the updates to any IP address changes by the following:
1. Log in to SetCronJob, visit Account > My Profile, click Update profile, and check the box "Receive SetCronJob server IP addresses notifications".
2. Create an account at [Setcronjob Support](https://setcronjob.zendesk.com/auth/v2/login/registration) and click the follow button [here](https://support.setcronjob.com/hc/en-us/articles/219802207-SetCronJob-IP-addresses-list).
This module scrapes the SetCronJob IPs from their website and makes them available as a list. If you are using this module, I highly recommend subscribing to the SetCronJob Notification emails regarding changes to this list at http://eepurl.com/cxEQcL. Since this module dynamically generates the list, it won't be updated alongside updates to the SetCronJob list updates.
[The SetCronjob service documentation](https://support.setcronjob.com/hc/en-us/articles/219802207-SetCronJob-IP-addresses-list) points to the following text files for IPs that they use:
@ -14,10 +11,8 @@ This module scrapes the SetCronJob IPs from their website and makes them availab
# Usage
```hcl
module "setcronjob-whitelist" {
source = "captn3m0/setcronjob-whitelist/http"
version = "1.0.2"
module "scj" {
source = "github.com/captn3m0/terraform-http-setcronjob-whitelist"
}
resource "aws_security_group_rule" "allow_all_from_scj" {