You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Currently effective origin ACLs. This field is empty when origin protection is not enabled.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
51
50
Elem: &schema.Resource{
52
51
Schema: map[string]*schema.Schema{
53
52
"entire_addresses": {
54
53
Type: schema.TypeList,
55
54
Computed: true,
56
-
MaxItems: 1,
57
55
Description: "IP range details.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
Description: "When the origin ACLs are updated, this field will be returned with the next version's origin IP range to take effect, including a comparison with the current origin IP range. This field is empty if not updated or origin protection is not enabled.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
0 commit comments