Hey,
I've been looking through the documentation, trying to make use of netbox branching with the module.
#116 implements almost exactly the thing I'd like to do: being able provide the http header X-NetBox-Branch if I want to use a branch. However, I'd also like to not provide the variable in case I do not want to use a branch.
I've commented into the PR my unsuccessful tries: https://github.com/e-breuninger/terraform-provider-netbox/pull/116/changes#r2847326856
so tl;dr: is there currently a way to provide NETBOX_HEADERS to include X-NetBox-Branch via environment variables?
BR Max
Hey,
I've been looking through the documentation, trying to make use of netbox branching with the module.
#116 implements almost exactly the thing I'd like to do: being able provide the http header
X-NetBox-Branchif I want to use a branch. However, I'd also like to not provide the variable in case I do not want to use a branch.I've commented into the PR my unsuccessful tries: https://github.com/e-breuninger/terraform-provider-netbox/pull/116/changes#r2847326856
so tl;dr: is there currently a way to provide
NETBOX_HEADERSto includeX-NetBox-Branchvia environment variables?BR Max