Vladimir Vitkov
Vladimir Vitkov
Caching is indeed the issue. Either disable caching configuration in `local_settings.py` or remove the caching related middlewares in `settings.py`. Probably the issue is that no propper headers are set.
We are also affected but unfortunately there is no easy path backwards for us. Wouldn't it be better to implement wrapped client using different libs depending on version of netbox...
> I went ahead and implemented everything in [feature/netbox-4.0](https://github.com/e-breuninger/terraform-provider-netbox/tree/feature/netbox-4.0). The one comment from me is probably is best to bump the version to 4 as to be more aligned with...
> > I went ahead and implemented everything in [feature/netbox-4.0](https://github.com/e-breuninger/terraform-provider-netbox/tree/feature/netbox-4.0). > > The one comment from me is probably is best to bump the version to 4 as to be...
Hi @jbardin , Sanitized project can be found at: https://gist.github.com/zeridon/9cd3fa1c85cbc2d72c4914b58c7b03cf Short answers to your main questions: * How many provider blocks - 1 just in main.tf to set aws region...
Seems that this is happening if you ever tried to set custom brightness per page (you are switching to). e.g. with: ``` "brightness": { "overwrite": false, "value": 30 }, ```...