Skip to content

Commit

Permalink
fixup! fix docs typos and improve ds metal reserved ip block schema v…
Browse files Browse the repository at this point in the history
…alidations
  • Loading branch information
Oscar Cobles committed Nov 17, 2022
1 parent 8d4fe0b commit 6c7a2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/data-sources/equinix_metal_precreated_ip_block.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ subcategory: "Metal"

# equinix_metal_precreated_ip_block (Data Source)

Use this data source to get CIDR expression for recreated(management) IPv6 and IPv4 blocks in Equinix Metal.
Use this data source to get CIDR expression for precreated (management) IPv6 and IPv4 blocks in Equinix Metal.
You can then use the cidrsubnet TF builtin function to derive subnets.

~> For backward compatibility, this data source will also return reserved (elastic) IP blocks.

-> Precreated IP blocks for a metro will not be available until first device is created in that metro.
-> Precreated (management) IP blocks for a metro will not be available until first device is created in that metro.

-> Public IPv4 blocks auto-assigned to a device cannot be retrieved. If you need that information, consider using the [equinix_metal_device](equinix_metal_device.md) data source instead.
-> Public IPv4 blocks auto-assigned (management) to a device cannot be retrieved. If you need that information, consider using the [equinix_metal_device](equinix_metal_device.md) data source instead.

## Example Usage

Expand Down

0 comments on commit 6c7a2dd

Please sign in to comment.