Data Source: tfe_ip_ranges

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.

Example Usage

data "tfe_ip_ranges" "addresses" {}

output "notifications_ips" {
  value = data.tfe_ip_ranges.addresses.notifications
}

Argument Reference

No arguments are required for this datasource.

Attributes Reference

The following attributes are exported: