Use this data source to retrieve a list of HCP Terraform's IP ranges. For more information about these IP ranges, view our documentation about HCP Terraform IP Ranges.
data "tfe_ip_ranges" "addresses" {}
output "notifications_ips" {
value = data.tfe_ip_ranges.addresses.notifications
}
No arguments are required for this datasource.
The following attributes are exported:
api
- The list of IP ranges in CIDR notation used for connections from user site to HCP Terraform APIs.notifications
- The list of IP ranges in CIDR notation used for notifications.sentinel
- The list of IP ranges in CIDR notation used for outbound requests from Sentinel policies.vcs
- The list of IP ranges in CIDR notation used for connecting to VCS providers.