setcronjob-whitelist

captn3m0/setcronjob-whitelist/http

Terraform Module HCL HTTP

Terraform Module that returns the latest SetCronJob IP Whitelist: https://support.setcronjob.com/hc/en-us/articles/219802207-SetCronJob-IP-addresses-list

Install
module "setcronjob-whitelist" {
source = "captn3m0/setcronjob-whitelist/http"
version = "1.0.2"
}
plain text: /constructs/tfmod-captn3m0-setcronjob-whitelist-http/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-http-setcronjob-whitelist ![](https://img.shields.io/badge/license-MIT-blue.svg) 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 and click the follow button here. The SetCronjob service documentation points to the following text files for IPs that they use: - https://www.setcronjob.com/ip.txt - https://www.setcronjob.com/ipv4.txt - https://www.setcronjob.com/

Outputs (5)
ipv4_cidr — List of all SetCronjob egress IPv4 IPs, formatted as /32 CIDRs
ipv6_cidr — List of all SetCronjob egress IPv6 IPs, formatted as /128 CIDRs
ips — List of all SetCronjob egress IPs.
ipv4 — List of all SetCronjob egress IPv4 IPs.
ipv6 — List of all SetCronjob egress IPv6 IPs.
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.2
Cloud HTTP
★ Stars1
Forks1
Total downloads85.2k
Outputs5
LicenseMIT
Namespacecaptn3m0
Updated