32 lines
849 B
Markdown
32 lines
849 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "stackit_public_ip_ranges Data Source - stackit"
|
|
subcategory: ""
|
|
description: |-
|
|
A list of all public IP ranges that STACKIT uses.
|
|
---
|
|
|
|
# stackit_public_ip_ranges (Data Source)
|
|
|
|
A list of all public IP ranges that STACKIT uses.
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
data "stackit_public_ip_ranges" "example" {}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Read-Only
|
|
|
|
- `id` (String) Terraform's internal resource ID. It takes the values of "`public_ip_ranges.*.cidr`".
|
|
- `public_ip_ranges` (Attributes List) A list of all public IP ranges. (see [below for nested schema](#nestedatt--public_ip_ranges))
|
|
|
|
<a id="nestedatt--public_ip_ranges"></a>
|
|
### Nested Schema for `public_ip_ranges`
|
|
|
|
Read-Only:
|
|
|
|
- `cidr` (String) Classless Inter-Domain Routing (CIDR)
|