Prefixes
resource cloudflare_byo_ip_prefix
required
optional
computed
Deprecatedadvertised: Bool
Prefix advertisement status to the Internet. This field is only not 'null' if on demand is enabled.
Deprecatedadvertised_modified_at: Time
Last time the advertisement status was changed. This field is only not 'null' if on demand is enabled.
Deprecatedon_demand_enabled: Bool
Whether advertisement of the prefix to the Internet may be dynamically enabled or disabled.
cloudflare_byo_ip_prefix
resource "cloudflare_byo_ip_prefix" "example_byo_ip_prefix" {
account_id = "258def64c72dae45f3e4c8516e2111f2"
asn = 13335
cidr = "192.0.2.0/24"
delegate_loa_creation = true
description = "Internal test prefix"
loa_document_id = "d933b1530bc56c9953cf8ce166da8004"
}
data cloudflare_byo_ip_prefix
required
computed
Deprecatedadvertised: Bool
Prefix advertisement status to the Internet. This field is only not 'null' if on demand is enabled.
Deprecatedadvertised_modified_at: Time
Last time the advertisement status was changed. This field is only not 'null' if on demand is enabled.
delegate_loa_creation: Bool
Whether Cloudflare is allowed to generate the LOA document on behalf of the prefix owner.
Deprecatedon_demand_enabled: Bool
Whether advertisement of the prefix to the Internet may be dynamically enabled or disabled.
cloudflare_byo_ip_prefix
data "cloudflare_byo_ip_prefix" "example_byo_ip_prefix" {
account_id = "258def64c72dae45f3e4c8516e2111f2"
prefix_id = "2af39739cc4e3b5910c918468bb89828"
}
data cloudflare_byo_ip_prefixes
cloudflare_byo_ip_prefixes
data "cloudflare_byo_ip_prefixes" "example_byo_ip_prefixes" {
account_id = "258def64c72dae45f3e4c8516e2111f2"
}