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
In our Fastly terraform configuration, I added override_host to one of my backends (let’s called it backend-a). When I deployed this change, I expected to see .host_header = <my value>; under backend-a’s definition in the VCL in the Fastly console, but I did not.
The text was updated successfully, but these errors were encountered:
bcarrier92
changed the title
Setting override_host in a backend definition doesn't always create .host_header in the backend's VCL definition.
Setting override_host in a backend definition doesn't always create .host_header in the backend's VCL definition.
Feb 13, 2025
In our Fastly terraform configuration, I added override_host to one of my backends (let’s called it
backend-a
). When I deployed this change, I expected to see.host_header = <my value>;
underbackend-a
’s definition in the VCL in the Fastly console, but I did not.The text was updated successfully, but these errors were encountered: