Skip to content

Files

Latest commit

0b8de55 · Mar 20, 2025

History

History

service-ip-ranges

service-ip-ranges

This module does not create any resources.

Requirements

Name Version
terraform >= 1.5
http >= 3.0.0

Providers

Name Version
http 3.4.0

Modules

No modules.

Resources

Name Type
http_http.atlassian data source
http_http.github data source
http_http.okta data source
http_http.scalr data source
http_http.terraform_cloud data source

Inputs

Name Description Type Default Required
service (Required) The service which owns the IP ranges. string n/a yes
category (Optional) The category to use for filtering the IP ranges of the service. By default, it returns all IP ranges. Defaults to all. Valid values are depends on which service is selected. string "all" no

Outputs

Name Description
category The category to use for filtering the IP ranges of the service.
cidrs The list of all IP CIDRs for the service.
ipv4_cidrs The list of IPv4 CIDRs for the service.
ipv6_cidrs The list of IPv6 CIDRs for the service.
service The service which owns the IP ranges.