cloudflare_byo_ip_prefix (Resource)

Provides the ability to manage Bring-Your-Own-IP prefixes (BYOIP) which are used with or without Magic Transit.

Example Usage

resource "cloudflare_byo_ip_prefix" "example" {
  account_id    = "f037e56e89293a057740de681ac9abbe"
  prefix_id     = "d41d8cd98f00b204e9800998ecf8427e"
  description   = "Example IP Prefix"
  advertisement = "on"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_byo_ip_prefix.example <account_id>/<prefix_id>