public-ip-list

beezly/public-ip-list/fastly

Terraform Module HCL FASTLY

Terraform Module for Fastly IP addresses

Install
module "public-ip-list" {
source = "beezly/public-ip-list/fastly"
version = "0.0.2"
}
plain text: /constructs/tfmod-beezly-public-ip-list-fastly/install.txt
⭐ Source on GitHub 📦 Registry page
README

Fastly IP address ranges Acts as a datasource for the fastly IP address API at https://api.fastly.com/public-ip-list Usage Import this module's outputs in your data-sources.tf: `` module "fastly-ips" { source "beezly/public-ip-list/fastly" } ` and then refer to the Fastly IP address ranges with module.fastly-ips.public-ip-list`

Outputs (1)
public-ip-list — IP address ranges returned by Fastly's Public IP List API
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud FASTLY
★ Stars0
Forks2
Total downloads1.7k
Outputs1
LicenseApache-2.0
Namespacebeezly
Updated