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
Seems the API changed recently. When creating a new pull zone, the following error shows:
bunnynet_pullzone.ZONE_NAME: Creating...
╷
│ Error: Unable to create pullzone
│
│ with bunnynet_pullzone.ZONE_NAME,
│ on pullzone.tf line 199, in resource "bunnynet_pullzone" "ZONE_NAME":
│ 199: resource "bunnynet_pullzone" "ZONE_NAME" {
│
│ Invalid log forwarding hostname.
Disable the log forward in the zone (log_forward_enabled = false) doesn't fix it but adding a value for the server fixed it (log_forward_server = "127.0.0.1").
The text was updated successfully, but these errors were encountered:
nioupola
changed the title
create new pull zone in error with log forward
create new pull zone in error about log forward
Dec 18, 2024
Hello!
Seems the API changed recently. When creating a new pull zone, the following error shows:
Disable the log forward in the zone (
log_forward_enabled = false
) doesn't fix it but adding a value for the server fixed it (log_forward_server = "127.0.0.1"
).The text was updated successfully, but these errors were encountered: