Recipients
resource cloudflare_share_recipient
required
Deprecatedaccount_id: String
Deprecated alias for recipient_account_id. Use recipient_account_id instead.
The body field collided with the URL path parameter of the same name, which prevented SDK generators from distinguishing the source account (in the URL) from the recipient account (in the body). Both names will continue to be accepted until 2027-05-26 (see x-sunset).
optional
cloudflare_share_recipient
resource "cloudflare_share_recipient" "example_share_recipient" {
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
share_id = "3fd85f74b32742f1bff64a85009dda07"
organization_id = "023e105f4ecef8ad9ca31a8372d0c353"
recipient_account_id = "023e105f4ecef8ad9ca31a8372d0c353"
}
data cloudflare_share_recipient
cloudflare_share_recipient
data "cloudflare_share_recipient" "example_share_recipient" {
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
share_id = "3fd85f74b32742f1bff64a85009dda07"
recipient_id = "3fd85f74b32742f1bff64a85009dda07"
include_resources = true
}
data cloudflare_share_recipients
optional
cloudflare_share_recipients
data "cloudflare_share_recipients" "example_share_recipients" {
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
share_id = "3fd85f74b32742f1bff64a85009dda07"
include_resources = true
}