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
Hey Steve! default_endpoint_settings configures auto-scaling for the compute resources associated with the default branch using the branch attribute of the neon_project tf resource.
If I am reading this right you are saying that the branch {} inherits the default_endpoint_settings which makes sense.
However, our Neon project is used for production and the default branch is our defacto production instance.
As such, the production branch has different (higher) specs than the actual default default_endpoint_settings settings and the default_endpoint_settings settings are used by our feature branches (during development).
Hence the question -- how to set endpoint_settings for the branch {} section in the neon_project resource or is there another way to achieve the same thing? I attempted using the neon_endpoint but it is trying to create a new endpoint resource and fails because one already exists.
Details
It looks like it is not possible to set
auto-scaling
settings per branch inside aneon_project
. Is there any reason for that or another way to do it?The text was updated successfully, but these errors were encountered: